aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Replace if with if-letAleksey Kladov2020-03-273-0/+136
* | Merge #3741bors[bot]2020-03-271-1/+1
|\|
| * More general ctor for ifsAleksey Kladov2020-03-271-1/+1
* | Merge #3732bors[bot]2020-03-263-0/+203
|\ \ | |/ |/|
| * Assist: replace unwrap with matchUnreal Hoang2020-03-263-0/+203
* | Get rid of ItemOrMacroAleksey Kladov2020-03-261-2/+2
* | Fix add visibility false-positiveAleksey Kladov2020-03-252-12/+29
|/
* Merge #3708bors[bot]2020-03-243-38/+83
|\
| * Generalise syntax rewriting infrastructure to allow removal of nodesAleksey Kladov2020-03-243-38/+65
| * Add a testAleksey Kladov2020-03-231-0/+18
* | Merge #3705bors[bot]2020-03-241-1/+1
|\ \
| * | Align namingAleksey Kladov2020-03-241-1/+1
* | | Merge #3700bors[bot]2020-03-242-47/+47
|\ \ \ | |/ / |/| |
| * | fill match arms with empty block rather than unit tupleJosh Mcguigan2020-03-242-47/+47