| Age | Commit message (Expand) | Author | Lines |
| 2025-09-09 | Auto merge of #145717 - BoxyUwU:erase_regions_rename, r=lcnr | bors | -1/+1 |
| 2025-09-09 | erase_regions to erase_and_anonymize_regions | Boxy | -1/+1 |
| 2025-09-08 | fixup limit handling code | Jana Dönszelmann | -1/+1 |
| 2025-09-01 | pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w... | Andrew Zhogin | -1/+14 |
| 2025-08-15 | Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqd | Stuart Cook | -1/+29 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -0/+5 |
| 2025-08-13 | fix tail calls to `#[track_caller]` functions | Waffle Lapkin | -1/+29 |
| 2025-08-06 | Add support for shortening `Instance` and use it | Esteban Küber | -24/+22 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -1/+1 |
| 2025-07-24 | Rollup merge of #144094 - saethlin:codegen-the-main-fn, r=petrochenkov | León Orell Valerian Liehr | -0/+9 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -9/+4 |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -4/+2 |
| 2025-07-21 | Ensure we codegen and don't internalize the entrypoint | Ben Kimock | -0/+9 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -0/+1 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -16/+3 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -0/+3 |
| 2025-06-27 | Auto merge of #142893 - Mark-Simulacrum:no-const-collect, r=oli-obk | bors | -6/+8 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -0/+3 |
| 2025-06-22 | Stop collecting unmentioned constants | Mark Rousskov | -6/+8 |
| 2025-06-21 | Skip collecting no-op DropGlue in vtables | Mark Rousskov | -2/+10 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -2/+2 |
| 2025-05-27 | Always evaluate free lifetime-generic constants | León Orell Valerian Liehr | -1/+1 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -1/+1 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -2/+2 |
| 2025-04-29 | mono collector: Reduce \# of locking while walking the graph | Piotr Osiewicz | -27/+37 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -2/+4 |
| 2025-04-14 | Normalize ADT fields in find_tails_for_unsizing | Michael Goulet | -31/+32 |
| 2025-04-10 | Remove the use of Rayon iterators | John Kåre Alsaker | -1/+1 |
| 2025-04-01 | Make missing optimized MIR error more informative | Oli Scherer | -0/+1 |
| 2025-03-27 | Rollup merge of #138980 - tmiasko:collect-var-debug-info, r=compiler-errors | Stuart Cook | -1/+6 |
| 2025-03-26 | Collect items referenced from var_debug_info | Tomasz Miąsko | -1/+6 |
| 2025-03-26 | Stop using Interner in the compiler randomly | Michael Goulet | -3/+3 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -19/+15 |
| 2025-02-26 | Rollup merge of #137601 - davidtwco:deduplicate-type-has-metadata, r=fmease,b... | León Orell Valerian Liehr | -12/+1 |
| 2025-02-26 | Rollup merge of #137529 - klensy:unused3, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2025-02-24 | cleanup few unused args | klensy | -1/+1 |
| 2025-02-24 | ssa/mono: deduplicate `type_has_metadata` | David Wood | -12/+1 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -1/+1 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -7/+6 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -1/+1 |
| 2025-02-14 | Normalize closure instance before eagerly monomorphizing it | Michael Goulet | -0/+7 |
| 2025-02-03 | Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-02-03 | Remove hook calling via `TyCtxtAt`. | Nicholas Nethercote | -2/+2 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -1/+1 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+3 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+3 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -1/+1 |