| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Rename `hir_attrs` query as `hir_attr_map`. | Nicholas Nethercote | -6/+6 |
| 2025-03-12 | Adjust `Map`'s `to_string` functionality. | Nicholas Nethercote | -131/+132 |
| 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 | merge `TypeChecker` and `TypeVerifier` | lcnr | -378/+305 |
| 2025-03-11 | unify `last_span` computation | lcnr | -9/+7 |
| 2025-03-11 | change `TypeChecker` to a MIR visitor | lcnr | -428/+394 |
| 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 | Remove some dead code | Oli Scherer | -5/+0 |
| 2025-03-11 | Explain the actual reason why stripping binders is fine | Oli Scherer | -6/+5 |
| 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-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -65/+0 |
| 2025-03-11 | Add `unreachable_pub` to `RUSTC_LINT_FLAGS` for `compiler/` crates. | Nicholas Nethercote | -14/+15 |
| 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 | Convert `ShardedHashMap` to use `hashbrown::HashTable` | Josh Stone | -66/+107 |
| 2025-03-11 | naked functions: on windows emit `.endef` without the symbol name | Folkert de Vries | -1/+1 |
| 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 |
| 2025-03-10 | Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkov | Matthias Krüger | -16/+18 |
| 2025-03-10 | Pass InferCtxt to InlineAsmCtxt to properly taint on error | Michael Goulet | -65/+60 |
| 2025-03-10 | Delegation: fix ICE with invalid MethodCall generation | Bryanskiy | -16/+18 |
| 2025-03-10 | fix ICE in pretty-printing `global_asm!` | Folkert de Vries | -1/+4 |
| 2025-03-10 | Update metadata for cygwin target | 王宇逸 | -1/+1 |