| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | add additional `TypeFlags` fast paths | lcnr | -1/+40 |
| 2025-05-27 | Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung | 许杰友 Jieyou Xu (Joe) | -19/+43 |
| 2025-05-27 | Rollup merge of #141433 - compiler-errors:unsafe-binder-captures, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2025-05-26 | extend allocbytes with associated type | Nia Espera | -19/+43 |
| 2025-05-25 | hir_body_const_context should take LocalDefId | Michael Goulet | -2/+6 |
| 2025-05-24 | Rollup merge of #141511 - Noratrieb:codegen-fn-attrs, r=compiler-errors | Guillaume Gomez | -24/+21 |
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -24/+21 |
| 2025-05-24 | ScalarInt: support conversion with signed int types and cmp::Ordering | Ralf Jung | -7/+50 |
| 2025-05-23 | yeet `CanonicalVarInfo` | lcnr | -15/+18 |
| 2025-05-23 | Properly analyze captures from unsafe binders | Michael Goulet | -0/+3 |
| 2025-05-23 | Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errors | bors | -3/+23 |
| 2025-05-22 | Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgr | bors | -37/+14 |
| 2025-05-22 | Review Comments | Boxy | -3/+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/+19 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -37/+14 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -4/+4 |
| 2025-05-18 | Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns... | León Orell Valerian Liehr | -9/+22 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -4/+4 |
| 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 | Auto merge of #141113 - matthiaskrgr:rollup-k7izuh8, r=matthiaskrgr | bors | -4/+2 |
| 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-17 | Auto merge of #141024 - jieyouxu:revert-arm64ec, r=wesleywiser | bors | -1/+1 |
| 2025-05-15 | Async drop fix for dropee from another crate (#140858) | Andrew Zhogin | -2/+2 |
| 2025-05-15 | Revert "Fix linking statics on Arm64EC #140176" | Jieyou Xu | -1/+1 |
| 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-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 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 |
| 2025-05-09 | Auto merge of #140176 - dpaoliello:arm64ecdec, r=wesleywiser | bors | -1/+1 |
| 2025-05-08 | Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnr | Matthias Krüger | -1/+4 |
| 2025-05-08 | Remove some unnecessary erases | Michael Goulet | -2/+0 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -3/+3 |
| 2025-05-07 | Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomez | bors | -1/+4 |
| 2025-05-07 | Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errors | bors | -5/+7 |
| 2025-05-07 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -1/+1 |
| 2025-05-07 | Only include associated type bounds for Self:Sized associated types if they a... | Michael Goulet | -1/+4 |
| 2025-05-07 | Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwco | Guillaume Gomez | -1/+4 |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -3/+3 |
| 2025-05-06 | Auto merge of #131160 - ismailarilik:handle-potential-query-instability-lint-... | bors | -28/+22 |
| 2025-05-05 | Rollup merge of #140559 - rperier:type-ir-to-type-middle, r=compiler-errors | Guillaume Gomez | -1/+9 |
| 2025-05-05 | Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr | Guillaume Gomez | -11/+19 |
| 2025-05-05 | Handle rustc_middle cases of rustc::potential_query_instability lint | ismailarilik | -28/+22 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -11/+19 |
| 2025-05-05 | Auto merge of #140453 - Zoxc:next-disambiguator, r=oli-obk | bors | -9/+12 |
| 2025-05-05 | Auto merge of #134767 - Bryanskiy:dylibs-3, r=petrochenkov | bors | -4/+26 |
| 2025-05-04 | Rollup merge of #140630 - azhogin:azhogin/async-drop-proxy-source-info-fix, r... | Trevor Gross | -1/+5 |