Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #442 | bors[bot] | 2019-01-07 | 2 | -5/+166 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 442: WIP: indent on typing dot r=matklad a=simonvandel Fixes #439. The unit test passes, but I can't seem to make VS code perform the action. The existing action on "=" doesn't work either on my end either though. I didn't add any smart way of detecting the current indent level. Any ideas how I would do that? Co-authored-by: Simon Vandel Sillesen <[email protected]> | ||||
| * | my formatting tool locally messes things up | Simon Vandel Sillesen | 2019-01-07 | 1 | -1/+1 |
| | | |||||
| * | fix nits | Simon Vandel Sillesen | 2019-01-07 | 1 | -10/+8 |
| | | |||||
| * | formatting | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 |
| | | |||||
| * | fix tests | Simon Vandel Sillesen | 2019-01-06 | 1 | -10/+72 |
| | | |||||
| * | add more tests | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+54 |
| | | |||||
| * | format code | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 |
| | | |||||
| * | rename unused variable | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 |
| | | |||||
| * | indent on typing dot. fixes #439 | Simon Vandel Sillesen | 2019-01-05 | 2 | -4/+52 |
| | | |||||
* | | split_import intention correctly works with use trees | Aleksey Kladov | 2019-01-06 | 1 | -1/+13 |
|/ | |||||
* | change visibility can change pub to pub(crate) | Aleksey Kladov | 2019-01-05 | 1 | -2/+30 |
| | |||||
* | split import assist | Aleksey Kladov | 2019-01-05 | 2 | -0/+47 |
| | |||||
* | Merge #427 | bors[bot] | 2019-01-05 | 1 | -2/+58 |
|\ | | | | | | | | | | | | | | | 427: Remove extra space when joining lines in use items r=matklad a=alanhdu Fixes #423. Co-authored-by: Alan Du <[email protected]> | ||||
| * | Fix join_lines use_items right w/ and w/o comma | Alan Du | 2019-01-05 | 1 | -3/+22 |
| | | |||||
| * | Address join lines use items right } | Alan Du | 2019-01-05 | 1 | -3/+21 |
| | | |||||
| * | Remove extra space when joining lines in use items | Alan Du | 2019-01-04 | 1 | -0/+19 |
| | | |||||
* | | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 1 | -3/+3 |
|/ | | | | | rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion. | ||||
* | add pub(crate) works for named fields | Aleksey Kladov | 2019-01-03 | 1 | -18/+37 |
| | |||||
* | fix the test | Aleksey Kladov | 2019-01-03 | 1 | -5/+0 |
| | |||||
* | more enterprisey assists API | Aleksey Kladov | 2019-01-03 | 8 | -193/+277 |
| | |||||
* | split assists over several files | Aleksey Kladov | 2019-01-03 | 7 | -402/+487 |
| | |||||
* | rename code-actions -> assists | Aleksey Kladov | 2019-01-03 | 2 | -2/+2 |
| | |||||
* | 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 |
|\ | | | | | | | | | | | | | | | 395: generalize r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | 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 |
|/ | | | | Fixes #154 | ||||
* | avoid allocating an unnecessary intermediate vector & not traverse multiple ↵ | gfreezy | 2018-12-30 | 1 | -62/+72 |
| | | | | times | ||||
* | 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 |
| | | | | | | | Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.7.11 to 0.8.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Commits](https://github.com/bluss/rust-itertools/compare/0.7.11...0.8.0) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | Merge #325 | bors[bot] | 2018-12-27 | 4 | -104/+545 |
|\ | | | | | | | | | | | | | | | | | | | 325: implement translate_offset_with_edit r=matklad a=vemoo - Implement `translate_offset_with_edit` to resolve #105 - Add proptest impls for text, offsets and edits and use them in tests for `translate_offset_with_edit` and `LineIndex` - Added benchmark for `translate_offset_with_edit` Co-authored-by: Bernardo <[email protected]> | ||||
| * | 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 |
| | | | | | | | | rename newline to step where applicable | ||||
| * | 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 |
| | | | | | | | | doc comments | ||||
| * | 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 |
| | | | | | | | | the main thing is we iterate over inserted newlines at once for each edit | ||||
| * | 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 |
| | | | | | | | | | | | | todo: cleanup, simplify handle columns | ||||
* | | check edits in diagnostics | Aleksey Kladov | 2018-12-27 | 2 | -34/+30 |
| | | |||||
* | | fix use std::{self} | gfreezy | 2018-12-26 | 2 | -12/+42 |
| | |