aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists
Commit message (Expand)AuthorAgeFilesLines
* clippy::redundant_clone fixesLaurențiu Nicola2021-05-261-1/+1
* add test that it does not create extraneous commasDomantas Jadenkus2021-05-241-0/+20
* tidyDomantas Jadenkus2021-05-241-2/+2
* generate match arms with todo!() as placeholder bodyDomantas Jadenkus2021-05-241-54/+74
* Merge #8945bors[bot]2021-05-231-1/+1
|\
| * Get rid of field_type againFlorian Diebold2021-05-231-1/+1
* | feat: generate getter avoids generating types like `&Vec<T>`Aleksey Kladov2021-05-232-9/+108
* | feat: generate getter assist places the cursor at the generated functionAleksey Kladov2021-05-232-9/+14
* | minimize testsAleksey Kladov2021-05-231-44/+54
* | remove duplicate testsAleksey Kladov2021-05-231-103/+26
* | reduce duplicationAleksey Kladov2021-05-234-211/+162
* | Correctly resolve crate name in use paths when import shadows itselfLukas Tobias Wirth2021-05-231-2/+1
|/
* Merge #8922bors[bot]2021-05-222-2/+3
|\
| * Add more docsAleksey Kladov2021-05-222-2/+3
* | Merge #8868bors[bot]2021-05-224-228/+173
|\|
| * use more precise nameAleksey Kladov2021-05-223-12/+7
| * internal: replace AstTransformer with mutable syntax treesAleksey Kladov2021-05-222-154/+104
* | Merge #8901bors[bot]2021-05-222-27/+75
|\ \ | |/ |/|
| * Test `fill_match_arms` for lazy computation.Dawer2021-05-212-3/+38
| * fix: `fill_match_arms` hangs on a tuple of large enumsDawer2021-05-201-2/+14
| * Compute missing arms lazily.Dawer2021-05-201-23/+24
* | Merge #8897bors[bot]2021-05-201-0/+14
|\ \
| * | Don't compare ast::Visibility by stringifyingLukas Tobias Wirth2021-05-201-0/+14
* | | Update outdated auto-import documentationLukas Tobias Wirth2021-05-201-9/+8
|/ /
* | Merge #8873bors[bot]2021-05-201-2/+6
|\ \ | |/ |/|
| * Replace ImportGranularity::Guess with guessing boolean flagLukas Tobias Wirth2021-05-191-0/+1
| * MergeBehavior -> ImportGranularityLukas Tobias Wirth2021-05-181-2/+5
* | add_explicit_type respects `@` patternsDawer2021-05-191-5/+20
|/
* Extract function assist will add async if requiredJamie Cunliffe2021-05-171-2/+63
* Merge #8845bors[bot]2021-05-161-12/+275
|\
| * Remove attrshi-rustin2021-05-151-5/+1
| * Address comments and add more testshi-rustin2021-05-151-25/+249
| * Generate the impl block via generate_trait_impl_texthi-rustin2021-05-151-2/+45
* | internal: use standard test styleAleksey Kladov2021-05-161-304/+305
* | internal: use mutable trees when filling match armsAleksey Kladov2021-05-161-8/+20
* | minor: use uniform namesAleksey Kladov2021-05-1612-30/+29
* | Merge #8813bors[bot]2021-05-163-2/+30
|\ \ | |/ |/|
| * Add more tests, refactor array lengths/consteval workJade2021-05-141-0/+28
| * Support length for ByteStringsJade2021-05-132-2/+2
* | internal: use more mutable APIsAleksey Kladov2021-05-141-18/+16
* | internal: use standard style for testsAleksey Kladov2021-05-141-54/+99
* | internal: rewrite assoc item manipulaion to use mutable treesAleksey Kladov2021-05-143-14/+16
* | Merge #8814bors[bot]2021-05-131-5/+33
|\ \
| * | fix: Keep doc comments and outer attrs on "Move module to file" assistJesse Bakker2021-05-131-5/+33
* | | Merge #8820bors[bot]2021-05-131-0/+26
|\ \ \
| * | | Return absolute paths in find_path if crate start is ambiguousLukas Wirth2021-05-131-0/+26
* | | | Corrected minor typo on line 20mixio2021-05-131-1/+1
| |_|/ |/| |
* | | Merge #8802bors[bot]2021-05-121-9/+126
|\ \ \ | |_|/ |/| |
| * | Keep comments and attrs when extracting struct from enum variantDropDemBits2021-05-111-9/+126
* | | Merge #8800bors[bot]2021-05-111-16/+34
|\ \ \ | |_|/ |/| |