Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rename rename to references | Aleksey Kladov | 2019-02-08 | 1 | -2/+2 | |
* | move crate for | Aleksey Kladov | 2019-02-08 | 1 | -1/+1 | |
* | move changes to a separate file | Aleksey Kladov | 2019-02-08 | 1 | -155/+4 | |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 1 | -1/+1 | |
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -1/+1 | |
* | Rename assits to assists | Jeremy Kolb | 2019-02-05 | 1 | -1/+1 | |
* | make HirDatabase object-safe | Aleksey Kladov | 2019-02-03 | 1 | -0/+4 | |
* | fill match arm | gfreezy | 2019-02-03 | 1 | -0/+1 | |
* | Merge #702 | bors[bot] | 2019-01-30 | 1 | -0/+8 | |
|\ | ||||||
| * | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 1 | -0/+8 | |
* | | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 1 | -1/+2 | |
|/ | ||||||
* | opt-in jemalloc | Aleksey Kladov | 2019-01-28 | 1 | -0/+1 | |
* | show jemalloc | Aleksey Kladov | 2019-01-27 | 1 | -0/+5 | |
* | automatically collect garbage | Aleksey Kladov | 2019-01-27 | 1 | -0/+4 | |
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -9/+9 | |
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 | |
* | fold syntax database into files database | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 | |
* | add gc request | Aleksey Kladov | 2019-01-25 | 1 | -0/+4 | |
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -0/+3 | |
* | ad status command | Aleksey Kladov | 2019-01-22 | 1 | -0/+6 | |
* | Merge #574 | bors[bot] | 2019-01-20 | 1 | -1/+1 | |
|\ | ||||||
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -1/+1 | |
* | | extend selection expands macros and can totally panic | Aleksey Kladov | 2019-01-20 | 1 | -2/+2 | |
* | | somewhat better name | Aleksey Kladov | 2019-01-20 | 1 | -1/+1 | |
* | | make matching brace consistent | Aleksey Kladov | 2019-01-20 | 1 | -2/+3 | |
* | | use with_db consistently | Aleksey Kladov | 2019-01-20 | 1 | -14/+7 | |
|/ | ||||||
* | fix comments | gfreezy | 2019-01-19 | 1 | -1/+1 | |
* | move rename to a new mod | gfreezy | 2019-01-19 | 1 | -1/+2 | |
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 1 | -2/+4 | |
* | kill last cancelables | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 | |
* | remove Canceled from impl of ra_ide_api | Aleksey Kladov | 2019-01-15 | 1 | -12/+3 | |
* | remove Canceled from API impl | Aleksey Kladov | 2019-01-15 | 1 | -7/+9 | |
* | remove Cancelable from Module API, part 2 | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 | |
* | remove cancelable from symbols | Aleksey Kladov | 2019-01-15 | 1 | -4/+3 | |
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -2/+2 | |
* | fix tests | Aleksey Kladov | 2019-01-11 | 1 | -1/+2 | |
* | return ref ranges from gotodef | Aleksey Kladov | 2019-01-11 | 1 | -2/+2 | |
* | envapsulate navigation target better | Aleksey Kladov | 2019-01-11 | 1 | -35/+3 | |
* | Make from_syntax private | Aleksey Kladov | 2019-01-11 | 1 | -1/+1 | |
* | move nav to a separate file | Aleksey Kladov | 2019-01-11 | 1 | -73/+2 | |
* | group feature modules | Aleksey Kladov | 2019-01-11 | 1 | -3/+3 | |
* | Use name resolution for goto definition | Florian Diebold | 2019-01-10 | 1 | -1/+63 | |
* | use unwinding for cancelation | Aleksey Kladov | 2019-01-10 | 1 | -18/+33 | |
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -0/+41 | |
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -3/+3 | |
* | fix the docs | Aleksey Kladov | 2019-01-08 | 1 | -2/+8 | |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+509 |