| Age | Commit message (Expand) | Author | Lines |
| 2025-04-17 | do not emit `OpaqueCast` projections with `-Znext-solver` | lcnr | -0/+2 |
| 2025-04-16 | Auto merge of #139768 - compiler-errors:split-fold, r=lcnr | bors | -0/+4 |
| 2025-04-15 | Split TypeFolder and FallibleTypeFolder | Michael Goulet | -0/+4 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -2/+2 |
| 2025-04-15 | Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk | Stuart Cook | -2/+2 |
| 2025-04-14 | Rollup merge of #139811 - yotamofek:pr/newtype_cleanups, r=oli-obk | Matthias Krüger | -3/+3 |
| 2025-04-14 | Use `newtype_index!`-generated types more idiomatically | Yotam Ofek | -3/+3 |
| 2025-04-14 | Rollup merge of #139767 - compiler-errors:www, r=oli-obk | Matthias Krüger | -3/+13 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -2/+2 |
| 2025-04-13 | Visit place in BackwardIncompatibleDropHint statement | Michael Goulet | -3/+13 |
| 2025-04-10 | Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakis | bors | -0/+2 |
| 2025-04-09 | update cfgs | Boxy | -3/+3 |
| 2025-04-08 | move `ClosureRegionRequirements` to `rustc_borrowck` | lcnr | -140/+2 |
| 2025-04-08 | borrowck typeck children together with their parent | lcnr | -11/+5 |
| 2025-04-07 | Make use generated TerminatorKind::Call have call_source Use | Santiago Pastorino | -0/+2 |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -0/+36 |
| 2025-03-31 | Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlin | Matthias Krüger | -0/+1 |
| 2025-03-29 | Properly document FakeReads | Maja Kądziołka | -28/+84 |
| 2025-03-25 | Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errors | bors | -11/+64 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -2/+26 |
| 2025-03-24 | Remove InstanceKind::generates_cgu_internal_copy | Ben Kimock | -11/+64 |
| 2025-03-24 | Emit `unused_attributes` for `#[inline]` on exported functions | Noratrieb | -0/+1 |
| 2025-03-19 | Lower to a memset(undef) when Rvalue::Repeat repeats uninit | Ben Kimock | -2/+26 |
| 2025-03-18 | coverage: Don't store a body span in `FunctionCoverageInfo` | Zalathar | -3/+1 |
| 2025-03-17 | Rollup merge of #137465 - Zalathar:visit-primary, r=oli-obk | Matthias Krüger | -82/+3 |
| 2025-03-16 | Rollup merge of #138549 - scottmcm:option-ssa, r=saethlin | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-03-15 | Fix the OperandRef type for NullOp::{UbChecks,ContractChecks} | Scott McMurray | -0/+9 |
| 2025-03-16 | Build `UserTypeProjections` lazily when visiting bindings | Zalathar | -82/+3 |
| 2025-03-15 | Move codec module back into middle | Michael Goulet | -17/+15 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -6/+4 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -2/+1 |
| 2025-03-13 | Auto merge of #137152 - saethlin:bss-const-allocs, r=wesleywiser | bors | -2/+115 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -3/+6 |
| 2025-03-12 | Rollup merge of #138280 - folkertdev:mir-dump-asm-const, r=compiler-errors | Manish Goregaokar | -1/+4 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -2/+2 |
| 2025-03-12 | Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease | Matthias Krüger | -15/+5 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -2/+2 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -0/+5 |
| 2025-03-11 | miri native_calls: ensure we actually expose *mutable* provenance to the memo... | Ralf Jung | -0/+5 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+3 |
| 2025-03-10 | Convert `ShardedHashMap` to use `hashbrown::HashTable` | Josh Stone | -15/+5 |
| 2025-03-10 | fix ICE in pretty-printing `global_asm!` | Folkert de Vries | -1/+4 |
| 2025-03-09 | Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -5/+5 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -5/+5 |
| 2025-03-07 | depend more on attr_data_structures and move find_attr! there | Jana Dönszelmann | -1/+1 |
| 2025-03-06 | Rollup merge of #137920 - RalfJung:provenance-map-emptiness, r=oli-obk | Michael Goulet | -22/+22 |
| 2025-03-04 | Rollup merge of #137923 - scottmcm:fix-postorder-size-hint, r=tmiasko | Jubilee | -26/+11 |
| 2025-03-03 | Also simplify `Preorder`'s `size_hint` | Scott McMurray | -15/+5 |
| 2025-03-03 | Rollup merge of #137922 - Zalathar:sharded, r=SparrowLii | Matthias Krüger | -1/+2 |