| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+14 |
| 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 #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwU | Matthias Krüger | -7/+12 |
| 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 | -218/+286 |
| 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 | -2/+14 |
| 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 | -0/+9 |
| 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 | -3/+30 |
| 2025-03-11 | Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU | Matthias Krüger | -8/+17 |
| 2025-03-11 | Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4 | Matthias Krüger | -14/+28 |
| 2025-03-11 | Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwU | Matthias Krüger | -2/+48 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -228/+365 |
| 2025-03-11 | Elaborate param-env built for checking DispatchFromDyn for dyn compat | Michael Goulet | -7/+12 |
| 2025-03-11 | Auto merge of #138350 - Kobzol:rollup-4kj94rq, r=Kobzol | bors | -45/+51 |
| 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 | -0/+9 |
| 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 #138300 - RalfJung:unqualified-local-imports, r=jieyouxu | Jakub Beránek | -1/+1 |
| 2025-03-11 | Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmann | Jakub Beránek | -35/+48 |
| 2025-03-11 | Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3 | bors | -113/+120 |
| 2025-03-11 | Error on `define_opaques` entries without any opaques actually referenced | Oli Scherer | -5/+8 |
| 2025-03-11 | Keep items around even if builtin macros on them fail to parse | Oli Scherer | -2/+2 |
| 2025-03-11 | Test invalid `define_opaques` attributes | Oli Scherer | -11/+15 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -226/+356 |
| 2025-03-11 | Add individual activity span availability FIXME | Sa4dUs | -0/+2 |
| 2025-03-11 | Combine autodiff errors together | Sa4dUs | -2/+1 |
| 2025-03-11 | Fix ICE for invalid return activity and proper error handling | Marcelo Domínguez | -19/+26 |
| 2025-03-11 | Auto merge of #135651 - arjunr2:master, r=davidtwco | bors | -0/+190 |
| 2025-03-11 | Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm | bors | -24/+23 |
| 2025-03-10 | Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux | Arjun Ramesh | -0/+190 |
| 2025-03-11 | Remove unnecessary `[lints.rust]` sections. | Nicholas Nethercote | -7/+0 |
| 2025-03-11 | Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgr | bors | -128/+265 |
| 2025-03-10 | use next_back() instead of last() on DoubleEndedIterator | Matthias Krüger | -2/+2 |
| 2025-03-10 | Rollup merge of #138306 - jieyouxu:revert-workspace-lints, r=Noratrieb | Matthias Krüger | -229/+86 |