Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for container_name in workspace/symbol query | Ville Penttinen | 2019-02-12 | 3 | -16/+115 |
* | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 3 | -0/+49 |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 9 | -25/+25 |
* | Implement completion for associated items | Laurențiu Nicola | 2019-02-12 | 6 | -1/+245 |
* | 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 | 3 | -43/+1 |
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 2 | -0/+38 |
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 23 | -274/+87 |
* | diagnostics is now a function | Aleksey Kladov | 2019-02-08 | 2 | -64/+62 |
* | move diagnostics to a separate file | Aleksey Kladov | 2019-02-08 | 2 | -27/+22 |
* | move index_resolve to symbol index | Aleksey Kladov | 2019-02-08 | 4 | -14/+11 |
* | move find_references to references | Aleksey Kladov | 2019-02-08 | 3 | -67/+55 |
* | rename rename to references | Aleksey Kladov | 2019-02-08 | 2 | -2/+2 |
* | move crate for | Aleksey Kladov | 2019-02-08 | 3 | -16/+16 |
* | move changes to a separate file | Aleksey Kladov | 2019-02-08 | 4 | -254/+263 |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 6 | -16/+17 |
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 7 | -295/+25 |
* | Rename assits to assists | Jeremy Kolb | 2019-02-05 | 6 | -5/+5 |
* | Merge #740 | bors[bot] | 2019-02-05 | 1 | -1/+1 |
|\ | |||||
| * | Bump insta and proptest to latest | kjeremy | 2019-02-04 | 1 | -1/+1 |
* | | Complete extern prelude (again) | Florian Diebold | 2019-02-04 | 2 | -0/+36 |
* | | Make it possible to have multiple crate in a mock analysis fixture | Florian Diebold | 2019-02-04 | 1 | -2/+10 |
|/ | |||||
* | make HirDatabase object-safe | Aleksey Kladov | 2019-02-03 | 2 | -2/+4 |
* | fill match arm | gfreezy | 2019-02-03 | 6 | -2/+290 |
* | fold complete_postfix tests into one | Hoàng Đức Hiếu | 2019-02-03 | 5 | -411/+3 |
* | add postfix completion for `dbg!()` with `.dbg` | Hoàng Đức Hiếu | 2019-02-02 | 5 | -6/+212 |
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 4 | -24/+120 |
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 3 | -21/+17 |
* | Cleanup | Florian Diebold | 2019-02-01 | 3 | -4/+5 |
* | Use the new Resolver API for goto def | Florian Diebold | 2019-02-01 | 2 | -24/+36 |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 5 | -68/+74 |
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -1/+2 |
* | remove hard-coded support for ctry macro | Aleksey Kladov | 2019-02-01 | 4 | -44/+15 |
* | Go To Implementation for Trait | kjeremy | 2019-01-31 | 1 | -6/+78 |
* | Merge #702 | bors[bot] | 2019-01-30 | 3 | -0/+138 |
|\ | |||||
| * | Resolve crate | kjeremy | 2019-01-30 | 1 | -2/+1 |
| * | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 3 | -0/+139 |
* | | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 4 | -74/+49 |
|/ | |||||
* | opt-in jemalloc | Aleksey Kladov | 2019-01-28 | 3 | -2/+16 |
* | Merge #678 | bors[bot] | 2019-01-28 | 5 | -19/+96 |
|\ | |||||
| * | update salsa | Aleksey Kladov | 2019-01-28 | 1 | -10/+8 |
| * | tweak words | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 |
| * | show jemalloc | Aleksey Kladov | 2019-01-27 | 3 | -1/+34 |
| * | drop obsolete comment | Aleksey Kladov | 2019-01-27 | 1 | -3/+0 |
| * | automatically collect garbage | Aleksey Kladov | 2019-01-27 | 4 | -16/+65 |
* | | Sort completions in tests | Florian Diebold | 2019-01-27 | 25 | -270/+271 |
|/ | |||||
* | Merge #690 | bors[bot] | 2019-01-27 | 1 | -6/+6 |
|\ | |||||
| * | Update test to use correct paths | Erlend Tobiassen | 2019-01-27 | 1 | -6/+6 |