aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/handlers/add_function.rs
Commit message (Expand)AuthorAgeFilesLines
* Unify naming of generating assistsAleksey Kladov2020-07-031-1053/+0
* Don't categorize things we don't care aboutkjeremy2020-07-021-14/+9
* Move AssistKind into AssistIdkjeremy2020-07-021-2/+1
* Categorize assistsJeremy Kolb2020-07-021-10/+16
* Remove db from AssistsContextLaurențiu Nicola2020-07-011-2/+2
* Centralize fixture parsing for assistsAleksey Kladov2020-06-231-0/+1
* More principled indentation trimming in fixturesAleksey Kladov2020-06-231-1/+0
* Simplify APIAleksey Kladov2020-06-081-1/+1
* Use snippets in add_missing_membersAleksey Kladov2020-05-201-2/+10
* Moderate cleanup of add_functionAleksey Kladov2020-05-201-33/+47
* Use snippets in add functionAleksey Kladov2020-05-201-36/+43
* More fluent indent APIAleksey Kladov2020-05-091-5/+8
* Use new HirDisplay variant in add_function assistTimo Freiberg2020-05-081-58/+116
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-11/+10
* SimplifyAleksey Kladov2020-05-061-7/+7
* Fix TODOAleksey Kladov2020-05-061-15/+9
* Move target to AssistLabelAleksey Kladov2020-05-061-3/+3
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-1/+1
* Switch to TryFromAleksey Kladov2020-04-251-1/+1
* Convert code to text-sizeAleksey Kladov2020-04-251-4/+4
* Add `pub(crate)` to functions generated in other moduleTimo Freiberg2020-04-211-46/+23
* Jump to sourceChanges in other filesTimo Freiberg2020-04-211-11/+2
* Add target file information to AssistActionTimo Freiberg2020-04-211-14/+57
* Make add_function generate functions in other modules via qualified pathTimo Freiberg2020-04-211-24/+195
* Change add_function assist to use todo!()Timo Freiberg2020-04-131-27/+27
* Use ast::make API in add_function assistTimo Freiberg2020-04-011-67/+48
* Add create_function assistTimo Freiberg2020-04-011-0/+807