Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fold blocks of mod items. | Andrea Pretto | 2019-01-25 | 1 | -0/+1 | |
* | add gc request | Aleksey Kladov | 2019-01-25 | 3 | -9/+30 | |
* | Fill in DocumentSymbol::detail | Hrvoje Ban | 2019-01-24 | 1 | -1/+1 | |
* | Fix target_selection_range type | Hirokazu Hata | 2019-01-23 | 1 | -1/+1 | |
* | ad status command | Aleksey Kladov | 2019-01-22 | 4 | -0/+28 | |
* | Teach CompletionItem about documentation | Jeremy Kolb | 2019-01-22 | 1 | -2/+10 | |
* | Merge #574 | bors[bot] | 2019-01-20 | 2 | -17/+27 | |
|\ | ||||||
| * | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -7/+4 | |
| * | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -7/+13 | |
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 2 | -17/+24 | |
* | | extend selection expands macros and can totally panic | Aleksey Kladov | 2019-01-20 | 1 | -4/+8 | |
* | | somewhat better name | Aleksey Kladov | 2019-01-20 | 1 | -1/+1 | |
* | | make matching brace consistent | Aleksey Kladov | 2019-01-20 | 1 | -2/+1 | |
|/ | ||||||
* | more idiomatic code | gfreezy | 2019-01-19 | 1 | -5/+6 | |
* | fix comments | gfreezy | 2019-01-19 | 1 | -31/+3 | |
* | rename mod | gfreezy | 2019-01-19 | 2 | -20/+32 | |
* | :arrow_up: update rust | Aleksey Kladov | 2019-01-19 | 1 | -1/+0 | |
* | update cargo_metadata | Aleksey Kladov | 2019-01-14 | 1 | -2/+5 | |
* | switch to lsp-types | Aleksey Kladov | 2019-01-14 | 6 | -21/+21 | |
* | target_selection_range is not nullable in the implementation | Aleksey Kladov | 2019-01-13 | 1 | -5/+10 | |
* | Merge #517 #518 | bors[bot] | 2019-01-13 | 1 | -4/+21 | |
|\ | ||||||
| * | gracefully handle cycles in crate graph | Aleksey Kladov | 2019-01-13 | 1 | -4/+21 | |
* | | Add bench runnable and code lens | Jeremy Kolb | 2019-01-12 | 2 | -35/+48 | |
|/ | ||||||
* | Merge #505 | bors[bot] | 2019-01-12 | 1 | -0/+1 | |
|\ | ||||||
| * | Complete inherent methods | Florian Diebold | 2019-01-12 | 1 | -0/+1 | |
* | | Merge #500 | bors[bot] | 2019-01-12 | 6 | -99/+154 | |
|\ \ | |/ |/| | ||||||
| * | Move `CargoTargetSpec` and friends to cargo_target_spec module | Jeremy Kolb | 2019-01-12 | 3 | -90/+102 | |
| * | Code lens support for running tests | Jeremy A. Kolb | 2019-01-11 | 4 | -85/+128 | |
* | | Switch hover to use MarkupContent | Jeremy Kolb | 2019-01-12 | 1 | -2/+5 | |
* | | warn louder on mising sysroot | Aleksey Kladov | 2019-01-11 | 2 | -1/+9 | |
|/ | ||||||
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+4 | |
* | Merge #496 | bors[bot] | 2019-01-11 | 2 | -9/+35 | |
|\ | ||||||
| * | fix tests | Aleksey Kladov | 2019-01-11 | 1 | -2/+3 | |
| * | use location link in goto def | Aleksey Kladov | 2019-01-11 | 2 | -12/+25 | |
| * | return ref ranges from gotodef | Aleksey Kladov | 2019-01-11 | 2 | -4/+16 | |
* | | prioritize event handing over indexing | Aleksey Kladov | 2019-01-11 | 1 | -4/+15 | |
|/ | ||||||
* | fix on-type offset | Aleksey Kladov | 2019-01-11 | 1 | -26/+21 | |
* | minor | Aleksey Kladov | 2019-01-10 | 2 | -6/+2 | |
* | wire sysroot into crate graph | Aleksey Kladov | 2019-01-10 | 2 | -6/+72 | |
* | special case std | Aleksey Kladov | 2019-01-10 | 1 | -2/+6 | |
* | use arena for sysroot | Aleksey Kladov | 2019-01-10 | 1 | -49/+80 | |
* | split module | Aleksey Kladov | 2019-01-10 | 3 | -241/+261 | |
* | add sysroot boilerplate | Aleksey Kladov | 2019-01-10 | 5 | -31/+117 | |
* | switch CargoWorkspace to arena | Aleksey Kladov | 2019-01-10 | 1 | -30/+26 | |
* | add completion detail | Aleksey Kladov | 2019-01-09 | 1 | -0/+1 | |
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -1/+1 | |
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -1/+1 | |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 5 | -8/+8 | |
* | upstream text-utils to text_unit | Aleksey Kladov | 2019-01-08 | 1 | -4/+3 | |
* | dont depend on ra_editor directly | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |