Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 16 | -154/+104 | |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 13 | -53/+53 | |
* | Refactor primitive types into more orthogonal representation | yanchith | 2019-03-22 | 4 | -144/+155 | |
* | Assert in apply_substs that the number of parameters doesn't change | Florian Diebold | 2019-03-21 | 2 | -2/+7 | |
* | Rename name field to ctor as well | Florian Diebold | 2019-03-21 | 4 | -28/+28 | |
* | Some more doc comments | Florian Diebold | 2019-03-21 | 1 | -2/+12 | |
* | TypeName => TypeCtor | Florian Diebold | 2019-03-21 | 6 | -95/+95 | |
* | Remove the old variants replaced by Ty::Apply | Florian Diebold | 2019-03-21 | 6 | -350/+236 | |
* | Add Ty::Apply | Florian Diebold | 2019-03-21 | 1 | -1/+177 | |
* | Represent FnPtr and Tuple using Substs | Florian Diebold | 2019-03-21 | 3 | -27/+33 | |
* | make Name::new private | Aleksey Kladov | 2019-03-20 | 4 | -20/+62 | |
* | Fixed typo in `Interner`’s name (`Intener`) | Vincent Esche | 2019-03-20 | 1 | -17/+17 | |
* | import resolution is immutable | Aleksey Kladov | 2019-03-19 | 1 | -1/+1 | |
* | Merge #982 | bors[bot] | 2019-03-17 | 3 | -17/+137 | |
|\ | ||||||
| * | Split test case and use tested_by!. | Michael Killough | 2019-03-17 | 3 | -76/+103 | |
| * | Simplify match statement. | Michael Killough | 2019-03-17 | 1 | -6/+1 | |
| * | impl Default for BindingMode. | Michael Killough | 2019-03-17 | 1 | -5/+11 | |
| * | Implement BindingMode for pattern matching. | Michael Killough | 2019-03-16 | 2 | -62/+154 | |
* | | docs | Aleksey Kladov | 2019-03-17 | 1 | -9/+15 | |
* | | remove fixme | Aleksey Kladov | 2019-03-17 | 1 | -2/+1 | |
* | | remove old macro support | Aleksey Kladov | 2019-03-17 | 6 | -183/+91 | |
* | | rename ModuleId -> CrateModuleId | Aleksey Kladov | 2019-03-17 | 8 | -39/+40 | |
* | | fix error on wrong path | Aleksey Kladov | 2019-03-17 | 3 | -10/+41 | |
* | | log time | Aleksey Kladov | 2019-03-17 | 1 | -0/+2 | |
* | | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 14 | -522/+481 | |
* | | remove lower module | Aleksey Kladov | 2019-03-17 | 9 | -254/+43 | |
* | | remove ItemMap | Aleksey Kladov | 2019-03-17 | 7 | -569/+59 | |
* | | move tests over to crate-def-map | Aleksey Kladov | 2019-03-17 | 9 | -850/+689 | |
* | | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 15 | -510/+332 | |
* | | add name resolution from the old impl | Aleksey Kladov | 2019-03-17 | 5 | -168/+724 | |
* | | add skeleton for macro-aware name resolutions | Aleksey Kladov | 2019-03-17 | 7 | -9/+769 | |
* | | Remove FnSig from FnDef type | Florian Diebold | 2019-03-16 | 4 | -21/+26 | |
* | | Refactor FnSig a bit | Florian Diebold | 2019-03-16 | 3 | -70/+104 | |
* | | Some more Ty displaying cleanup | Florian Diebold | 2019-03-16 | 2 | -35/+33 | |
* | | Replace Display by a pretty printing trait for Ty | Florian Diebold | 2019-03-16 | 5 | -54/+126 | |
* | | derive Hash for ra_hir::ModuleDef | pcpthm | 2019-03-14 | 1 | -1/+1 | |
|/ | ||||||
* | remove Def | Aleksey Kladov | 2019-03-12 | 2 | -6/+0 | |
* | Add support for goto definition and hover on Self | Ville Penttinen | 2019-03-07 | 1 | -24/+25 | |
* | Updates | kjeremy | 2019-03-05 | 1 | -2/+2 | |
* | Use impl_froms! | kjeremy | 2019-03-04 | 1 | -13/+3 | |
* | Make ExpOrPatId private | kjeremy | 2019-03-04 | 1 | -3/+6 | |
* | Remove commented out code | Jeremy Kolb | 2019-03-04 | 1 | -9/+0 | |
* | Use ImplItems instead of just Function | Jeremy Kolb | 2019-03-04 | 1 | -34/+48 | |
* | Make goto definition/hover resolve constructors | kjeremy | 2019-03-04 | 1 | -3/+40 | |
* | Inline type inference test snapshots | Florian Diebold | 2019-03-03 | 59 | -1504/+1096 | |
* | Represent unknown types as {unknown} instead of [unknown] | Florian Diebold | 2019-03-03 | 28 | -171/+171 | |
* | Add a bunch of tests for type inference involving traits | Florian Diebold | 2019-03-02 | 13 | -0/+403 | |
* | Merge #915 | bors[bot] | 2019-03-02 | 10 | -112/+89 | |
|\ | ||||||
| * | remove comment | Aleksey Kladov | 2019-03-02 | 1 | -1/+0 | |
| * | remove second way to get the body | Aleksey Kladov | 2019-03-02 | 1 | -4/+0 |