| Age | Commit message (Expand) | Author | Lines |
| 2024-08-05 | Surpress type mismatches in calls with mismatched arg counts | Lukas Wirth | -0/+14 |
| 2024-08-05 | Auto merge of #17791 - ShoyuVanilla:await-outside-of-async, r=Veykril | bors | -0/+103 |
| 2024-08-05 | Auto merge of #17775 - ShoyuVanilla:segregate-diags, r=Veykril | bors | -86/+138 |
| 2024-08-05 | perf: Segregate syntax and semantic diagnostics | Shoyu Vanilla | -86/+138 |
| 2024-08-05 | feat: Implement diagnostic for `await` outside of `async` | Shoyu Vanilla | -0/+103 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -3/+3 |
| 2024-08-01 | fix: Insert a tail `Ok(())` for expr block instead of wrapping with `Ok` | Shoyu Vanilla | -2/+68 |
| 2024-07-29 | Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykril | bors | -55/+16 |
| 2024-07-29 | Fix error spans for include! and compile_error! | Lukas Wirth | -7/+12 |
| 2024-07-29 | Make basic use of spans for macro expansion errors | Lukas Wirth | -2/+2 |
| 2024-07-26 | early exit if unresolved field is an index | Ali Bektas | -3/+45 |
| 2024-07-26 | Internal: Cleanup proc-macro error handling | Lukas Wirth | -48/+4 |
| 2024-07-22 | Auto merge of #17586 - ShoyuVanilla:tuple-arg-macro-rest, r=Veykril | bors | -0/+69 |
| 2024-07-21 | Auto merge of #17657 - Veykril:cfg-slim, r=lnicola | bors | -1/+1 |
| 2024-07-21 | Make `CfgExpr` slimmer | Lukas Wirth | -1/+1 |
| 2024-07-21 | fix: Panic in debug profile for tuple deconstruct with arity mismatch | Shoyu Vanilla | -0/+12 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -1/+1 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -111/+125 |
| 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 |