Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 |
* | | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 21 | -21/+21 |
|/ | |||||
* | Merge #778 | bors[bot] | 2019-02-10 | 4 | -13/+240 |
|\ | |||||
| * | Implement glob imports within the same crate | Florian Diebold | 2019-02-10 | 1 | -16/+77 |
| * | Import glob imports from other crates | Florian Diebold | 2019-02-10 | 3 | -2/+17 |
| * | Implement glob imports from enums | Florian Diebold | 2019-02-10 | 2 | -6/+37 |
| * | Add some tests | Florian Diebold | 2019-02-10 | 2 | -0/+120 |
* | | Merge #762 | bors[bot] | 2019-02-10 | 2 | -0/+732 |
|\ \ | |/ |/| | |||||
| * | auto_import: use ra_fmt | Andrea Pretto | 2019-02-09 | 1 | -109/+29 |
| * | auto_import: struct variants for ImportAction | Andrea Pretto | 2019-02-09 | 1 | -44/+107 |
| * | auto_import: remove PathSegmentsMatch | Andrea Pretto | 2019-02-09 | 2 | -66/+37 |
| * | auto_import: Removed Empty in favor of Partial(0) | Andrea Pretto | 2019-02-09 | 1 | -16/+10 |
| * | auto_import assist | Andrea Pretto | 2019-02-09 | 3 | -0/+784 |
* | | Spell cases explicitly in Ty::walk{_mut} | Florian Diebold | 2019-02-10 | 1 | -2/+18 |
* | | Clean up a bit | Florian Diebold | 2019-02-10 | 2 | -9/+1 |
* | | Add a smoke test for ra_batch | Florian Diebold | 2019-02-10 | 1 | -0/+24 |
* | | Add an ra_cli command that analyses all crates in the current workspace | Florian Diebold | 2019-02-10 | 8 | -4/+200 |
* | | Implement BatchDatabase construction | Florian Diebold | 2019-02-10 | 4 | -14/+113 |
* | | Add new crate | Florian Diebold | 2019-02-10 | 2 | -0/+54 |