aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists
Commit message (Expand)AuthorAgeFilesLines
* Refactor AssistBuilder to manage a SourceChangeChristoph Herzog2020-07-071-7/+7
* Add AssistKind::GenerateAleksey Kladov2020-07-036-25/+31
* Unify naming of generating assistsAleksey Kladov2020-07-037-206/+215
* Don't categorize things we don't care aboutkjeremy2020-07-024-64/+52
* Move AssistKind into AssistIdkjeremy2020-07-0240-139/+89
* Recategorize a fewkjeremy2020-07-023-3/+3
* Categorize assistsJeremy Kolb2020-07-0240-501/+702
* Record and suggest trait items via ImportMapJonas Schievink2020-07-021-0/+140
* Reuse Semantics instancesLaurențiu Nicola2020-07-012-2/+2
* Use the existing Semantics in auto_importLaurențiu Nicola2020-07-011-6/+6
* Remove db from AssistsContextLaurențiu Nicola2020-07-0111-35/+37
* Make SemanticsScope non-genericLaurențiu Nicola2020-07-011-10/+6
* Use more of FxHash*Laurențiu Nicola2020-06-291-3/+3
* Get rid of unused importsVeetaha2020-06-282-10/+3
* Follow matklad suggestionsVeetaha2020-06-284-18/+13
* Simlify with matches!()Veetaha2020-06-283-17/+5
* introduce_variable -> extract_variableAleksey Kladov2020-06-273-73/+73
* Merge #4945bors[bot]2020-06-261-2/+31
|\
| * do not suggest assist for return type to result in bad case #4826Benjamin Coenen2020-06-211-0/+3
| * do not suggest assist for return type to result in bad case #4826Benjamin Coenen2020-06-181-2/+28
* | Smarter introduce variableAleksey Kladov2020-06-251-8/+49
* | Use only one code-path for parsing fixturesAleksey Kladov2020-06-231-6/+7
* | Centralize fixture parsing for assistsAleksey Kladov2020-06-236-54/+47
* | More principled indentation trimming in fixturesAleksey Kladov2020-06-233-123/+127
* | New VFSAleksey Kladov2020-06-231-10/+3
* | Fix panic in split and merge import assistsLaurențiu Nicola2020-06-232-1/+21
* | Remove RelativePathBuf from fixtureAleksey Kladov2020-06-223-3/+3
|/
* Merge #4878bors[bot]2020-06-164-59/+249
|\
| * Operate only on AST paths instead of HIRJonas Schievink2020-06-151-30/+36
| * SimplifyJonas Schievink2020-06-151-13/+6
| * It's fookin' rawJonas Schievink2020-06-151-48/+48
| * Shorten *all* qualified paths when adding useJonas Schievink2020-06-132-11/+192
| * Expose `find_insert_use_container`Jonas Schievink2020-06-132-8/+18
* | Merge #4889bors[bot]2020-06-151-0/+2
|\ \
| * | Deprecate hir::Path::from_astAleksey Kladov2020-06-151-0/+2
| |/
* | fill_match_arms bind pattern implementationToby Dimmick2020-06-141-2/+14
* | fill_match_arms bind pattern testToby Dimmick2020-06-141-0/+34
|/
* Respect casing when searching for importsJonas Schievink2020-06-101-0/+25
* Add test for macro generated itemsJonas Schievink2020-06-101-0/+31
* ImportsLocator: use ImportMap for non-local cratesJonas Schievink2020-06-101-1/+46
* Use correct indent when replacing with matchAleksey Kladov2020-06-092-3/+36
* Unwrap block works with match armsAleksey Kladov2020-06-091-4/+40
* Simplify unwrapping of blocksAleksey Kladov2020-06-091-79/+49
* Simplify APIAleksey Kladov2020-06-084-107/+56
* Merge #4576bors[bot]2020-06-084-0/+403
|\
| * Fix review commentsMikhail Rakhmanov2020-06-052-33/+19
| * Remove unnecessary returnMikhail Rakhmanov2020-06-051-2/+2
| * Remove AsName importMikhail Rakhmanov2020-06-042-5/+19
| * Fixed testsMikhail Rakhmanov2020-06-033-10/+28
| * Merge branch 'master' into assists_extract_enumMikhail Rakhmanov2020-06-035-3/+352
| |\