Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | provide completion in struct patterns | Ekaterina Babshukova | 2019-07-21 | 3 | -10/+23 | |
|/ | ||||||
* | Merge #1562 | bors[bot] | 2019-07-20 | 4 | -0/+87 | |
|\ | ||||||
| * | infer type for await | Unreal Hoang | 2019-07-20 | 3 | -2/+78 | |
| * | add await expr to ast | Unreal Hoang | 2019-07-20 | 2 | -0/+11 | |
* | | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 3 | -3/+3 | |
* | | move debug_dump to fmt::Debug | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 | |
|/ | ||||||
* | flip syntax text to use internal iteration | Aleksey Kladov | 2019-07-19 | 1 | -1/+10 | |
* | minor | Aleksey Kladov | 2019-07-19 | 1 | -5/+1 | |
* | cleanup casts | Aleksey Kladov | 2019-07-19 | 2 | -9/+11 | |
* | several highlighting cleanups | Aleksey Kladov | 2019-07-19 | 1 | -2/+13 | |
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 21 | -209/+205 | |
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 2 | -9/+9 | |
* | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 1 | -0/+1 | |
* | use more correct phantom types for ptrs | Aleksey Kladov | 2019-07-18 | 1 | -1/+1 | |
* | cargo update | kjeremy | 2019-07-15 | 1 | -1/+1 | |
* | Switch to Chalk master, without fuel | Florian Diebold | 2019-07-15 | 2 | -4/+4 | |
* | Remove blacklist, instead mark `Sized` as non-enumerable | Florian Diebold | 2019-07-15 | 1 | -17/+3 | |
* | Cargo update, including updating Chalk | Florian Diebold | 2019-07-14 | 1 | -0/+2 | |
* | Have InferenceContext contain an InferenceResult instead of duplicating all f... | Florian Diebold | 2019-07-14 | 1 | -36/+19 | |
* | Some renamings for clarity | Florian Diebold | 2019-07-14 | 8 | -24/+27 | |
* | Fixed request comments | Alexander Andreev | 2019-07-14 | 2 | -66/+72 | |
* | Fixed comments | Alexander Andreev | 2019-07-13 | 1 | -2/+2 | |
* | More resolution modules with attribute path | Alexander Andreev | 2019-07-13 | 2 | -4/+521 | |
* | complete fields in enum variants | Ekaterina Babshukova | 2019-07-12 | 4 | -1/+28 | |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 4 | -5/+6 | |
* | fix profile name | Aleksey Kladov | 2019-07-09 | 1 | -1/+1 | |
* | Merge #1515 | bors[bot] | 2019-07-09 | 10 | -117/+285 | |
|\ | ||||||
| * | Unify `normalize` and `implements` to simplify code | Florian Diebold | 2019-07-08 | 8 | -105/+66 | |
| * | Use environment for associated type normalization as well | Florian Diebold | 2019-07-08 | 7 | -20/+52 | |
| * | Start handling environment in trait resolution | Florian Diebold | 2019-07-08 | 6 | -14/+103 | |
| * | Refactor a bit & introduce Environment struct | Florian Diebold | 2019-07-08 | 7 | -21/+107 | |
* | | Merge #1512 | bors[bot] | 2019-07-09 | 3 | -17/+106 | |
|\ \ | ||||||
| * | | beautify tests | Unreal Hoang | 2019-07-09 | 1 | -20/+36 | |
| * | | use namespaced consts for KnownName | Unreal Hoang | 2019-07-08 | 1 | -12/+10 | |
| * | | projection over std::ops::Try::Ok to infer try/? | Unreal Hoang | 2019-07-08 | 3 | -2/+77 | |
* | | | Look for the fXX_runtime lang items during method resolution. | Marco Groppo | 2019-07-08 | 1 | -4/+6 | |
| |/ |/| | ||||||
* | | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -2/+0 | |
|/ | ||||||
* | cargo format | Muhammad Mominul Huque | 2019-07-07 | 6 | -14/+14 | |
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 9 | -154/+72 | |
* | Merge #1501 | bors[bot] | 2019-07-07 | 5 | -35/+170 | |
|\ | ||||||
| * | add projection to infer for loop variable | Unreal Hoang | 2019-07-07 | 5 | -35/+170 | |
* | | Merge #1499 | bors[bot] | 2019-07-07 | 6 | -108/+240 | |
|\ \ | |/ |/| | ||||||
| * | Moved module resolution test in mods.rs | Alexander Andreev | 2019-07-07 | 4 | -193/+195 | |
| * | Added support attribute path in resolusion module fn | Alexander Andreev | 2019-07-06 | 2 | -5/+119 | |
| * | Added extract path attribute for current module | Alexander Andreev | 2019-07-06 | 3 | -6/+22 | |
* | | Make EnumVariant a GenericDef and simplify some code | Florian Diebold | 2019-07-06 | 4 | -14/+21 | |
* | | Add trait obligations for where clauses when calling functions/methods | Florian Diebold | 2019-07-06 | 7 | -34/+156 | |
|/ | ||||||
* | Merge #1495 | bors[bot] | 2019-07-05 | 1 | -1/+17 | |
|\ | ||||||
| * | use correct file for diagnostics | Aleksey Kladov | 2019-07-05 | 1 | -1/+17 | |
* | | Merge #1494 | bors[bot] | 2019-07-05 | 1 | -1/+6 | |
|\| |