Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fold blocks of mod items. | Andrea Pretto | 2019-01-25 | 1 | -0/+1 |
* | Fill in DocumentSymbol::detail | Hrvoje Ban | 2019-01-24 | 1 | -1/+1 |
* | ad status command | Aleksey Kladov | 2019-01-22 | 1 | -0/+4 |
* | Merge #574 | bors[bot] | 2019-01-20 | 1 | -1/+5 |
|\ | |||||
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -1/+5 |
* | | 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 | 1 | -16/+31 |
* | switch to lsp-types | Aleksey Kladov | 2019-01-14 | 1 | -1/+1 |
* | Add bench runnable and code lens | Jeremy Kolb | 2019-01-12 | 1 | -35/+39 |
* | Merge #500 | bors[bot] | 2019-01-12 | 1 | -95/+46 |
|\ | |||||
| * | Move `CargoTargetSpec` and friends to cargo_target_spec module | Jeremy Kolb | 2019-01-12 | 1 | -90/+1 |
| * | Code lens support for running tests | Jeremy A. Kolb | 2019-01-11 | 1 | -81/+121 |
* | | Switch hover to use MarkupContent | Jeremy Kolb | 2019-01-12 | 1 | -2/+5 |
|/ | |||||
* | use location link in goto def | Aleksey Kladov | 2019-01-11 | 1 | -4/+5 |
* | return ref ranges from gotodef | Aleksey Kladov | 2019-01-11 | 1 | -3/+6 |
* | fix on-type offset | Aleksey Kladov | 2019-01-11 | 1 | -26/+21 |
* | add sysroot boilerplate | Aleksey Kladov | 2019-01-10 | 1 | -4/+4 |
* | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 1 | -1/+1 |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 2 | -3/+3 |
* | upstream text-utils to text_unit | Aleksey Kladov | 2019-01-08 | 1 | -4/+3 |
* | introduce CallInfo | Aleksey Kladov | 2019-01-08 | 1 | -17/+11 |
* | migrate ra_lsp_server to new rowan | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
* | refactor | Simon Vandel Sillesen | 2019-01-06 | 1 | -26/+21 |
* | indent on typing dot. fixes #439 | Simon Vandel Sillesen | 2019-01-05 | 1 | -22/+34 |
* | introduce separate goto_defenition | Aleksey Kladov | 2019-01-05 | 1 | -3/+2 |
* | move hover implementation to ra_analysis | Aleksey Kladov | 2019-01-05 | 1 | -41/+9 |
* | Merge #414 | bors[bot] | 2019-01-05 | 1 | -2/+25 |
|\ | |||||
| * | Use both type_of and doc_text_for | Hirokazu Hata | 2019-01-05 | 1 | -14/+25 |
| * | Return type name when doc_text_for returns nothing | Hirokazu Hata | 2019-01-03 | 1 | -0/+12 |
* | | extract area to a crate | Aleksey Kladov | 2019-01-04 | 1 | -1/+4 |
|/ | |||||
* | use LocalPtr in navigation target | Aleksey Kladov | 2019-01-03 | 1 | -1/+1 |
* | use navigation target in API | Aleksey Kladov | 2019-01-02 | 1 | -18/+15 |
* | introduce navigation target | Aleksey Kladov | 2019-01-02 | 1 | -5/+5 |
* | Merge #165 | bors[bot] | 2018-12-31 | 1 | -0/+10 |
|\ | |||||
| * | Make modules with tests runnable | Jan Jansen | 2018-12-31 | 1 | -0/+10 |
* | | Merge #385 | bors[bot] | 2018-12-31 | 1 | -3/+23 |
|\ \ | |/ |/| | |||||
| * | Use TryConv for conversion | DJMcNab | 2018-12-31 | 1 | -2/+1 |
| * | Implement DocumentHighlight | DJMcNab | 2018-12-31 | 1 | -3/+24 |
* | | Move renames into ra_analysis | DJMcNab | 2018-12-30 | 1 | -13/+8 |
|/ | |||||
* | Simplify failure bail code | Aleksander Vognild Burkow | 2018-12-29 | 1 | -3/+4 |
* | Add better error message for Command failure | Aleksander Vognild Burkow | 2018-12-29 | 1 | -1/+4 |
* | Add support for formatting entire document with rustfmt | Aleksander Vognild Burkow | 2018-12-29 | 1 | -0/+33 |
* | switch to FileRange | Aleksey Kladov | 2018-12-28 | 1 | -11/+9 |
* | fix warning conversion | Aleksey Kladov | 2018-12-24 | 1 | -3/+1 |
* | remove option from Diagnostic | gfreezy | 2018-12-24 | 1 | -1/+1 |
* | add serverity to vscode diagnostics | gfreezy | 2018-12-23 | 1 | -2/+13 |