Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | account for dependencies when showing memory usage | Aleksey Kladov | 2019-07-12 | 2 | -0/+11 |
* | Merge #1519 | bors[bot] | 2019-07-10 | 2 | -19/+17 |
|\ | |||||
| * | move whitespace manipulation inside AstEditor | Ekaterina Babshukova | 2019-07-10 | 2 | -19/+17 |
|/ | |||||
* | Merge #1518 | bors[bot] | 2019-07-10 | 1 | -3/+5 |
|\ | |||||
| * | Make clippy a bit happier | Pascal Hertleif | 2019-07-10 | 1 | -0/+4 |
| * | Resolve a FIXME | Pascal Hertleif | 2019-07-10 | 1 | -3/+1 |
|/ | |||||
* | fix profile name | Aleksey Kladov | 2019-07-09 | 1 | -1/+1 |
* | Merge #1515 | bors[bot] | 2019-07-09 | 11 | -119/+286 |
|\ | |||||
| * | Unify `normalize` and `implements` to simplify code | Florian Diebold | 2019-07-08 | 9 | -107/+67 |
| * | 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 |
* | | | Merge #1514 | bors[bot] | 2019-07-08 | 1 | -4/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Look for the fXX_runtime lang items during method resolution. | Marco Groppo | 2019-07-08 | 1 | -4/+6 |
|/ / | |||||
* | | Merge #1513 | bors[bot] | 2019-07-08 | 9 | -36/+0 |
|\ \ | |/ |/| | |||||
| * | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 9 | -36/+0 |
|/ | |||||
* | Merge #1511 | bors[bot] | 2019-07-08 | 6 | -67/+128 |
|\ | |||||
| * | don't send LocationLink unless the client opts-in | Aleksey Kladov | 2019-07-08 | 5 | -12/+62 |
| * | simplify | Aleksey Kladov | 2019-07-08 | 2 | -23/+20 |
| * | add try_conv_with_to_vec | Aleksey Kladov | 2019-07-08 | 2 | -40/+54 |
|/ | |||||
* | Merge #1504 | bors[bot] | 2019-07-08 | 5 | -42/+34 |
|\ | |||||
| * | Simplify responses by using into() | Jeremy Kolb | 2019-07-07 | 4 | -18/+19 |
| * | use flatten branch of lsp-types | Jeremy Kolb | 2019-07-07 | 5 | -31/+22 |
* | | Merge #1507 | bors[bot] | 2019-07-08 | 11 | -167/+85 |
|\ \ | |||||
| * | | cargo format | Muhammad Mominul Huque | 2019-07-07 | 6 | -14/+14 |
| * | | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 11 | -160/+78 |
| |/ | |||||
* | | Merge #1506 | bors[bot] | 2019-07-07 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | Update memchr | Jeremy Kolb | 2019-07-07 | 1 | -4/+4 |
|/ | |||||
* | 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 | 7 | -109/+241 |
|\ \ | |||||
| * | | 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 | 4 | -7/+23 |
* | | | Merge #1502 | bors[bot] | 2019-07-07 | 2 | -75/+71 |
|\ \ \ | |_|/ |/| | | |||||
| * | | inline snapshot in complete_postfix | funkill2 | 2019-07-07 | 2 | -75/+71 |
|/ / | |||||
* | | Merge #1497 | bors[bot] | 2019-07-06 | 1 | -10/+10 |
|\ \ | |||||
| * | | bump regex | Jeremy Kolb | 2019-07-06 | 1 | -10/+10 |
|/ / | |||||
* | | Merge #1496 | bors[bot] | 2019-07-06 | 9 | -42/+171 |
|\ \ | |/ |/| | |||||
| * | 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 |
|/ | |||||
* | Create FUNDING.yml | Aleksey Kladov | 2019-07-06 | 1 | -0/+12 |
* | Merge #1495 | bors[bot] | 2019-07-05 | 2 | -9/+22 |
|\ | |||||
| * | use correct file for diagnostics | Aleksey Kladov | 2019-07-05 | 2 | -9/+22 |
* | | Merge #1494 | bors[bot] | 2019-07-05 | 1 | -1/+6 |
|\| | |||||
| * | properly restrict diagnostics to a single file | Aleksey Kladov | 2019-07-05 | 1 | -1/+6 |