| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -9/+8 |
| 2025-03-03 | Provide more context on resolve error caused from incorrect RTN | Esteban Küber | -2/+0 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -28/+59 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -0/+1 |
| 2025-03-01 | Rollup merge of #137771 - estebank:abi-sugg, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2025-03-01 | Rollup merge of #137742 - mu001999-contrib:fix-137708, r=compiler-errors | Matthias Krüger | -2/+5 |
| 2025-02-28 | Tweak invalid RTN errors | Esteban Küber | -28/+59 |
| 2025-02-28 | Tweak incorrect ABI suggestion | Esteban Küber | -3/+4 |
| 2025-02-28 | Unconditionally lower match arm even if it's unneeded for never pattern in match | Mu001999 | -2/+5 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -1/+1 |
| 2025-02-24 | lower attr spans and inline some functions to hopefully mitigate perf regress... | Jana Dönszelmann | -2/+3 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -3/+13 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -80/+41 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -9/+8 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -9/+8 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -17/+6 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+3 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -2/+2 |
| 2025-02-12 | Rollup merge of #136901 - workingjubilee:stabilize-externabi-hashing-forever,... | Guillaume Gomez | -12/+7 |
| 2025-02-12 | Rollup merge of #136646 - oli-obk:pattern-types-ast, r=BoxyUwU | Matthias Krüger | -69/+11 |
| 2025-02-11 | compiler: remove rustc_abi::lookup and AbiUnsupported | Jubilee Young | -1/+1 |
| 2025-02-11 | compiler: remove AbiDatas | Jubilee Young | -4/+4 |
| 2025-02-11 | compiler: compare and hash ExternAbi like its string | Jubilee Young | -7/+2 |
| 2025-02-11 | Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr... | Matthias Krüger | -4/+10 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -113/+95 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -69/+11 |
| 2025-02-10 | Don't ICE when failing to lower contracts for associated impl items | Michael Goulet | -113/+95 |
| 2025-02-09 | compiler: remove `abi`-specific `extern "{abi}"` suggestions | Jubilee Young | -25/+5 |
| 2025-02-09 | compiler: remove rustc_target::spec::abi reexports | Jubilee Young | -2/+2 |
| 2025-02-09 | compiler: start using rustc_ast_lowering in rustc_passes | Jubilee Young | -3/+3 |
| 2025-02-09 | compiler: gate `extern "{abi}"` in ast_lowering | Jubilee Young | -5/+159 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -26/+41 |
| 2025-02-08 | Rustfmt | bjorn3 | -26/+41 |
| 2025-02-07 | compiler: use rustc_abi in rustc_ast_* | Jubilee Young | -11/+11 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -23/+25 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -8/+140 |
| 2025-02-04 | Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnr | Matthias Krüger | -5/+88 |
| 2025-02-04 | Allow using named consts in pattern types | Oli Scherer | -13/+14 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -7/+28 |
| 2025-02-03 | Desugars contract into the internal AST extensions | Felix S. Klock II | -84/+79 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -5/+142 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -23/+25 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -5/+87 |
| 2025-02-01 | Rename `tcx.ensure_with_value()` to `tcx.ensure_done()` | Zalathar | -4/+4 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -7/+28 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -11/+28 |
| 2025-01-29 | show supported register classes | Folkert de Vries | -4/+10 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -2/+2 |
| 2025-01-23 | Handle parenthesised infer args | Boxy | -6/+11 |