aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* SimplifyAleksey Kladov2020-02-071-28/+27
* Minor renameAleksey Kladov2020-02-061-5/+5
* Fix testsAleksey Kladov2020-02-061-12/+23
* Mostly remove ImoportLocator infraAleksey Kladov2020-02-061-152/+6
* Assists are not genericAleksey Kladov2020-02-061-16/+11
* Remove assists TestDBAleksey Kladov2020-02-061-2/+0
* Start switching assists to a root databaseAleksey Kladov2020-02-061-33/+28
* Make assists use ImportsLocator directlyAleksey Kladov2020-02-061-9/+9
* Code review fixesKirill Bulatov2020-01-271-2/+3
* Adjust the testsKirill Bulatov2020-01-261-6/+60
* Have a better trait interfaceKirill Bulatov2020-01-261-7/+3
* Remove unnecessary lifetime parameterKirill Bulatov2020-01-261-6/+6
* Initial auto import action implementationKirill Bulatov2020-01-261-13/+113
* fix typo in 'inline_local_variable'TomasKralCZ2020-01-191-1/+1
* itertools::Either -> either::EitherKirill Bulatov2020-01-151-1/+1
* Apply the api design suggestionsKirill Bulatov2020-01-151-13/+27
* Another attempt to add multiple editsKirill Bulatov2020-01-151-2/+5
* Fix casingJeremy Kolb2020-01-141-4/+7
* Fix ordering problem between qualifying paths and substituting paramsFlorian Diebold2020-01-111-0/+1
* assists: add assist for custom implementation for derived traitPaulo Lieuthier2019-11-281-0/+2
* initial invert_ifbravomikekilo2019-11-211-0/+2
* Add add_new assistWesley Norris2019-11-091-0/+2
* Restore assists testsAleksey Kladov2019-11-041-3/+5
* Rename MockDatabase -> TestDBAleksey Kladov2019-11-041-16/+16
* Remove more duplication in test fixturesAleksey Kladov2019-11-041-10/+10
* further simplify assistsAleksey Kladov2019-10-271-62/+21
* Merge #2090bors[bot]2019-10-271-3/+3
|\
| * rename auto_import -> add_importAleksey Kladov2019-10-271-3/+3
* | Fixes #2054.Wesley Norris2019-10-271-0/+2
|/
* auto-generate assists docs and testsAleksey Kladov2019-10-251-1/+3
* Adds "replace with guarded return" assistMikhail Modin2019-10-201-0/+2
* WIP: Add demorgan application with naive negationLúcás Meier2019-10-031-0/+2
* remove ast_editor.rsAleksey Kladov2019-09-301-1/+0
* Start simplifying editing APIAleksey Kladov2019-09-261-1/+0
* keep ast creation API simpleAleksey Kladov2019-09-261-3/+1
* move ast builder to a separate fileAleksey Kladov2019-09-251-0/+1
* move assists to subdirAleksey Kladov2019-09-251-47/+53
* feat(assists): raw string <-> usual string manipulationGeobert Quach2019-09-191-0/+5
* Minor typo fix for ra_assists code docNelson Chen2019-09-081-1/+1
* add assist to move type bounds to where clauseEkaterina Babshukova2019-09-051-0/+2
* Add merge_match_arm assist, bump rowan to 0.6.1Phil Ellison2019-07-291-0/+2
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-8/+8
* add assist to move arm condition to match guardUnreal Hoang2019-05-211-2/+3
* renameUnreal Hoang2019-05-161-2/+2
* removed duplicating fill_struct_fields assistSergey Parilin2019-05-061-2/+0
* move guard to arm body assist.Unreal Hoang2019-05-011-0/+2
* Merge #1194bors[bot]2019-04-221-1/+1
|\
| * complete_import: add new import resolver infrastructure with some hardcoded i...Andrea Pretto2019-04-211-1/+1
* | more type safetyAleksey Kladov2019-04-221-1/+1
* | start structured editing APIAleksey Kladov2019-04-211-0/+1
|/