aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add explicit type assist.Marco Groppo2019-04-081-0/+2
* Assist to flip (some) binary expressions.Marco Groppo2019-03-251-2/+2
* Merge #1037bors[bot]2019-03-251-0/+2
|\
| * inline immutable local varialbegfreezy2019-03-251-0/+2
* | Merge #1036bors[bot]2019-03-251-0/+2
|\ \ | |/ |/|
| * Assist to flip equality (==) and negative equality (!=) operands.Marco Groppo2019-03-241-0/+2
* | Add assist for adding default methodsgfreezy2019-03-231-0/+1
|/
* Merge #989bors[bot]2019-03-181-0/+2
|\
| * Implement naive version of fill_struct_fields assistyanchith2019-03-171-0/+2
* | Add 'add_missing_impl_members' assist stubIgor Matuszewski2019-03-161-0/+2
|/
* add marks to assistsAleksey Kladov2019-02-241-0/+1
* dont show introduce variable everywhereAleksey Kladov2019-02-241-5/+15
* Assign IDs to assistsAleksey Kladov2019-02-241-0/+6
* Move `non_trivia_sibling` to `ra_syntax::algo`Ville Penttinen2019-02-211-5/+1
* Fix some typosPascal Hertleif2019-02-121-1/+1
* ra_assists: assist "providers" can produce multiple assistsAndrea Pretto2019-02-111-16/+59
* auto_import assistAndrea Pretto2019-02-091-0/+3
* Improve sorting delegaterobojumper2019-02-091-7/+5
* Remove unused importrobojumper2019-02-081-2/+2
* Add tests for action target rangesrobojumper2019-02-081-3/+63
* Add some assist rangesrobojumper2019-02-081-3/+37
* reformat the worldAleksey Kladov2019-02-081-11/+5
* Add new assist to remove dbg!() callsVille Penttinen2019-02-071-0/+2
* assists: compute editkjeremy2019-02-061-1/+1
* move assists to a separate crateAleksey Kladov2019-02-061-0/+170