aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists
Commit message (Expand)AuthorAgeFilesLines
* Switch to TryFromAleksey Kladov2020-04-254-6/+6
* Convert tests to text-sizeAleksey Kladov2020-04-251-2/+1
* Convert code to text-sizeAleksey Kladov2020-04-2521-56/+56
* Add `pub(crate)` to functions generated in other moduleTimo Freiberg2020-04-211-46/+23
* Jump to sourceChanges in other filesTimo Freiberg2020-04-212-13/+10
* Add target file information to AssistActionTimo Freiberg2020-04-213-16/+78
* Make add_function generate functions in other modules via qualified pathTimo Freiberg2020-04-212-26/+197
* Do not add default and closure types in 'add explicit type' assistKirill Bulatov2020-04-211-5/+43
* Fix panic in split_imports assistAleksey Kladov2020-04-201-1/+6
* Some clippy fixesJeremy Kolb2020-04-193-3/+3
* Change add_function assist to use todo!()Timo Freiberg2020-04-132-28/+28
* Fix PRIceSentry2020-04-131-14/+8
* Generalize test and clean up importsIceSentry2020-04-131-8/+7
* Fix double comma when merge imports on second lineIceSentry2020-04-131-3/+37
* Remove more unnecessary bracesLaurențiu Nicola2020-04-121-2/+2
* Align grammar for record patterns and literalsAleksey Kladov2020-04-111-19/+13
* Merge #3925bors[bot]2020-04-113-0/+247
|\
| * Generate docGeoffrey Copin2020-04-111-0/+15
| * Fix doc testsGeoffrey Copin2020-04-111-2/+1
| * Add documentation commentGeoffrey Copin2020-04-111-0/+16
| * Avoid adding a RecordFieldPat variant to the Pat enumGeoffrey Copin2020-04-111-39/+47
| * Remove Option unwrapingGeoffrey Copin2020-04-111-3/+3
| * Implement assist "Reorder field names"Geoffrey Copin2020-04-092-0/+209
* | Change missing impl assist to use todo!() instead of unimplemented()Chris Hopman2020-04-102-18/+18
* | Rename some tokensAleksey Kladov2020-04-101-1/+2
* | Scale token generation backAleksey Kladov2020-04-102-3/+2
* | Convert more tokensAleksey Kladov2020-04-101-2/+2
* | Curley tokensAleksey Kladov2020-04-101-2/+2
* | Semicolon tokenAleksey Kladov2020-04-101-1/+1
|/
* Simpler acessors for keywordsAleksey Kladov2020-04-091-1/+1
* Be consistent about token accesorsAleksey Kladov2020-04-092-2/+2
* Add _token suffix to token accessorsAleksey Kladov2020-04-094-5/+5
* Scale back to only two traitsAleksey Kladov2020-04-091-2/+2
* Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-094-8/+9
* Fix add missing items assist orderAleksey Kladov2020-04-091-2/+4
* Check for eprintln on CIAleksey Kladov2020-04-061-0/+5
* Merge #3746bors[bot]2020-04-033-0/+817
|\
| * Use ast::make API in add_function assistTimo Freiberg2020-04-011-67/+48
| * Add create_function assistTimo Freiberg2020-04-013-0/+836
* | Merge #3814bors[bot]2020-04-032-0/+208
|\ \ | |/ |/|
| * Cleanup checking for existing impls in impl From assistMatthew Hall2020-04-021-15/+3
| * Add impl From for enum variant assistMatthew Hall2020-04-012-0/+220
* | When adding match arm, don't let the floating commaAleksey Kladov2020-03-311-5/+25
* | Use IntoIterAleksey Kladov2020-03-301-2/+1
* | Remove "TODO" in comment in testMatthew Hall2020-03-281-4/+4
* | Append new match arms rather than replacing all of themMatthew Hall2020-03-281-5/+68
|/
* Start stdxAleksey Kladov2020-03-285-39/+31
* Fix merge-imports assist for wildcard importsPiotr Szpetkowski2020-03-271-0/+28
* Fix assist descriptionAleksey Kladov2020-03-271-4/+8
* Merge #3742bors[bot]2020-03-273-0/+136
|\