about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-assists
AgeCommit message (Expand)AuthorLines
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