| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | Rollup merge of #143414 - dianne:box-usefulness-cleanup, r=Nadrieril | Matthias Krüger | -66/+28 |
| 2025-07-05 | Rollup merge of #143408 - joshtriplett:fix-mbe-parser, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2025-07-05 | Rollup merge of #143406 - scottmcm:did-we-need-that-unsafe, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-07-05 | Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkov | Matthias Krüger | -7/+0 |
| 2025-07-05 | Rollup merge of #143085 - JonathanBrouwer:non_exhaustive_parser, r=jdonszelmann | Matthias Krüger | -15/+41 |
| 2025-07-05 | Use relative visibility when noting sealed trait to reduce false positive | xizheyin | -5/+15 |
| 2025-07-04 | Address PR feedback | Scott McMurray | -41/+52 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -15/+41 |
| 2025-07-04 | Nits | Michael Goulet | -20/+16 |
| 2025-07-04 | Fix elided lifetimes in rustdoc | Michael Goulet | -10/+10 |
| 2025-07-04 | Fix pretty printing of placeholder types | Michael Goulet | -15/+19 |
| 2025-07-04 | Same for types | Michael Goulet | -34/+25 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -270/+244 |
| 2025-07-04 | Auto merge of #114669 - cjgillot:metadata-wp, r=petrochenkov | bors | -35/+122 |
| 2025-07-04 | Rename `transmute_immediate` → `transmute_scalar` | Scott McMurray | -11/+13 |
| 2025-07-04 | Rollup merge of #143417 - klensy:termize, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-07-04 | Rollup merge of #143400 - GrigorenkoPV:attributes/lints, r=jdonszelmann | Matthias Krüger | -13/+32 |
| 2025-07-04 | Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3 | Matthias Krüger | -33/+99 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -196/+11 |
| 2025-07-04 | Rollup merge of #143286 - Muscraft:track-diagnostics-note, r=WaffleLapkin | Matthias Krüger | -15/+18 |
| 2025-07-04 | Rollup merge of #140643 - makai410:smir-refactor-migrate, r=oli-obk,celinval | Matthias Krüger | -2224/+3598 |
| 2025-07-04 | Add comment and move assertion. | Camille GILLOT | -8/+12 |
| 2025-07-04 | Lighten formatting. | Camille GILLOT | -5/+4 |
| 2025-07-04 | Reuse metadata file from work products. | Camille GILLOT | -28/+82 |
| 2025-07-04 | Save metadata among work products. | Camille GILLOT | -4/+34 |
| 2025-07-04 | Remove names_imported_by_glob_use query. | Camille GILLOT | -7/+0 |
| 2025-07-04 | Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkov | bors | -28/+23 |
| 2025-07-04 | bump termize dep | klensy | -2/+2 |
| 2025-07-04 | treat box patterns as deref patterns in THIR and usefulness analysis | dianne | -66/+28 |
| 2025-07-04 | Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonsze... | bors | -8/+56 |
| 2025-07-03 | Allow all MIR `Aggregate`s to take the operand path (if layout permits) | Scott McMurray | -67/+149 |
| 2025-07-03 | Block SIMD in transmute_immediate; delete `OperandValueKind` | Scott McMurray | -148/+81 |
| 2025-07-04 | Enable xgot feature for mips64 musl targets | Jens Reidel | -2/+2 |
| 2025-07-03 | mbe: Gracefully handle macro rules that end after `=>` | Josh Triplett | -0/+9 |
| 2025-07-04 | Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35 | Jacob Pratt | -12/+14 |
| 2025-07-04 | Rollup merge of #143394 - workingjubilee:reorganize-hir-analysis-provide-fn, ... | Jacob Pratt | -52/+36 |
| 2025-07-04 | Rollup merge of #143380 - cjgillot:kw_span, r=compiler-errors | Jacob Pratt | -18/+26 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -24/+8 |
| 2025-07-04 | refactor: implement a new bridge trait `Allocation` | Makai | -15/+54 |
| 2025-07-04 | refactor: rewrite `adt_repr()`, `adt_discr_for_variant()` and `coroutine_disc... | Makai | -19/+88 |
| 2025-07-04 | refactor: don't use rustc_type_ir directly | Makai | -13/+8 |
| 2025-07-04 | refactor: avoid calling internal functions in `predicates_of()` and `explicit... | Makai | -54/+82 |
| 2025-07-04 | refactor: move `convert` to `unstable` | Makai | -386/+317 |
| 2025-07-04 | fix: resolve the unsoundness | Makai | -288/+422 |
| 2025-07-04 | refactor: move `IndexMap` to `rustc_smir` | Makai | -41/+35 |
| 2025-07-04 | refactor: unify `Tables` implementation with bridge types and re-export `Inde... | Makai | -194/+285 |
| 2025-07-04 | refactor: remove the `tcx` field in `Tables` | Makai | -119/+100 |
| 2025-07-04 | fix: rewrite some parts of `rustc_smir::builder.rs` | Makai | -4/+4 |
| 2025-07-04 | refactor: move `convert` module to `stable_mir` | Makai | -668/+1225 |
| 2025-07-04 | refactor: rewrite the whole `rustc_smir::context` | Makai | -1000/+901 |