| Age | Commit message (Expand) | Author | Lines |
| 2025-06-29 | rename Pointer::from_addr_invalid to match strict provenance API | Ralf Jung | -3/+3 |
| 2025-06-29 | give Pointer::into_parts a more scary name and offer a safer alternative | Ralf Jung | -13/+21 |
| 2025-06-28 | fix docs of FakeBorrowKind | Florian Sextl | -9/+9 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -1/+10 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -1/+10 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -54/+122 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -7/+0 |
| 2025-06-10 | Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcm | León Orell Valerian Liehr | -2/+0 |
| 2025-06-07 | Rollup merge of #141558 - Diggsey:db-limit-cgu-name-length, r=matthewjasper | Jacob Pratt | -1/+25 |
| 2025-06-06 | Allow transmute casts in pre-runtime-MIR | Oli Scherer | -2/+0 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -1/+1 |
| 2025-05-29 | Structurally normalize types as needed in projection_ty_core | Michael Goulet | -36/+42 |
| 2025-05-29 | Rollup merge of #141682 - nia-e:fixup-alloc, r=RalfJung | Jacob Pratt | -1/+1 |
| 2025-05-29 | Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwU | Jacob Pratt | -22/+0 |
| 2025-05-28 | interpret/allocation: make alloc fn be FnOnce | Nia Espera | -1/+1 |
| 2025-05-27 | Rollup merge of #141551 - compiler-errors:hir-lints, r=BoxyUwU | Trevor Gross | -1/+5 |
| 2025-05-27 | Drive-by: Delete dead TyCtxtEnsureOk::const_eval_poly | León Orell Valerian Liehr | -22/+0 |
| 2025-05-27 | Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3 | Michael Goulet | -5/+5 |
| 2025-05-26 | Limit the size of cgu names when using the `-Zhuman-readable-cgu-names` option | Diggory Blake | -1/+25 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -17/+41 |
| 2025-05-25 | hir_body_const_context should take LocalDefId | Michael Goulet | -1/+5 |
| 2025-05-24 | ScalarInt: support conversion with signed int types and cmp::Ordering | Ralf Jung | -5/+5 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -4/+4 |
| 2025-05-03 | Auto merge of #140464 - oli-obk:successors-mut-perf, r=petrochenkov | bors | -55/+48 |
| 2025-05-02 | Rollup merge of #140521 - RalfJung:oob-error, r=saethlin | Matthias Krüger | -5/+3 |
| 2025-04-30 | interpret: better error message for out-of-bounds pointer arithmetic and acce... | Ralf Jung | -5/+3 |
| 2025-04-29 | Don't FCW assoc consts in patterns | Boxy | -9/+10 |
| 2025-04-29 | Use a closure instead of three chained iterators | Oli Scherer | -55/+48 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -30/+219 |
| 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 |