summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-assists
AgeCommit message (Expand)AuthorLines
2024-05-27Auto merge of #17258 - maxwase:code-assist-async-sugar, r=Veykrilbors-0/+640
2024-05-27Auto merge of #17253 - ThouCheese:master, r=Veykrilbors-0/+702
2024-05-25Fix `data_constructor` ignoring generics for structTavo Annus-0/+12
2024-05-24remove nested match with and_thenLuuk Wester-4/+1
2024-05-24add test for every keyword, fix bugLuuk Wester-16/+94
2024-05-24cosmetic and performance fixes, and drop support for adding //! comments anyw...Luuk Wester-113/+78
2024-05-24Review fixes: Assist scope, trait qualifymaxwase-45/+126
2024-05-24Review fixes: Split into 2, check tuple fieldsmaxwase-57/+137
2024-05-24Add toggle_async_sugar assist code actionmaxwase-0/+479
2024-05-23Auto merge of #17140 - harrysarson:harry-unused-self, r=Veykrilbors-0/+34
2024-05-22internal: refactor `prefer_no_std`/`prefer_prelude` bools into a structDavid Barsky-92/+109
2024-05-22Auto merge of #17277 - Veykril:find-path-fixes, r=Veykrilbors-17/+17
2024-05-22Auto merge of #17268 - Veykril:signatures, r=Veykrilbors-7/+4
2024-05-22Update assists test fixturesLukas Wirth-4/+4
2024-05-22fix: Fix general find-path inconsistenciesLukas Wirth-13/+13
2024-05-18Allow hir::Param to refer to other entity params aside from functionsLukas Wirth-7/+4
2024-05-18implement assist to switch between doc and normal commentsLuuk Wester-0/+662
2024-05-15Fix typosblyxyas-1/+1
2024-05-14Auto merge of #17216 - Young-Flash:mod_with_path, r=Veykrilbors-3/+78
2024-05-13Auto merge of #17220 - Veykril:hov-lit, r=Veykrilbors-5/+5
2024-05-13Render literal escaping errors in hoversLukas Wirth-5/+5
2024-05-13Auto merge of #17203 - kilpkonn:collapse_terms, r=Veykrilbors-2/+6
2024-05-12test: add test case extract_with_specified_path_attrYoung-Flash-0/+66
2024-05-12fix: extract mod to file should respect path attributeYoung-Flash-3/+12
2024-05-08Make term search fuel configurableTavo Annus-2/+6
2024-05-05tests: update test in assist apply_demorganroife-10/+8
2024-05-05fix: keep parentheses when the precedence of inner expr is lower than the out...roife-36/+40
2024-04-30braces around {self} in UseTree are not unnecessaryHarry Sarson-0/+34
2024-04-30Auto merge of #17138 - Kohei316:generate-function-assist-for-new, r=Veykrilbors-26/+262
2024-04-30Make generate function assist generate a function as a constructor if the nam...morine0122-0/+80827
2024-04-25fix: Fix expression scopes not being calculated for inline constsLukas Wirth-1/+1
2024-04-25Add inlay hints lifetime arg testsLukas Wirth-1/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+81529