| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-01-31 | Rollup merge of #133429 - EnzymeAD:autodiff-middle, r=oli-obk | Jacob Pratt | -1/+1 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -4/+10 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -1/+1 |
| 2025-01-28 | GCI: Don't try to collect mono items inside overly generic free const items | León Orell Valerian Liehr | -4/+7 |
| 2025-01-15 | Make sure we actually use the right trivial lifetime substs when eagerly mono... | Michael Goulet | -4/+18 |
| 2025-01-14 | Auto merge of #135313 - compiler-errors:needs-mono, r=BoxyUwU | bors | -2/+5 |
| 2025-01-11 | Rollup merge of #135314 - compiler-errors:eagerly-mono-closures, r=wesleywiser | Matthias Krüger | -0/+31 |
| 2025-01-10 | don't collect `#[rustc_force_inline]` in eager mode | David Wood | -4/+6 |
| 2025-01-10 | mir_transform: implement forced inlining | David Wood | -0/+9 |
| 2025-01-10 | Eagerly collect mono items for non-generic closures | Michael Goulet | -0/+31 |
| 2025-01-10 | Eagerly mono drop for structs with lifetimes | Michael Goulet | -2/+5 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -9/+9 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -4/+2 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -1/+1 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -1/+1 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -17/+32 |
| 2024-11-12 | Querify MonoItem collection | Ben Kimock | -50/+84 |
| 2024-11-10 | move all mono-time checks into their own folder, and their own query | Ralf Jung | -38/+7 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -0/+4 |
| 2024-11-02 | compiler: Add rustc_abi to _monomorphize | Jubilee Young | -1/+1 |
| 2024-11-01 | Emit warning when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+4 |
| 2024-10-26 | Auto merge of #132171 - matthiaskrgr:rollup-tp75ge7, r=matthiaskrgr | bors | -1/+1 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+1 |
| 2024-10-25 | Revert "Emit error when calling/declaring functions with unavailable vectors." | Rémy Rakic | -5/+0 |
| 2024-10-25 | Auto merge of #127731 - veluca93:abi_checks, r=RalfJung | bors | -0/+5 |
| 2024-10-25 | Emit error when calling/declaring functions with unavailable vectors. | Luca Versari | -0/+5 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -1/+0 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -4/+4 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -1/+1 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -4/+4 |