| Age | Commit message (Expand) | Author | Lines |
| 2025-04-13 | Rollup merge of #139776 - mejrs:diagn2, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2025-04-13 | Rollup merge of #139722 - jackh726:patternkind-walk-toir, r=compiler-errors | Jacob Pratt | -468/+531 |
| 2025-04-13 | Rollup merge of #139718 - folkertdev:unsafe-attributes-earlier-editions, r=fm... | Jacob Pratt | -18/+40 |
| 2025-04-13 | Rollup merge of #139699 - compiler-errors:coroutine-drop-phase, r=scottmcm | Jacob Pratt | -0/+7 |
| 2025-04-13 | Rollup merge of #139666 - lcnr:pre-revealing-use-cleanup, r=compiler-errors | Jacob Pratt | -154/+108 |
| 2025-04-13 | Rollup merge of #139636 - Zoxc:graph-edges-len-u32, r=compiler-errors | Jacob Pratt | -8/+10 |
| 2025-04-13 | Rollup merge of #138336 - jyn514:crate-attr-diagnostics, r=compiler-errors | Jacob Pratt | -42/+26 |
| 2025-04-14 | Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated... | bors | -519/+151 |
| 2025-04-14 | Auto merge of #139766 - jhpratt:rollup-afrfmnk, r=jhpratt | bors | -272/+277 |
| 2025-04-14 | Switch to `diagnostic::on_unimplemented` | mejrs | -2/+2 |
| 2025-04-14 | Documentation fixes. | Nicholas Nethercote | -10/+14 |
| 2025-04-14 | Remove `rustc_middle::hir::Map`. | Nicholas Nethercote | -15/+0 |
| 2025-04-14 | Remove unused `Map` field from `TraitObjectVisitor`. | Nicholas Nethercote | -3/+3 |
| 2025-04-14 | Remove unused `StaticLifetimeVisitor`. | Nicholas Nethercote | -12/+0 |
| 2025-04-14 | Raise errors on bad rustc_on_unimplemented format strings again | mejrs | -3/+35 |
| 2025-04-14 | Disable usage on trait impls and aliases | mejrs | -4/+13 |
| 2025-04-14 | Documentation and finishing touches | mejrs | -79/+215 |
| 2025-04-13 | Visit place in BackwardIncompatibleDropHint statement | Michael Goulet | -19/+19 |
| 2025-04-13 | Rollup merge of #139741 - os-checker:smir-run-macro, r=scottmcm | Jacob Pratt | -0/+3 |
| 2025-04-13 | Rollup merge of #139674 - yotamofek:pr/mir_transform/index-iterators, r=compi... | Jacob Pratt | -53/+46 |
| 2025-04-13 | Rollup merge of #139644 - yotamofek:pr/mir_transform/instsimplify/simplify_pr... | Jacob Pratt | -17/+8 |
| 2025-04-13 | Rollup merge of #139628 - makai410:suggest-vis, r=compiler-errors | Jacob Pratt | -6/+56 |
| 2025-04-13 | Rollup merge of #139582 - oli-obk:coercion-cleanups, r=compiler-errors | Jacob Pratt | -94/+82 |
| 2025-04-13 | Rollup merge of #139379 - matthewjasper:drop-elab-normalization, r=compiler-e... | Jacob Pratt | -7/+4 |
| 2025-04-13 | Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross... | Jacob Pratt | -68/+29 |
| 2025-04-13 | Rollup merge of #138962 - xizheyin:issue-138836, r=compiler-errors | Jacob Pratt | -19/+20 |
| 2025-04-13 | Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W... | Jacob Pratt | -8/+29 |
| 2025-04-13 | Improve `-Z crate-attr` diagnostics | jyn | -42/+26 |
| 2025-04-13 | JumpThreading: Bail out on interp errors | clubby789 | -67/+91 |
| 2025-04-13 | JumpThreading: Re-enable and fix Not ops on non-booleans | clubby789 | -18/+11 |
| 2025-04-13 | import rustc_smir::rustc_internal in run_driver! | zjp | -0/+1 |
| 2025-04-13 | add missing `extern crate rustc_middle` in rustc_smir::run! docstring | zjp | -0/+2 |
| 2025-04-13 | Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDenton | bors | -1/+1 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -8/+29 |
| 2025-04-13 | Auto merge of #139724 - ChrisDenton:rollup-zhcdtzh, r=ChrisDenton | bors | -11/+5 |
| 2025-04-13 | Rollup merge of #139708 - samueltardieu:push-onttwlpwurov, r=petrochenkov | Chris Denton | -1/+1 |
| 2025-04-12 | store the kind of pattern adjustments in `pat_adjustments` | dianne | -15/+49 |
| 2025-04-13 | error on unsafe attributes in pre-2024 editions | Folkert de Vries | -18/+40 |
| 2025-04-12 | Move FlagComputation, PatternKind, and TypeWalker to rustc_type_ir | jackh726 | -468/+531 |
| 2025-04-12 | Rollup merge of #139688 - rust-lang:notriddle/io-result-unbox, r=GuillaumeGomez | Chris Denton | -0/+1 |
| 2025-04-12 | Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-Simulacrum | Chris Denton | -11/+4 |
| 2025-04-12 | Auto merge of #139640 - Zoxc:big-file-encoder, r=saethlin | bors | -1/+1 |
| 2025-04-12 | Proactively update coroutine drop shim's phase to account for later passes ap... | Michael Goulet | -0/+7 |
| 2025-04-12 | don't store opaque info during encoding | bohan | -64/+23 |
| 2025-04-12 | In `rustc_mir_tranform`, iterate over index newtypes instead of ints | Yotam Ofek | -53/+46 |
| 2025-04-12 | Fix name of field in doc comment | Samuel Tardieu | -1/+1 |
| 2025-04-12 | update documentation | Manuel Drehwald | -1/+6 |
| 2025-04-12 | fix "could not find source function" error by preventing function merging bef... | Manuel Drehwald | -1/+4 |
| 2025-04-12 | fix LooseTypes flag and PrintMod behaviour, add debug helper | Manuel Drehwald | -21/+68 |
| 2025-04-11 | Rollup merge of #139664 - oli-obk:push-tkmurytmnsyw, r=RalfJung | Jacob Pratt | -8/+8 |