| Age | Commit message (Expand) | Author | Lines |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -11/+22 |
| 2024-07-15 | Auto merge of #17588 - CamWass:more-rename, r=Veykril | bors | -21/+111 |
| 2024-07-15 | Auto merge of #17587 - joshka:jm/edit-name-after-refactor, r=Veykril | bors | -10/+10 |
| 2024-07-14 | Use statics + clone instead of const until const can access statics | Lukas Wirth | -1/+1 |
| 2024-07-13 | feat: Add incorrect case diagnostics for enum variant fields and all variables | Campbell | -21/+111 |
| 2024-07-12 | Trigger VSCode to rename after extract variable assist is applied | bors | -10/+10 |
| 2024-07-13 | Allow macro expansions into `RestPat` in tuple args work as ellipsis like pla... | Shoyu Vanilla | -0/+69 |
| 2024-07-12 | Use Symbol in Name | Lukas Wirth | -3/+3 |
| 2024-07-07 | Auto merge of #17523 - wada314:master, r=Veykril | bors | -0/+5 |
| 2024-07-06 | Diagnose unresolved self value in path expression | Lukas Wirth | -0/+16 |
| 2024-07-03 | fix: Don't emit semantic diagnostics in files with a lot of syntax errors | Lukas Wirth | -1/+8 |
| 2024-07-02 | squash. | Shohei Wada | -0/+5 |
| 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 | -1/+8 |
| 2024-06-30 | Simplify | Lukas Wirth | -12/+3 |
| 2024-06-29 | Make borrow checking configurable for term search | Tavo Annus | -1/+8 |
| 2024-06-24 | Auto merge of #17489 - Veykril:tt-iter, r=Veykril | bors | -7/+14 |
| 2024-06-24 | move tt-iter into tt crate | Lukas Wirth | -7/+14 |
| 2024-06-24 | Auto merge of #17411 - Wilfred:clearer_unlinked_file, r=Veykril | bors | -2/+4 |
| 2024-06-24 | Auto merge of #17466 - chenyukang:patch-1, r=Veykril | bors | -1/+1 |
| 2024-06-21 | Run `data_constructor` tactic only backwards | Tavo Annus | -2/+2 |
| 2024-06-20 | fix: Improve hover text in unlinked file diagnostics | Wilfred Hughes | -2/+4 |
| 2024-06-21 | Fix diagnostic name in macro_error.rs | Yukang | -1/+1 |
| 2024-06-13 | fix: Only show unlinked-file diagnostic on first line during startup | Wilfred Hughes | -3/+23 |
| 2024-06-07 | internal: Expose snippet capability to diagnostic quickfixes | DropDemBits | -1/+3 |
| 2024-06-06 | chore: Prefer tracing span shorthand macros | Wilfred Hughes | -2/+2 |
| 2024-06-05 | fix: Highlight unlinked files consistently with inactive files | Wilfred Hughes | -10/+2 |
| 2024-06-04 | Cleanup some inert attribute stuff | Lukas Wirth | -2/+0 |
| 2024-06-03 | Auto merge of #17329 - Nilstrieb:rustc_deprecated_safe_2024, r=Veykril | bors | -0/+14 |
| 2024-06-02 | Don't mark `#[rustc_deprecated_safe_2024]` functions as unsafe | Nilstrieb | -0/+14 |
| 2024-05-30 | fix: formatting in `handlers/unresolved_method.rs` | Hamir Mahal | -2/+1 |
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -8/+7 |
| 2024-05-22 | internal: refactor `prefer_no_std`/`prefer_prelude` bools into a struct | David Barsky | -11/+19 |
| 2024-05-22 | Update assists test fixtures | Lukas Wirth | -1/+2 |
| 2024-05-22 | fix: Fix general find-path inconsistencies | Lukas Wirth | -3/+3 |
| 2024-05-13 | Auto merge of #17221 - Veykril:lazier-validation, r=Veykril | bors | -3/+3 |
| 2024-05-13 | `parse_macro_expansion_error` almost never contains values so `Option` it | Lukas Wirth | -1/+0 |
| 2024-05-13 | Push macro-parsing error calculation out of fundamental queries | Lukas Wirth | -3/+4 |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -2/+4 |
| 2024-05-06 | Collapse term search exprs before Cartesian product to avoid OOM | Tavo Annus | -2/+2 |
| 2024-04-23 | different error code based on variant | Bao Zhiyuan | -2/+5 |
| 2024-04-21 | Auto merge of #16938 - Nilstrieb:dont-panic-tests, r=Veykril | bors | -0/+1 |
| 2024-04-21 | Peek for panic message in test output | Lukas Wirth | -0/+1 |
| 2024-04-20 | add test with multiple names | Lev Iskandarov | -1/+37 |
| 2024-04-20 | try to generate more meaningful names | Lev Iskandarov | -0/+13405 |
| 2024-04-18 | Handle panicking like rustc CTFE does | Nilstrieb | -0/+13393 |