Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indent on typing dot. fixes #439 | Simon Vandel Sillesen | 2019-01-05 | 1 | -1/+1 |
* | split assists over several files | Aleksey Kladov | 2019-01-03 | 1 | -1/+1 |
* | rename code-actions -> assists | Aleksey Kladov | 2019-01-03 | 1 | -2/+2 |
* | move symbols to ra_analysis | Aleksey Kladov | 2019-01-02 | 1 | -2/+2 |
* | Merge #395 | bors[bot] | 2018-12-31 | 1 | -3/+3 |
|\ | |||||
| * | generalize highlighting to work with nodes | Aleksey Kladov | 2018-12-31 | 1 | -3/+3 |
* | | Make modules with tests runnable | Jan Jansen | 2018-12-31 | 1 | -59/+1 |
|/ | |||||
* | implement struct shorthand initialization diagnostic | gfreezy | 2018-12-30 | 1 | -112/+2 |
* | highlight macro idents | Aleksey Kladov | 2018-12-28 | 1 | -3/+32 |
* | Merge #325 | bors[bot] | 2018-12-27 | 1 | -0/+2 |
|\ | |||||
| * | test code and dependency cleanup | Bernardo | 2018-12-25 | 1 | -2/+1 |
| * | use new translate_offset_with_edit for TryConvWith | Bernardo | 2018-12-25 | 1 | -0/+1 |
| * | remove slower impl, add benchmarks | Bernardo | 2018-12-25 | 1 | -2/+2 |
| * | move translate_offset_with_edit to ra_editor | Bernardo | 2018-12-25 | 1 | -0/+2 |
* | | check edits in diagnostics | Aleksey Kladov | 2018-12-27 | 1 | -21/+27 |
* | | fix use std::{self} | gfreezy | 2018-12-26 | 1 | -11/+41 |
* | | fix tests | gfreezy | 2018-12-25 | 1 | -1/+1 |
* | | add fix for removing unnecessary braces in use statements | gfreezy | 2018-12-25 | 1 | -5/+21 |
|/ | |||||
* | Merge #326 | bors[bot] | 2018-12-24 | 1 | -2/+54 |
|\ | |||||
| * | keep severity to Error & WeakWarning | gfreezy | 2018-12-24 | 1 | -9/+7 |
| * | add serverity to vscode diagnostics | gfreezy | 2018-12-23 | 1 | -8/+11 |
| * | resolved #324: remove unnecessary braces in use statement. | gfreezy | 2018-12-23 | 1 | -2/+53 |
* | | Add make_pub_crate code action to ra_editor | Hirokazu Hata | 2018-12-24 | 1 | -1/+1 |
|/ | |||||
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 1 | -1/+1 |
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 1 | -3/+1 |
* | modernize even more | Aleksey Kladov | 2018-12-06 | 1 | -10/+1 |
* | Complete paths after :: | Aleksey Kladov | 2018-11-21 | 1 | -6/+1 |
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -9/+9 |
* | Introduce Location and make SyntaxError fields private | Adolfo Ochagavía | 2018-11-05 | 1 | -2/+10 |
* | Introduce SyntaxErrorKind and TextRange in SyntaxError | Adolfo Ochagavía | 2018-11-04 | 1 | -2/+2 |
* | Remove DOC_COMMENT | Jeremy A. Kolb | 2018-10-31 | 1 | -1/+1 |
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -2/+0 |
* | remove old completion | Aleksey Kladov | 2018-10-31 | 1 | -4/+1 |
* | move resolve local name | Aleksey Kladov | 2018-10-31 | 1 | -9/+1 |
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 1 | -1/+1 |
* | Simplify | Aleksey Kladov | 2018-10-24 | 1 | -3/+1 |
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -50/+53 |
* | switch editor to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 |
* | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 1 | -0/+1 |
* | Report errors only once | Adolfo Ochagavía | 2018-10-10 | 1 | -14/+3 |
* | Remove error publishing through publishDecorations | Adolfo Ochagavía | 2018-10-10 | 1 | -1/+0 |
* | Add on-enter handler | Aleksey Kladov | 2018-10-09 | 1 | -1/+1 |
* | Resolve local names first | Jeremy A. Kolb | 2018-10-06 | 1 | -5/+5 |
* | WIP: This doesn't currently work but I also don't think it's the right abstra... | Jeremy A. Kolb | 2018-10-05 | 1 | -0/+8 |
* | make ancestors and descendants inherent | Aleksey Kladov | 2018-10-02 | 1 | -5/+5 |
* | Split folding ranges into editor and lsp parts | Jeremy A. Kolb | 2018-09-24 | 1 | -0/+2 |
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+228 |