| Age | Commit message (Expand) | Author | Lines |
| 2025-03-17 | Document `#![register_tool]` | jyn | -0/+79 |
| 2025-03-12 | Auto merge of #137612 - Kobzol:bootstrap-2024, r=onur-ozkan | bors | -53/+83 |
| 2025-03-12 | Auto merge of #138388 - matthiaskrgr:rollup-kbax8sz, r=matthiaskrgr | bors | -197/+354 |
| 2025-03-12 | Rollup merge of #138377 - nnethercote:rustc_hir_typeck, r=compiler-errors | Matthias Krüger | -25/+27 |
| 2025-03-12 | Rollup merge of #138376 - nnethercote:hir-ItemKind-ident-precursors, r=compil... | Matthias Krüger | -56/+24 |
| 2025-03-12 | Rollup merge of #138372 - Eclips4:issue-138196, r=scottmcm | Matthias Krüger | -15/+20 |
| 2025-03-12 | Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiser | Matthias Krüger | -64/+58 |
| 2025-03-12 | Rollup merge of #138347 - nnethercote:less-kw-Empty-2, r=compiler-errors | Matthias Krüger | -21/+41 |
| 2025-03-12 | Rollup merge of #138313 - rustbot:docs-update, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-03-12 | Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwU | Matthias Krüger | -12/+105 |
| 2025-03-12 | Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay | Matthias Krüger | -4/+78 |
| 2025-03-12 | Auto merge of #138052 - lqd:lld-linker-messages, r=jieyouxu | bors | -2/+3 |
| 2025-03-12 | Remove unnecessary lifetime from `PatInfo`. | Nicholas Nethercote | -25/+27 |
| 2025-03-12 | Auto merge of #137795 - Jarcho:idx_opt, r=davidtwco | bors | -0/+10 |
| 2025-03-12 | Factor out some repeated code in `parse_item_impl`. | Nicholas Nethercote | -24/+13 |
| 2025-03-12 | Inline and remove `State::print_item_type`. | Nicholas Nethercote | -22/+11 |
| 2025-03-12 | Remove unused `OwnerNode::ident` method. | Nicholas Nethercote | -10/+0 |
| 2025-03-12 | Make panic's more specific | Kirill Podoprigora | -10/+13 |
| 2025-03-12 | Convert a `kw::Empty` occurrence to `sym::dummy`. | Nicholas Nethercote | -3/+3 |
| 2025-03-12 | Introduce `sym::dummy` and `Ident::dummy`. | Nicholas Nethercote | -8/+29 |
| 2025-03-12 | Remove an unnecessary `kw::Empty` check. | Nicholas Nethercote | -9/+8 |
| 2025-03-12 | Convert a delayed bug to a bug. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -396/+1235 |
| 2025-03-11 | Refactor pick2_mut & pick3_mut to use get_disjoint_mut | Kirill Podoprigora | -8/+10 |
| 2025-03-11 | Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lint | Urgau | -64/+58 |
| 2025-03-11 | Rollup merge of #138354 - lcnr:goodbye-TypeVerifier, r=compiler-errors | Matthias Krüger | -173/+153 |
| 2025-03-11 | Rollup merge of #138352 - RalfJung:miri-native-calls-exposed, r=oli-obk | Matthias Krüger | -3/+12 |
| 2025-03-11 | Rollup merge of #138296 - compiler-errors:deanonymous, r=lcnr | Matthias Krüger | -18/+1 |
| 2025-03-11 | Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwU | Matthias Krüger | -11/+51 |
| 2025-03-11 | Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU | Matthias Krüger | -13/+76 |
| 2025-03-11 | Rollup merge of #138245 - onur-ozkan:ci-rustc-test-fix, r=jieyouxu | Matthias Krüger | -2/+11 |
| 2025-03-11 | Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4 | Matthias Krüger | -44/+102 |
| 2025-03-11 | Rollup merge of #138051 - Kobzol:download-ci-gcc, r=onur-ozkan | Matthias Krüger | -120/+274 |
| 2025-03-11 | Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalle | Matthias Krüger | -0/+37 |
| 2025-03-11 | Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwU | Matthias Krüger | -12/+518 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -2469/+2912 |
| 2025-03-11 | Fix `cargo vendor` not working without `rustc` installed | Eric Huss | -0/+1 |
| 2025-03-11 | Elaborate param-env built for checking DispatchFromDyn for dyn compat | Michael Goulet | -12/+105 |
| 2025-03-11 | Auto merge of #138350 - Kobzol:rollup-4kj94rq, r=Kobzol | bors | -316/+643 |
| 2025-03-11 | Add PeekMut::refresh | Aurelia Molzer | -4/+78 |
| 2025-03-11 | Do not download GCC in tests | Jakub Beránek | -6/+14 |
| 2025-03-11 | let the bodies hit the floor | lcnr | -173/+153 |
| 2025-03-11 | miri native_calls: ensure we actually expose *mutable* provenance to the memo... | Ralf Jung | -3/+12 |
| 2025-03-11 | Rollup merge of #138335 - jieyouxu:fix-citool, r=marcoieni | Jakub Beránek | -1/+1 |
| 2025-03-11 | Rollup merge of #138330 - nnethercote:rm-lints-rust-sections, r=jieyouxu | Jakub Beránek | -7/+0 |
| 2025-03-11 | Rollup merge of #138315 - matthiaskrgr:nextback, r=fmease | Jakub Beránek | -2/+2 |
| 2025-03-11 | Rollup merge of #138307 - Kobzol:citool-alias, r=marcoieni | Jakub Beránek | -242/+361 |
| 2025-03-11 | Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxu | Jakub Beránek | -1/+2 |
| 2025-03-11 | Rollup merge of #138288 - jyn514:crate-attr, r=Noratrieb | Jakub Beránek | -0/+124 |
| 2025-03-11 | Rollup merge of #138147 - daltenty:patch-1, r=jieyouxu | Jakub Beránek | -1/+49 |