aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers
Commit message (Expand)AuthorAgeFilesLines
* Merge #8901bors[bot]2021-05-221-25/+56
|\
| * Test `fill_match_arms` for lazy computation.Dawer2021-05-211-1/+19
| * 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
|/
* 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-1611-27/+26
* | 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 standard style for testsAleksey Kladov2021-05-141-54/+99
* | internal: rewrite assoc item manipulaion to use mutable treesAleksey Kladov2021-05-141-1/+2
* | 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-101-2/+2
| |/ |/|
* | simplifyAleksey Kladov2021-05-101-12/+9
* | internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-099-67/+45
* | 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-092-2/+2
* | cleanupsAleksey Kladov2021-05-092-14/+14
* | 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
* | internal: pull_assignment_up uses mutable treesAleksey Kladov2021-05-081-69/+68
* | minor: add missing testAleksey Kladov2021-05-081-16/+36
|/
* internal: remove one more usage of SyntaxRewriterAleksey Kladov2021-05-081-56/+46
* internal: remove one more syntax rewriterAleksey Kladov2021-05-081-57/+33
* internal: remove one more usage of the rewriterAleksey Kladov2021-05-041-10/+23
* Don't mutate the tree while traversing in reorder_implLukas Tobias Wirth2021-05-031-4/+36
* internal: fix naming polarityAleksey Kladov2021-04-301-1/+1
* internal: normalize nameAleksey Kladov2021-04-301-1/+1
* Split out merge_imports module from helpers::insert_useLukas Wirth2021-04-241-1/+1