Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | jemallocator 0.3 | Jeremy A. Kolb | 2019-07-17 | 2 | -5/+5 | |
* | | Add "Run" lens for binary runnables | Kirill Bulatov | 2019-07-16 | 1 | -1/+1 | |
|/ | ||||||
* | cargo update | kjeremy | 2019-07-15 | 2 | -2/+2 | |
* | 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 | 9 | -25/+28 | |
* | 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 | 5 | -16/+116 | |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 31 | -99/+109 | |
* | Merge #1523 | bors[bot] | 2019-07-12 | 2 | -0/+11 | |
|\ | ||||||
| * | account for dependencies when showing memory usage | Aleksey Kladov | 2019-07-12 | 2 | -0/+11 | |
* | | Merge #1520 | bors[bot] | 2019-07-11 | 3 | -10/+15 | |
|\ \ | |/ |/| | ||||||
| * | Remove executeCommandProvider: apply_code_action. | Michael Bolin | 2019-07-11 | 2 | -10/+8 | |
| * | Ignore workspace/didChangeConfiguration notifications. | Michael Bolin | 2019-07-11 | 2 | -4/+11 | |
* | | move whitespace manipulation inside AstEditor | Ekaterina Babshukova | 2019-07-10 | 2 | -19/+17 | |
* | | 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 | |
* | | | 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 | 8 | -19/+0 | |
|/ | ||||||
* | 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 | 4 | -38/+30 | |
|\ | ||||||
| * | Simplify responses by using into() | Jeremy Kolb | 2019-07-07 | 3 | -13/+14 | |
| * | use flatten branch of lsp-types | Jeremy Kolb | 2019-07-07 | 4 | -27/+18 | |
* | | cargo format | Muhammad Mominul Huque | 2019-07-07 | 6 | -14/+14 | |
* | | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 10 | -155/+73 | |
|/ | ||||||
* | 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 | |
* | | | inline snapshot in complete_postfix | funkill2 | 2019-07-07 | 2 | -75/+71 | |
| |/ |/| | ||||||
* | | 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 | |
|/ |