Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
* | 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 | |
| * | rename syntax_mapping as well | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 | |
| * | align lower module query names | Aleksey Kladov | 2019-03-02 | 6 | -21/+14 | |
| * | rename scopes | Aleksey Kladov | 2019-03-02 | 4 | -9/+9 | |
| * | rename to source_map | Aleksey Kladov | 2019-03-02 | 2 | -17/+13 | |
| * | dont store body inside source map | Aleksey Kladov | 2019-03-02 | 4 | -60/+53 | |
| * | rename syntax-mapping -> source-map | Aleksey Kladov | 2019-03-02 | 5 | -24/+24 | |
* | | A bit of cleanup in ty.rs | Florian Diebold | 2019-03-02 | 1 | -28/+1 | |
|/ | ||||||
* | Remove `TypeRef` from item opts which implement TypeAscriptionOwner | Ville Penttinen | 2019-02-27 | 4 | -10/+10 | |
* | Use TypeAscriptionOwner | Ville Penttinen | 2019-02-26 | 1 | -8/+5 | |
* | Merge #897 | bors[bot] | 2019-02-25 | 11 | -20/+206 | |
|\ | ||||||
| * | Move ConstSignature creation to a single method | Ville Penttinen | 2019-02-25 | 1 | -17/+13 | |
| * | Add static type inference | Ville Penttinen | 2019-02-25 | 6 | -12/+54 | |
| * | Add const type inference | Ville Penttinen | 2019-02-25 | 11 | -20/+168 | |
* | | rename type to type_alias in the AST as well | Aleksey Kladov | 2019-02-25 | 4 | -6/+9 | |
|/ | ||||||
* | Rename Type => TypeAlias | Florian Diebold | 2019-02-24 | 9 | -40/+54 | |
* | Add test for recursive type aliases | Florian Diebold | 2019-02-24 | 1 | -0/+14 | |
* | Implement support for type aliases | Florian Diebold | 2019-02-24 | 8 | -11/+102 | |
* | introduce completion presentation | Aleksey Kladov | 2019-02-24 | 1 | -1/+1 |