| Age | Commit message (Expand) | Author | Lines |
| 2024-05-27 | Auto merge of #17258 - maxwase:code-assist-async-sugar, r=Veykril | bors | -0/+640 |
| 2024-05-27 | Auto merge of #17253 - ThouCheese:master, r=Veykril | bors | -0/+702 |
| 2024-05-25 | Fix `data_constructor` ignoring generics for struct | Tavo Annus | -0/+12 |
| 2024-05-24 | remove nested match with and_then | Luuk Wester | -4/+1 |
| 2024-05-24 | add test for every keyword, fix bug | Luuk Wester | -16/+94 |
| 2024-05-24 | cosmetic and performance fixes, and drop support for adding //! comments anyw... | Luuk Wester | -113/+78 |
| 2024-05-24 | Review fixes: Assist scope, trait qualify | maxwase | -45/+126 |
| 2024-05-24 | Review fixes: Split into 2, check tuple fields | maxwase | -57/+137 |
| 2024-05-24 | Add toggle_async_sugar assist code action | maxwase | -0/+479 |
| 2024-05-23 | Auto merge of #17140 - harrysarson:harry-unused-self, r=Veykril | bors | -0/+34 |
| 2024-05-22 | internal: refactor `prefer_no_std`/`prefer_prelude` bools into a struct | David Barsky | -92/+109 |
| 2024-05-22 | Auto merge of #17277 - Veykril:find-path-fixes, r=Veykril | bors | -17/+17 |
| 2024-05-22 | Auto merge of #17268 - Veykril:signatures, r=Veykril | bors | -7/+4 |
| 2024-05-22 | Update assists test fixtures | Lukas Wirth | -4/+4 |
| 2024-05-22 | fix: Fix general find-path inconsistencies | Lukas Wirth | -13/+13 |
| 2024-05-18 | Allow hir::Param to refer to other entity params aside from functions | Lukas Wirth | -7/+4 |
| 2024-05-18 | implement assist to switch between doc and normal comments | Luuk Wester | -0/+662 |
| 2024-05-15 | Fix typos | blyxyas | -1/+1 |
| 2024-05-14 | Auto merge of #17216 - Young-Flash:mod_with_path, r=Veykril | bors | -3/+78 |
| 2024-05-13 | Auto merge of #17220 - Veykril:hov-lit, r=Veykril | bors | -5/+5 |
| 2024-05-13 | Render literal escaping errors in hovers | Lukas Wirth | -5/+5 |
| 2024-05-13 | Auto merge of #17203 - kilpkonn:collapse_terms, r=Veykril | bors | -2/+6 |
| 2024-05-12 | test: add test case extract_with_specified_path_attr | Young-Flash | -0/+66 |
| 2024-05-12 | fix: extract mod to file should respect path attribute | Young-Flash | -3/+12 |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -2/+6 |
| 2024-05-05 | tests: update test in assist apply_demorgan | roife | -10/+8 |
| 2024-05-05 | fix: keep parentheses when the precedence of inner expr is lower than the out... | roife | -36/+40 |
| 2024-04-30 | braces around {self} in UseTree are not unnecessary | Harry Sarson | -0/+34 |
| 2024-04-30 | Auto merge of #17138 - Kohei316:generate-function-assist-for-new, r=Veykril | bors | -26/+262 |
| 2024-04-30 | Make generate function assist generate a function as a constructor if the nam... | morine0122 | -0/+80827 |
| 2024-04-25 | fix: Fix expression scopes not being calculated for inline consts | Lukas Wirth | -1/+1 |
| 2024-04-25 | Add inlay hints lifetime arg tests | Lukas Wirth | -1/+1 |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+81529 |