Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove call to canonicalize in BatchDatabase::load_cargo | Ville Penttinen | 2019-02-14 | 1 | -1/+1 | |
* | Merge #818 | bors[bot] | 2019-02-13 | 1 | -2/+15 | |
|\ | ||||||
| * | rustfmt | Felix S. Klock II | 2019-02-13 | 1 | -3/+3 | |
| * | In `RootConfig::contains`, check against canonicalized version of root | Felix S. Klock II | 2019-02-13 | 1 | -2/+15 | |
* | | Complete names from prelude | Florian Diebold | 2019-02-13 | 4 | -5/+84 | |
* | | Handle extern crates better, so they work correctly in 2015 edition | Florian Diebold | 2019-02-13 | 3 | -15/+55 | |
* | | Make edition handling a bit nicer and allow specifying edition in crate_graph... | Florian Diebold | 2019-02-13 | 5 | -25/+28 | |
* | | Resolve 2015 style imports | Florian Diebold | 2019-02-13 | 4 | -8/+118 | |
* | | Keep track of crate edition | Florian Diebold | 2019-02-13 | 8 | -24/+44 | |
* | | Import the prelude | Florian Diebold | 2019-02-13 | 7 | -12/+99 | |
* | | Merge #813 | bors[bot] | 2019-02-13 | 4 | -17/+100 | |
|\ \ | ||||||
| * | | Fix possible issue where unnamed is_symbol_def would pop stack wrongly | Ville Penttinen | 2019-02-13 | 1 | -11/+1 | |
| * | | Use cloned over map + clone | Ville Penttinen | 2019-02-13 | 1 | -1/+1 | |
| * | | Use clone directly rather than map + clone | Ville Penttinen | 2019-02-13 | 1 | -1/+1 | |
| * | | Remove unnecessary braces | Ville Penttinen | 2019-02-13 | 1 | -31/+25 | |
| * | | Add support for container_name in workspace/symbol query | Ville Penttinen | 2019-02-12 | 4 | -17/+116 | |
* | | | Merge #814 | bors[bot] | 2019-02-13 | 1 | -14/+82 | |
|\ \ \ | ||||||
| * | | | auto_import: import in enclosing module instead of file | Andrea Pretto | 2019-02-12 | 1 | -4/+38 | |
| * | | | auto_import: more tests and some refactorings | Andrea Pretto | 2019-02-12 | 1 | -12/+46 | |
| |/ / | ||||||
* / / | Fix another crash | Florian Diebold | 2019-02-12 | 3 | -2/+33 | |
|/ / | ||||||
* | | Merge #811 | bors[bot] | 2019-02-12 | 3 | -0/+49 | |
|\ \ | ||||||
| * | | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 3 | -0/+49 | |
* | | | make token trees eq | Aleksey Kladov | 2019-02-12 | 2 | -6/+6 | |
|/ / | ||||||
* | | Merge #809 | bors[bot] | 2019-02-12 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | what goes bump in the night? | kjeremy | 2019-02-12 | 1 | -1/+1 | |
* | | | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 18 | -20/+20 | |
|/ / | ||||||
* / | Fix some typos | Pascal Hertleif | 2019-02-12 | 26 | -65/+69 | |
|/ | ||||||
* | don't distinguish Create and Write events in VFS | Aleksey Kladov | 2019-02-12 | 2 | -38/+42 | |
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 7 | -1/+265 | |
* | replace clone with copy | Aleksey Kladov | 2019-02-12 | 1 | -1/+1 | |
* | fix obsolete comment | Aleksey Kladov | 2019-02-12 | 1 | -2/+2 | |
* | fix regression in self-referential completion | Aleksey Kladov | 2019-02-11 | 3 | -15/+32 | |
* | remove hard-coded query-group macro | Aleksey Kladov | 2019-02-11 | 5 | -67/+4 | |
* | docs | Aleksey Kladov | 2019-02-11 | 2 | -1/+15 | |
* | assign ids when converting tt | Aleksey Kladov | 2019-02-11 | 2 | -10/+36 | |
* | assign ids to tokens | Aleksey Kladov | 2019-02-11 | 4 | -3/+15 | |
* | Merge #781 | bors[bot] | 2019-02-11 | 13 | -64/+145 | |
|\ | ||||||
| * | ra_assists: assist "providers" can produce multiple assists | Andrea Pretto | 2019-02-11 | 13 | -64/+145 | |
* | | Merge #790 | bors[bot] | 2019-02-11 | 8 | -16/+25 | |
|\ \ | ||||||
| * | | make macro a NameOwner | Aleksey Kladov | 2019-02-11 | 6 | -5/+14 | |
| * | | make macro-rules eq | Aleksey Kladov | 2019-02-11 | 2 | -11/+11 | |
| |/ | ||||||
* | | typo | Aleksey Kladov | 2019-02-11 | 2 | -2/+2 | |
* | | remove useless hash | Aleksey Kladov | 2019-02-11 | 2 | -2/+2 | |
|/ | ||||||
* | remove query_definitions | Aleksey Kladov | 2019-02-11 | 4 | -34/+20 | |
* | rename combine -> or | Aleksey Kladov | 2019-02-11 | 2 | -3/+3 | |
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 5 | -18/+81 | |
* | Merge #784 | bors[bot] | 2019-02-11 | 3 | -116/+146 | |
|\ | ||||||
| * | add graph fixture | Aleksey Kladov | 2019-02-11 | 3 | -71/+81 | |
| * | Handle SourceRoots automatically in fixtures | Aleksey Kladov | 2019-02-11 | 2 | -55/+75 | |
* | | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 21 | -21/+21 |