aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ty.rs
Commit message (Expand)AuthorAgeFilesLines
* add union to code_modelAleksey Kladov2019-05-231-0/+1
* profile type inferenceAleksey Kladov2019-05-211-1/+1
* Add infer for generic default typeEdwin Cheng2019-05-191-1/+1
* Handle where clauses in trait solvingFlorian Diebold2019-05-111-1/+30
* Add a HirDisplay implementation for TraitRefFlorian Diebold2019-05-071-0/+17
* Turn `implements` into a query againFlorian Diebold2019-05-071-1/+1
* Differentiate Tuple / FnPtr type constructors by cardinalityFlorian Diebold2019-05-041-7/+9
* Simplify subst / subst_bound_vars a bitFlorian Diebold2019-05-041-12/+2
* Canonicalize before doing method resolutionFlorian Diebold2019-05-041-0/+11
* Implement Deref<Target=[Ty]> for SubstsFlorian Diebold2019-05-041-17/+18
* Chalk integrationFlorian Diebold2019-05-041-1/+48
* Add Ty::Bound variant for use in Chalk integrationFlorian Diebold2019-05-041-2/+7
* Make callable signature handling a bit nicerFlorian Diebold2019-04-141-0/+22
* More trait infrastructureFlorian Diebold2019-04-141-0/+11
* Make call info to use real name resolutionAleksey Kladov2019-04-111-2/+12
* Added ArrayExprKind,Lenard Pratt2019-04-071-1/+1
* Added inference of array lengthLenard Pratt2019-04-071-1/+5
* Implement a very naive implements checkFlorian Diebold2019-03-251-4/+19
* Assert in apply_substs that the number of parameters doesn't changeFlorian Diebold2019-03-211-1/+6
* Rename name field to ctor as wellFlorian Diebold2019-03-211-14/+14
* Some more doc commentsFlorian Diebold2019-03-211-2/+12
* TypeName => TypeCtorFlorian Diebold2019-03-211-24/+24
* Remove the old variants replaced by Ty::ApplyFlorian Diebold2019-03-211-197/+41
* Add Ty::ApplyFlorian Diebold2019-03-211-1/+177
* Represent FnPtr and Tuple using SubstsFlorian Diebold2019-03-211-15/+19
* Remove FnSig from FnDef typeFlorian Diebold2019-03-161-12/+6
* Refactor FnSig a bitFlorian Diebold2019-03-161-34/+47
* Some more Ty displaying cleanupFlorian Diebold2019-03-161-2/+2
* Replace Display by a pretty printing trait for TyFlorian Diebold2019-03-161-34/+60
* Represent unknown types as {unknown} instead of [unknown]Florian Diebold2019-03-031-1/+1
* A bit of cleanup in ty.rsFlorian Diebold2019-03-021-28/+1
* Split ty.rs into several modulesFlorian Diebold2019-02-231-1450/+18
* Fix resolution of associated method calls across cratesFlorian Diebold2019-02-231-0/+9
* Merge #866bors[bot]2019-02-221-6/+46
|\
| * Change resolve_path to return the fully resolved path or PerNs::noneVille Penttinen2019-02-221-20/+19
| * Remove Const inference for now, refactor PathResultVille Penttinen2019-02-211-36/+19
| * Implement basic support for Associated Methods and ConstantsVille Penttinen2019-02-211-25/+83
* | Add an assert (and fix the other)Florian Diebold2019-02-211-1/+2
* | Fix handling of generics in tuple variants and refactor a bitFlorian Diebold2019-02-201-38/+45
|/
* Merge #852bors[bot]2019-02-181-0/+1
|\
| * handle != operatorAleksey Kladov2019-02-181-0/+1
* | Handle tuple structs / enum variants properly in type inferenceFlorian Diebold2019-02-171-21/+75
|/
* Unify with the autorefed/autoderefed receiver type during method resolutionFlorian Diebold2019-02-171-7/+11
* Handle generic args for method callsFlorian Diebold2019-02-161-4/+34
* Handle impl generics in method callsFlorian Diebold2019-02-161-5/+10
* Fix another crashFlorian Diebold2019-02-121-2/+2
* Spell cases explicitly in Ty::walk{_mut}Florian Diebold2019-02-101-2/+18
* Add an ra_cli command that analyses all crates in the current workspaceFlorian Diebold2019-02-101-0/+35
* Add comment and markFlorian Diebold2019-02-091-2/+8
* Fix another crash, and try harder to prevent stack overflowsFlorian Diebold2019-02-091-7/+20