Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Auto-upgrade some insta snapshots | Aleksey Kladov | 2019-11-15 | 1 | -146/+152 |
* | fix typo | Greg | 2019-11-12 | 1 | -1/+1 |
* | Implement postfix completions feature flag | Greg | 2019-11-12 | 1 | -0/+4 |
* | Cleanup complete_postfix | Aleksey Kladov | 2019-11-06 | 1 | -52/+57 |
* | avoid TextEditorBuilder for simple edits | Aleksey Kladov | 2019-10-26 | 1 | -4/+2 |
* | #1435 postfix completion for integer literals | Sergey Parilin | 2019-10-14 | 1 | -2/+65 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -3/+3 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -1/+1 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -3/+4 |
* | Restrict some postfix completions to bool and unknown expr. | Marco Groppo | 2019-07-17 | 1 | -26/+103 |
* | inline snapshot in complete_postfix | funkill2 | 2019-07-07 | 1 | -11/+71 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -11/+4 |
* | Add box postfix completion | Kan-Ru Chen | 2019-06-23 | 1 | -0/+2 |
* | fix postfix match indent | Aleksey Kladov | 2019-04-22 | 1 | -1/+1 |
* | move testing functions | Aleksey Kladov | 2019-02-24 | 1 | -2/+1 |
* | Don't use additional_text_edits API internally | Aleksey Kladov | 2019-02-18 | 1 | -8/+9 |
* | More orthogonal method naming | Aleksey Kladov | 2019-02-18 | 1 | -1/+1 |
* | use better label for &mut ref completion | Aleksey Kladov | 2019-02-14 | 1 | -1/+1 |
* | tweak postfix completions | Aleksey Kladov | 2019-02-14 | 1 | -6/+16 |
* | add ref postfix template | Aleksey Kladov | 2019-02-14 | 1 | -0/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -5/+1 |
* | fold complete_postfix tests into one | Hoàng Đức Hiếu | 2019-02-03 | 1 | -41/+2 |
* | add postfix completion for `dbg!()` with `.dbg` | Hoàng Đức Hiếu | 2019-02-02 | 1 | -0/+14 |
* | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 1 | -3/+3 |
* | postfix completion | gfreezy | 2019-01-21 | 1 | -0/+95 |