aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | Make "pull assignments up" assist work in more casesJesse Bakker2021-05-111-16/+34
* | | Give MergeBehaviour variants better namesLukas Wirth2021-05-102-3/+3
| |/ |/|
* | simplifyAleksey Kladov2021-05-101-12/+9
* | internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-0911-70/+48
* | internal: fix make APIAleksey Kladov2021-05-093-36/+18
* | internal: rewrite **Repalce impl Trait** assist to mutable syntax treesAleksey Kladov2021-05-091-11/+13
* | cleanupsAleksey Kladov2021-05-093-5/+6
* | cleanupsAleksey Kladov2021-05-093-15/+23
* | minor: fix test styleAleksey Kladov2021-05-091-55/+31
* | Merge #8773bors[bot]2021-05-081-1/+1
|\ \ | |/ |/|
| * Correctly support SelfType when searching for usagesLukas Wirth2021-05-081-1/+1
* | feat: add "mentoring instructions" test for pull up assistAleksey Kladov2021-05-081-1/+32