| Age | Commit message (Expand) | Author | Lines |
| 2024-07-09 | feat: do not add new enum if it already exists | winstxnhdw | -1/+40 |
| 2024-07-07 | Auto merge of #17555 - Veykril:grammar-inline, r=Veykril | bors | -13/+16 |
| 2024-07-07 | HasGenericArgs syntax trait | Lukas Wirth | -13/+16 |
| 2024-07-07 | Auto merge of #17523 - wada314:master, r=Veykril | bors | -0/+21 |
| 2024-07-07 | Update generated lint definitions | Lukas Wirth | -1/+1 |
| 2024-07-02 | squash. | Shohei Wada | -0/+21 |
| 2024-07-01 | Auto merge of #17494 - harrysarson:harry/keep-braces, r=Veykril | bors | -1/+49 |
| 2024-06-30 | Auto merge of #17520 - Veykril:slim-proc-macro-api, r=Veykril | bors | -2/+0 |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre... | Lukas Wirth | -2/+0 |
| 2024-06-30 | Auto merge of #17516 - kilpkonn:master, r=kilpkonn | bors | -5/+13 |
| 2024-06-30 | Auto merge of #17467 - winstxnhdw:bool-to-enum, r=Veykril | bors | -17/+112 |
| 2024-06-30 | Do not explicit generics to generated expressions | Tavo Annus | -4/+4 |
| 2024-06-30 | Fix expression scope calculation when within macro expansions | Lukas Wirth | -2/+9 |
| 2024-06-29 | Make borrow checking configurable for term search | Tavo Annus | -1/+9 |
| 2024-06-26 | do not normalize `use foo::{self}` to `use foo` | Harry Sarson | -1/+49 |
| 2024-06-25 | feat: add bool_to_enum assist for parameters | winstxnhdw | -16/+20 |
| 2024-06-25 | tests: add test for param transformation | winstxnhdw | -1/+92 |
| 2024-06-24 | Auto merge of #17487 - Veykril:ty-perf-stuff, r=Veykril | bors | -4/+4 |
| 2024-06-24 | Fix term_search filtering enum variant generics incorrectly | Lukas Wirth | -4/+4 |
| 2024-06-24 | Auto merge of #17471 - davidsemakula:fix-remove-parenthesis, r=Veykril | bors | -0/+29 |
| 2024-06-21 | Run `data_constructor` tactic only backwards | Tavo Annus | -1/+1 |
| 2024-06-21 | fix: don't remove parentheses for calls of function-like pointers that are me... | davidsemakula | -0/+29 |
| 2024-06-18 | Add tactic for associated item constants | Tavo Annus | -0/+30 |
| 2024-06-10 | Thread more HasSource::source calls through Semantics for caching | Lukas Wirth | -1/+1 |
| 2024-06-09 | Register virtual workspace Cargo.toml files in the VFS | Lukas Wirth | -7/+7 |
| 2024-06-07 | Auto merge of #17308 - mathew-horner:prefer-workspace, r=Veykril | bors | -1/+46 |
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -1/+1 |
| 2024-06-03 | Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykril | bors | -12/+12 |
| 2024-06-02 | fix typos & formatting | DropDemBits | -2/+2 |
| 2024-06-02 | Make `extract_expressions_from_format_string` only use snippets when available | DropDemBits | -54/+91 |
| 2024-06-02 | Add `tt_from_syntax` | DropDemBits | -2/+45 |
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -12/+12 |
| 2024-05-28 | Add preference modifier for workspace-local crates when using auto import. | Mathew Horner | -1/+46 |
| 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 |