aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix fill_match_arms not working with referencesVille Penttinen2019-02-231-0/+103
* Move `non_trivia_sibling` to `ra_syntax::algo`Ville Penttinen2019-02-212-6/+3
* auto_import: fix bug when the common path was shorter than both the current u...Andrea Pretto2019-02-141-18/+67
* auto_import: import in enclosing module instead of fileAndrea Pretto2019-02-121-4/+38
* auto_import: more tests and some refactoringsAndrea Pretto2019-02-121-12/+46
* Fix some typosPascal Hertleif2019-02-122-5/+5
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-1112-64/+144
* Merge #762bors[bot]2019-02-102-0/+732
|\
| * auto_import: use ra_fmtAndrea Pretto2019-02-091-109/+29
| * auto_import: struct variants for ImportActionAndrea Pretto2019-02-091-44/+107
| * auto_import: remove PathSegmentsMatchAndrea Pretto2019-02-091-65/+37
| * auto_import: Removed Empty in favor of Partial(0)Andrea Pretto2019-02-091-16/+10
| * auto_import assistAndrea Pretto2019-02-092-0/+783
* | Fix introduce var duplicating newlinesVille Penttinen2019-02-091-1/+80
|/
* Merge #766bors[bot]2019-02-092-2/+2
|\
| * Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-082-2/+2
* | Improve sorting delegaterobojumper2019-02-091-7/+5
* | Remove unused importrobojumper2019-02-081-2/+2
* | Add tests for action target rangesrobojumper2019-02-0810-16/+210
* | Add some assist rangesrobojumper2019-02-085-10/+58
|/
* reformat the worldAleksey Kladov2019-02-089-96/+27
* Remove unnecessary dbg! callsVille Penttinen2019-02-071-3/+2
* Add new assist to remove dbg!() callsVille Penttinen2019-02-072-0/+126
* Some clippy cleanupskjeremy2019-02-061-3/+3
* assists: compute editkjeremy2019-02-061-1/+1
* move assists to a separate crateAleksey Kladov2019-02-0610-0/+1389