| Age | Commit message (Expand) | Author | Lines |
| 2025-06-13 | Use more slicing and slice interning over iterable interning | León Orell Valerian Liehr | -1/+1 |
| 2025-06-13 | [perf] Change asserts to debug ones in trait_ref_and_own_args | León Orell Valerian Liehr | -3/+3 |
| 2025-06-12 | add `extern "custom"` functions | Folkert de Vries | -0/+1 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -3/+15 |
| 2025-06-11 | Use `rustc_thread_pool` instead of `rustc-rayon-core` | Celina G. Val | -1/+1 |
| 2025-06-11 | Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgr | bors | -5/+2 |
| 2025-06-11 | Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU | bors | -0/+4 |
| 2025-06-10 | Dont unwrap and re-wrap typing envs | Michael Goulet | -5/+2 |
| 2025-06-08 | add `param_env` cache to canonicalization | lcnr | -0/+14 |
| 2025-06-06 | Rollup merge of #142112 - ada4a:patch-1, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2025-06-06 | fix typo | Ada Alakbarova | -1/+1 |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -16/+16 |
| 2025-06-04 | Rollup merge of #142005 - scottmcm:fieldidx-in-variantsmultiple, r=workingjub... | Matthias Krüger | -3/+5 |
| 2025-06-03 | Change `tag_field` to `FieldIdx` in `Variants::Multiple` | Scott McMurray | -3/+5 |
| 2025-06-03 | Ensure query keys are printed with reduced queries | Michael Goulet | -1/+1 |
| 2025-06-03 | `FIXME(-Znext-solver)` triage | lcnr | -0/+4 |
| 2025-06-03 | Move metadata object generation for dylibs to the linker code | bjorn3 | -17/+8 |
| 2025-06-01 | Auto merge of #141731 - compiler-errors:tweak-fast-path-trait, r=lcnr | bors | -4/+2 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -3/+35 |
| 2025-05-29 | Tweak fast path trait handling | Michael Goulet | -4/+2 |
| 2025-05-29 | Auto merge of #141716 - jhpratt:rollup-9bjrzfi, r=jhpratt | bors | -0/+4 |
| 2025-05-29 | Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obk | Jacob Pratt | -0/+4 |
| 2025-05-29 | Auto merge of #141581 - lcnr:fold-clauses, r=compiler-errors | bors | -1/+40 |
| 2025-05-28 | get rid of rustc_codegen_ssa::common::AtomicOrdering | Ralf Jung | -1/+1 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -3/+35 |
| 2025-05-28 | Handle e2021 precise capturing of unsafe binder | Michael Goulet | -0/+4 |
| 2025-05-27 | Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmease | Matthias Krüger | -46/+46 |
| 2025-05-27 | Fix some var names | Michael Goulet | -8/+8 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -44/+44 |
| 2025-05-27 | Rollup merge of #141582 - RalfJung:cleanup, r=bjorn3 | Michael Goulet | -2/+45 |
| 2025-05-26 | add additional `TypeFlags` fast paths | lcnr | -1/+40 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -2/+2 |
| 2025-05-24 | ScalarInt: support conversion with signed int types and cmp::Ordering | Ralf Jung | -2/+45 |
| 2025-05-23 | yeet `CanonicalVarInfo` | lcnr | -12/+15 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -3/+17 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -36/+2 |
| 2025-05-22 | Review Comments | Boxy | -2/+7 |
| 2025-05-22 | Auto merge of #141135 - compiler-errors:fast-path-2, r=lcnr | bors | -2/+2 |
| 2025-05-21 | Introduce `tcx.anon_const_kind` query | Boxy | -3/+12 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -36/+2 |
| 2025-05-18 | Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns... | León Orell Valerian Liehr | -9/+22 |
| 2025-05-18 | Fast path for sized pred | Michael Goulet | -2/+2 |
| 2025-05-17 | Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercote | bors | -2/+1 |
| 2025-05-17 | Rollup merge of #141051 - compiler-errors:less-erase, r=nnethercote | Matthias Krüger | -2/+0 |
| 2025-05-17 | Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, r=oli-obk | Matthias Krüger | -2/+2 |
| 2025-05-15 | Async drop fix for dropee from another crate (#140858) | Andrew Zhogin | -2/+2 |
| 2025-05-13 | Some require_lang_item -> is_lang_item replacements | Oli Scherer | -2/+1 |
| 2025-05-13 | trait_sel: deep reject `match_normalize_trait_ref` | David Wood | -0/+1 |
| 2025-05-11 | Return value of coroutine_layout fn changed to Result with LayoutError | Andrew Zhogin | -9/+22 |
| 2025-05-11 | Async drop fix for async_drop_in_place<T> layout calculated for unspecified T | Andrew Zhogin | -0/+3 |