| Age | Commit message (Expand) | Author | Lines |
| 2024-07-06 | Flatten cargoExtraArgs away from the runnable lsp extension | Lukas Wirth | -38/+19 |
| 2024-07-06 | Add environment to runnable lsp extension | Lukas Wirth | -33/+85 |
| 2024-07-06 | Auto merge of #17508 - jjoeldaniel:landing-page, r=Veykril | bors | -0/+128 |
| 2024-07-06 | Diagnose unresolved self value in path expression | Lukas Wirth | -1/+18 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -8/+0 |
| 2024-07-04 | Delete `CloneAny` from `rust-analyzer`'s fork of `AnyMap` | Maybe Lapkin | -71/+0 |
| 2024-07-04 | Disallow nested impl traits | Shoyu Vanilla | -1/+112 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -8/+0 |
| 2024-07-03 | Auto merge of #17536 - Veykril:syntax-diags, r=Veykril | bors | -1/+8 |
| 2024-07-03 | fix: Don't emit semantic diagnostics in files with a lot of syntax errors | Lukas Wirth | -1/+8 |
| 2024-07-03 | Fix up the syntax tree for macro 2.0 | Lukas Wirth | -161/+218 |
| 2024-07-03 | Skip match exhaustiveness checking if pattern type contains errors | Lukas Wirth | -0/+3 |
| 2024-07-02 | Move lifetimes in front of type and const params but after self | Lukas Wirth | -124/+120 |
| 2024-07-02 | Make GenericParams::lifetimes private | Lukas Wirth | -14/+12 |
| 2024-07-02 | Make GenericParams::where_predicates private | Lukas Wirth | -8/+12 |
| 2024-07-02 | Make GenericParams::type_or_consts private | Lukas Wirth | -233/+239 |
| 2024-07-02 | Fix lifetime parameters moving paramter defaults | Lukas Wirth | -68/+113 |
| 2024-07-02 | squash. | Shohei Wada | -11/+233 |
| 2024-07-01 | Improve error message when the proc-macro server unexpectedly exits | Lukas Wirth | -37/+79 |
| 2024-07-01 | Auto merge of #17495 - listochkin:pass-cargo-extra-args-for-debugger, r=Veykril | bors | -2/+3 |
| 2024-07-01 | Auto merge of #17494 - harrysarson:harry/keep-braces, r=Veykril | bors | -4/+79 |
| 2024-07-01 | Auto merge of #17522 - Veykril:comptimes, r=Veykril | bors | -116/+107 |
| 2024-06-30 | Bump rustc_pattern_analysis | Lukas Wirth | -92/+76 |
| 2024-06-30 | Remove serde flag from indexmap dependency | Lukas Wirth | -24/+31 |
| 2024-06-30 | Auto merge of #17520 - Veykril:slim-proc-macro-api, r=Veykril | bors | -348/+351 |
| 2024-06-30 | Arc proc-macro expander paths | Lukas Wirth | -3/+5 |
| 2024-06-30 | Abstract proc-macro-srv protocol format | Lukas Wirth | -39/+60 |
| 2024-06-30 | Simplify | Lukas Wirth | -19/+17 |
| 2024-06-30 | Actual dummy server for the server cli | Lukas Wirth | -3/+29 |
| 2024-06-30 | Fix proc-macro-test build script | Lukas Wirth | -10/+17 |
| 2024-06-30 | Faster env snapshotting in proc-macro-srv | Lukas Wirth | -117/+147 |
| 2024-06-30 | Move proc-macro-test test path fetching from include to env var | Lukas Wirth | -5/+3 |
| 2024-06-30 | Rename proc-macro-srv::server to server_impl | Lukas Wirth | -41/+42 |
| 2024-06-30 | Move proc-macro-srv RUSTC_VERSION fetching from include to env var | Lukas Wirth | -16/+3 |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre... | Lukas Wirth | -58/+3 |
| 2024-06-30 | Move interior mutability into ProcMacroSrvProcess | Lukas Wirth | -43/+31 |
| 2024-06-30 | Auto merge of #17519 - Veykril:slim-proc-macro-api, r=Veykril | bors | -33/+36 |
| 2024-06-30 | Move dylib version stuff to proc-macro-srv | Lukas Wirth | -33/+36 |
| 2024-06-30 | Auto merge of #17516 - kilpkonn:master, r=kilpkonn | bors | -77/+51 |
| 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 | -75/+13 |
| 2024-06-30 | Auto merge of #17518 - Veykril:expr-scopes-mac, r=Veykril | bors | -108/+198 |
| 2024-06-30 | Simplify | Lukas Wirth | -53/+62 |
| 2024-06-30 | Fix expression scope calculation when within macro expansions | Lukas Wirth | -33/+99 |
| 2024-06-30 | Simplify unresolved proc-macro handling | Lukas Wirth | -29/+44 |
| 2024-06-30 | Auto merge of #17513 - roife:fix-issue-17500, r=Veykril | bors | -8/+48 |
| 2024-06-29 | fix: completions after async kw | roife | -8/+48 |
| 2024-06-29 | Make borrow checking configurable for term search | Tavo Annus | -2/+38 |
| 2024-06-28 | Add landing/faq walkthroughs and commands for quick access | Joel Daniel Rico | -0/+128 |
| 2024-06-27 | Use proper `ImplTraits` in `insert_inference_vars_for_impl_trait` | Shoyu Vanilla | -31/+19 |