| Age | Commit message (Expand) | Author | Lines |
| 2024-08-25 | fix: Fix trait method completions not acknowledging Deref impls | Lukas Wirth | -1/+1 |
| 2024-08-16 | Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril | bors | -63/+114 |
| 2024-08-16 | Properly account for editions in names | Chayim Refael Friedman | -63/+114 |
| 2024-08-16 | Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril | bors | -6/+6 |
| 2024-08-16 | Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock | Chayim Refael Friedman | -6/+6 |
| 2024-08-13 | Temporarily remove non-working test case | Shoyu Vanilla | -12/+2 |
| 2024-08-13 | feat: `min-exhaustive-patterns | Shoyu Vanilla | -0/+70 |
| 2024-08-12 | fix: Missing non-exhaustive let diagnostics inside async or unsafe block | Shoyu Vanilla | -0/+39 |
| 2024-08-12 | Auto merge of #17863 - Veykril:include-diags, r=Veykril | bors | -5/+19 |
| 2024-08-12 | Resolve included files to their calling modules in IDE layer | Lukas Wirth | -5/+19 |
| 2024-08-12 | fix: Correctly support `#[rustc_deprecated_safe_2024]` | Lukas Wirth | -0/+24 |
| 2024-08-07 | Fix unconfigured diagnostic being attached to the wrong file for modules | Lukas Wirth | -1/+25 |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with `[package.rep... | Vincent Esche | -1/+1 |
| 2024-08-06 | Unify package descriptions by adding references to "rust-analyzer" | Vincent Esche | -1/+1 |
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' `[package.... | Vincent Esche | -1/+1 |
| 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 |