| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | profile type inference | Aleksey Kladov | 2019-05-21 | 1 | -1/+1 |
* | Add infer for generic default type | Edwin Cheng | 2019-05-19 | 1 | -1/+1 |
* | Handle where clauses in trait solving | Florian Diebold | 2019-05-11 | 1 | -1/+30 |
* | Add a HirDisplay implementation for TraitRef | Florian Diebold | 2019-05-07 | 1 | -0/+17 |
* | Turn `implements` into a query again | Florian Diebold | 2019-05-07 | 1 | -1/+1 |
* | Differentiate Tuple / FnPtr type constructors by cardinality | Florian Diebold | 2019-05-04 | 1 | -7/+9 |
* | Simplify subst / subst_bound_vars a bit | Florian Diebold | 2019-05-04 | 1 | -12/+2 |
* | Canonicalize before doing method resolution | Florian Diebold | 2019-05-04 | 1 | -0/+11 |
* | Implement Deref<Target=[Ty]> for Substs | Florian Diebold | 2019-05-04 | 1 | -17/+18 |
* | Chalk integration | Florian Diebold | 2019-05-04 | 1 | -1/+48 |
* | Add Ty::Bound variant for use in Chalk integration | Florian Diebold | 2019-05-04 | 1 | -2/+7 |
* | Make callable signature handling a bit nicer | Florian Diebold | 2019-04-14 | 1 | -0/+22 |
* | More trait infrastructure | Florian Diebold | 2019-04-14 | 1 | -0/+11 |
* | Make call info to use real name resolution | Aleksey Kladov | 2019-04-11 | 1 | -2/+12 |
* | Added ArrayExprKind, | Lenard Pratt | 2019-04-07 | 1 | -1/+1 |
* | Added inference of array length | Lenard Pratt | 2019-04-07 | 1 | -1/+5 |
* | Implement a very naive implements check | Florian Diebold | 2019-03-25 | 1 | -4/+19 |
* | Assert in apply_substs that the number of parameters doesn't change | Florian Diebold | 2019-03-21 | 1 | -1/+6 |
* | Rename name field to ctor as well | Florian Diebold | 2019-03-21 | 1 | -14/+14 |
* | Some more doc comments | Florian Diebold | 2019-03-21 | 1 | -2/+12 |
* | TypeName => TypeCtor | Florian Diebold | 2019-03-21 | 1 | -24/+24 |
* | Remove the old variants replaced by Ty::Apply | Florian Diebold | 2019-03-21 | 1 | -197/+41 |
* | Add Ty::Apply | Florian Diebold | 2019-03-21 | 1 | -1/+177 |
* | Represent FnPtr and Tuple using Substs | Florian Diebold | 2019-03-21 | 1 | -15/+19 |
* | Remove FnSig from FnDef type | Florian Diebold | 2019-03-16 | 1 | -12/+6 |
* | Refactor FnSig a bit | Florian Diebold | 2019-03-16 | 1 | -34/+47 |
* | Some more Ty displaying cleanup | Florian Diebold | 2019-03-16 | 1 | -2/+2 |
* | Replace Display by a pretty printing trait for Ty | Florian Diebold | 2019-03-16 | 1 | -34/+60 |
* | Represent unknown types as {unknown} instead of [unknown] | Florian Diebold | 2019-03-03 | 1 | -1/+1 |
* | A bit of cleanup in ty.rs | Florian Diebold | 2019-03-02 | 1 | -28/+1 |
* | Split ty.rs into several modules | Florian Diebold | 2019-02-23 | 1 | -1450/+18 |
* | Fix resolution of associated method calls across crates | Florian Diebold | 2019-02-23 | 1 | -0/+9 |
* | Merge #866 | bors[bot] | 2019-02-22 | 1 | -6/+46 |
|\ |
|
| * | Change resolve_path to return the fully resolved path or PerNs::none | Ville Penttinen | 2019-02-22 | 1 | -20/+19 |
| * | Remove Const inference for now, refactor PathResult | Ville Penttinen | 2019-02-21 | 1 | -36/+19 |
| * | Implement basic support for Associated Methods and Constants | Ville Penttinen | 2019-02-21 | 1 | -25/+83 |
* | | Add an assert (and fix the other) | Florian Diebold | 2019-02-21 | 1 | -1/+2 |
* | | Fix handling of generics in tuple variants and refactor a bit | Florian Diebold | 2019-02-20 | 1 | -38/+45 |
|/ |
|
* | Merge #852 | bors[bot] | 2019-02-18 | 1 | -0/+1 |
|\ |
|
| * | handle != operator | Aleksey Kladov | 2019-02-18 | 1 | -0/+1 |
* | | Handle tuple structs / enum variants properly in type inference | Florian Diebold | 2019-02-17 | 1 | -21/+75 |
|/ |
|
* | Unify with the autorefed/autoderefed receiver type during method resolution | Florian Diebold | 2019-02-17 | 1 | -7/+11 |
* | Handle generic args for method calls | Florian Diebold | 2019-02-16 | 1 | -4/+34 |
* | Handle impl generics in method calls | Florian Diebold | 2019-02-16 | 1 | -5/+10 |
* | Fix another crash | Florian Diebold | 2019-02-12 | 1 | -2/+2 |
* | Spell cases explicitly in Ty::walk{_mut} | Florian Diebold | 2019-02-10 | 1 | -2/+18 |
* | Add an ra_cli command that analyses all crates in the current workspace | Florian Diebold | 2019-02-10 | 1 | -0/+35 |
* | Add comment and mark | Florian Diebold | 2019-02-09 | 1 | -2/+8 |
* | Fix another crash, and try harder to prevent stack overflows | Florian Diebold | 2019-02-09 | 1 | -7/+20 |
* | Fix two crashes found by running inference on all of rustc | Florian Diebold | 2019-02-09 | 1 | -15/+24 |