| Commit message (Expand) | Author | Age | Files | Lines |
* | extend selection inside a string literal should select a word first | gfreezy | 2019-01-02 | 1 | -4/+20 |
* | move symbols to ra_analysis | Aleksey Kladov | 2019-01-02 | 3 | -248/+131 |
* | Merge #395 | bors[bot] | 2018-12-31 | 2 | -11/+7 |
|\ |
|
| * | generalize highlighting to work with nodes | Aleksey Kladov | 2018-12-31 | 1 | -3/+3 |
| * | generalize extend selection to work with nodes | Aleksey Kladov | 2018-12-31 | 1 | -8/+4 |
* | | Make modules with tests runnable | Jan Jansen | 2018-12-31 | 1 | -59/+1 |
|/ |
|
* | avoid allocating an unnecessary intermediate vector & not traverse multiple t... | gfreezy | 2018-12-30 | 1 | -62/+72 |
* | implement struct shorthand initialization diagnostic | gfreezy | 2018-12-30 | 2 | -112/+268 |
* | highlight macro idents | Aleksey Kladov | 2018-12-28 | 1 | -3/+32 |
* | Bump itertools from 0.7.11 to 0.8.0 | dependabot[bot] | 2018-12-27 | 1 | -1/+1 |
* | Merge #325 | bors[bot] | 2018-12-27 | 4 | -104/+545 |
|\ |
|
| * | test code and dependency cleanup | Bernardo | 2018-12-25 | 2 | -4/+2 |
| * | change to `TextEdit` to avoid allocation and sort | Bernardo | 2018-12-25 | 1 | -47/+39 |
| * | remove benchmark and simplify tests | Bernardo | 2018-12-25 | 4 | -144/+41 |
| * | use new translate_offset_with_edit for TryConvWith | Bernardo | 2018-12-25 | 2 | -1/+2 |
| * | add line_index proptest | Bernardo | 2018-12-25 | 2 | -106/+132 |
| * | make criterion args work, small simplification | Bernardo | 2018-12-25 | 3 | -18/+18 |
| * | fix arbitrary offset generation, col translation working | Bernardo | 2018-12-25 | 2 | -39/+92 |
| * | column translation implemented but not quite working yet | Bernardo | 2018-12-25 | 3 | -50/+70 |
| * | iterate over `Step`s which are either, newlines or multibyte chars | Bernardo | 2018-12-25 | 2 | -26/+121 |
| * | simplify newline check with macro | Bernardo | 2018-12-25 | 1 | -20/+14 |
| * | remove slower impl, add benchmarks | Bernardo | 2018-12-25 | 4 | -199/+119 |
| * | final iteration, faster a bit simpler | Bernardo | 2018-12-25 | 1 | -171/+209 |
| * | simplified version | Bernardo | 2018-12-25 | 1 | -0/+139 |
| * | move translate_offset_with_edit to ra_editor | Bernardo | 2018-12-25 | 4 | -2/+266 |
| * | initial newline translation working | Bernardo | 2018-12-25 | 1 | -1/+5 |
* | | check edits in diagnostics | Aleksey Kladov | 2018-12-27 | 2 | -34/+30 |
* | | fix use std::{self} | gfreezy | 2018-12-26 | 2 | -12/+42 |
* | | fix tests | gfreezy | 2018-12-25 | 1 | -1/+1 |
* | | add fix for removing unnecessary braces in use statements | gfreezy | 2018-12-25 | 3 | -23/+41 |
|/ |
|
* | 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 | 2 | -2/+74 |
|/ |
|
* | join lines collapses use_trees | Aleksey Kladov | 2018-12-21 | 1 | -0/+58 |
* | fold curly blocks | Aleksey Kladov | 2018-12-20 | 1 | -15/+25 |
* | generalize folding tests | Aleksey Kladov | 2018-12-20 | 1 | -21/+21 |
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 3 | -16/+21 |
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 4 | -87/+4 |
* | use \b as word boundary | Bernardo | 2018-12-09 | 1 | -2/+30 |
* | Implement and test format hook | DJMcNab | 2018-12-09 | 1 | -1/+1 |
* | find next whitespace or begining or end | Bernardo | 2018-12-08 | 1 | -3/+3 |
* | Merge #264 | bors[bot] | 2018-12-08 | 1 | -1/+20 |
|\ |
|
| * | check for empty range when extending in comment | Bernardo | 2018-12-08 | 1 | -1/+20 |
* | | Add a better text for hover and stop duplicating work done in approximatelly_... | DJMcNab | 2018-12-08 | 1 | -0/+55 |
|/ |
|
* | modernize even more | Aleksey Kladov | 2018-12-06 | 3 | -13/+5 |
* | Merge #252 | bors[bot] | 2018-12-02 | 2 | -7/+44 |
|\ |
|
| * | Improve 'introduce variable' | Florian Diebold | 2018-12-02 | 2 | -7/+44 |
* | | Add `derive` after doc comments | Aleksey Kladov | 2018-12-02 | 1 | -5/+36 |