Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -187/+62 | |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 1 | -4/+4 | |
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 1 | -9/+9 | |
* | Use new Resolver API in type inference | Florian Diebold | 2019-02-01 | 1 | -157/+113 | |
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -1/+1 | |
* | Merge #701 | bors[bot] | 2019-01-30 | 1 | -3/+13 | |
|\ | ||||||
| * | Infer type of match guard | Marcus Klaas de Vries | 2019-01-28 | 1 | -3/+13 | |
* | | Rename FnScopes -> ExprScopes | Florian Diebold | 2019-01-30 | 1 | -4/+4 | |
* | | Use match-all instead of individual branches | WizardOfMenlo | 2019-01-28 | 1 | -5/+1 | |
* | | Added support for primitive types type inference when using std::ops::Not | WizardOfMenlo | 2019-01-28 | 1 | -3/+11 | |
* | | Process second review | Marcus Klaas de Vries | 2019-01-27 | 1 | -35/+28 | |
* | | Use type information from the turbofish | Marcus Klaas de Vries | 2019-01-27 | 1 | -6/+28 | |
* | | Add a FnSig to Ty::FnDef | Marcus Klaas de Vries | 2019-01-27 | 1 | -38/+64 | |
* | | Address some issues flagged in review | Marcus Klaas de Vries | 2019-01-27 | 1 | -25/+18 | |
* | | Add type params to FnSignature | Marcus Klaas de Vries | 2019-01-27 | 1 | -81/+45 | |
* | | Initial implementation of generics for method calls | Marcus Klaas de Vries | 2019-01-27 | 1 | -13/+68 | |
* | | First attempt at generic type inference for fns | Marcus Klaas de Vries | 2019-01-27 | 1 | -12/+49 | |
|/ | ||||||
* | Add marks | Florian Diebold | 2019-01-26 | 1 | -0/+4 |