| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-03-03 | Add optional range parameter to SyntaxTreeParams | Ville Penttinen | -3/+9 |
| 2019-02-26 | Add new type HoverResult to contain the results of hovering | Ville Penttinen | -1/+2 |
| 2019-02-24 | Assign IDs to assists | Aleksey Kladov | -1/+2 |
| 2019-02-21 | kill utils module | Aleksey Kladov | -3/+2 |
| 2019-02-17 | Refactor find_all_refs to return ReferenceSearchResult | Ville Penttinen | -1/+5 |
| 2019-02-16 | document design guideline | Aleksey Kladov | -0/+6 |
| 2019-02-13 | Keep track of crate edition | Florian Diebold | -1/+2 |
| 2019-02-12 | Fix some typos | Pascal Hertleif | -5/+5 |
| 2019-02-08 | reformat the world | Aleksey Kladov | -19/+5 |
| 2019-02-08 | diagnostics is now a function | Aleksey Kladov | -2/+2 |
| 2019-02-08 | move diagnostics to a separate file | Aleksey Kladov | -2/+19 |
| 2019-02-08 | move find_references to references | Aleksey Kladov | -1/+1 |
| 2019-02-08 | rename rename to references | Aleksey Kladov | -2/+2 |
| 2019-02-08 | move crate for | Aleksey Kladov | -1/+1 |
| 2019-02-08 | move changes to a separate file | Aleksey Kladov | -155/+4 |
| 2019-02-06 | Some clippy cleanups | kjeremy | -1/+1 |
| 2019-02-06 | move assists to a separate crate | Aleksey Kladov | -1/+1 |
| 2019-02-05 | Rename assits to assists | Jeremy Kolb | -1/+1 |
| 2019-02-03 | make HirDatabase object-safe | Aleksey Kladov | -0/+4 |
| 2019-02-04 | fill match arm | gfreezy | -0/+1 |
| 2019-01-30 | Merge #702 | bors[bot] | -0/+8 |
| 2019-01-29 | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | -1/+2 |
| 2019-01-29 | Go to Implementation for structs and enums | Jeremy Kolb | -0/+8 |
| 2019-01-28 | opt-in jemalloc | Aleksey Kladov | -0/+1 |
| 2019-01-27 | show jemalloc | Aleksey Kladov | -0/+5 |
| 2019-01-27 | automatically collect garbage | Aleksey Kladov | -0/+4 |
| 2019-01-26 | rename source_file -> parse | Aleksey Kladov | -9/+9 |
| 2019-01-26 | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | -1/+1 |
| 2019-01-26 | fold syntax database into files database | Aleksey Kladov | -1/+1 |
| 2019-01-25 | add gc request | Aleksey Kladov | -0/+4 |
| 2019-01-23 | move completion item tests closer to the code | Aleksey Kladov | -0/+3 |
| 2019-01-23 | ad status command | Aleksey Kladov | -0/+6 |
| 2019-01-20 | Merge #574 | bors[bot] | -1/+1 |
| 2019-01-20 | extend selection expands macros and can totally panic | Aleksey Kladov | -2/+2 |
| 2019-01-20 | somewhat better name | Aleksey Kladov | -1/+1 |
| 2019-01-20 | make matching brace consistent | Aleksey Kladov | -2/+3 |
| 2019-01-20 | use with_db consistently | Aleksey Kladov | -14/+7 |
| 2019-01-19 | refactor completions to use TextEdit instead of InsertText | gfreezy | -1/+1 |
| 2019-01-19 | fix comments | gfreezy | -1/+1 |
| 2019-01-19 | move rename to a new mod | gfreezy | -1/+2 |
| 2019-01-17 | :arrow_up: salsa | Aleksey Kladov | -2/+4 |
| 2019-01-15 | kill last cancelables | Aleksey Kladov | -2/+2 |
| 2019-01-15 | remove Canceled from impl of ra_ide_api | Aleksey Kladov | -12/+3 |
| 2019-01-15 | remove Canceled from API impl | Aleksey Kladov | -7/+9 |
| 2019-01-15 | remove Cancelable from Module API, part 2 | Aleksey Kladov | -1/+1 |
| 2019-01-15 | remove cancelable from symbols | Aleksey Kladov | -4/+3 |
| 2019-01-11 | rename TreePtr -> TreeArc | Aleksey Kladov | -2/+2 |
| 2019-01-11 | fix tests | Aleksey Kladov | -1/+2 |
| 2019-01-11 | return ref ranges from gotodef | Aleksey Kladov | -2/+2 |
| 2019-01-11 | envapsulate navigation target better | Aleksey Kladov | -35/+3 |
