| Age | Commit message (Expand) | Author | Lines |
| 2025-03-24 | Don't ICE when encountering placeholders in layout computation | Michael Goulet | -6/+2 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -25/+0 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -29/+27 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -3/+2 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -4/+4 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -10/+8 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-12 | Rollup merge of #138394 - lcnr:yeet-variant, r=compiler-errors | Manish Goregaokar | -5/+3 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -1/+0 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -5/+5 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -0/+1 |
| 2025-03-12 | remove unnecessary variant | lcnr | -5/+3 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -4/+4 |
| 2025-03-12 | Rename `hir_attrs` query as `hir_attr_map`. | Nicholas Nethercote | -1/+1 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -0/+28 |
| 2025-03-11 | Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwU | Matthias Krüger | -0/+28 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -70/+62 |
| 2025-03-11 | Error on `define_opaques` entries without any opaques actually referenced | Oli Scherer | -2/+5 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -70/+59 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-10 | Reject wrapping ranges of pattern types | Oli Scherer | -0/+28 |
| 2025-03-09 | Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee | Matthias Krüger | -491/+96 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -56/+2 |
| 2025-03-08 | Move coroutine layout logic to `rustc_abi` | Moulins | -334/+23 |
| 2025-03-08 | Refactor coroutine layout logic to precompute all sublayouts | Moulins | -117/+118 |
| 2025-03-08 | Move SIMD layout logic to `rustc_abi` | Moulins | -61/+18 |
| 2025-03-08 | Remove most manual LayoutData creations and move them to `rustc_abi` | Moulins | -67/+25 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -2/+4 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -2/+21 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -5/+4 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -2/+5 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -1/+15 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -1/+6 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -7/+2 |
| 2025-03-06 | Avoid having to handle an `Option` in the type system | Oli Scherer | -14/+11 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -2/+3 |
| 2025-03-05 | Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -5/+2 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2025-03-04 | compiler: use `is_rustic_abi` in ty_utils | Jubilee Young | -5/+2 |
| 2025-03-02 | Remove layouting dead code for non-array SIMD types. | Moulins | -76/+19 |
| 2025-03-01 | Rollup merge of #137804 - RalfJung:backend-repr-simd-vector, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -3/+3 |
| 2025-02-28 | Rollup merge of #137770 - compiler-errors:unsafe-binder-sized-crit, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+6 |
| 2025-02-28 | Fix sized constraint for unsafe binder | Michael Goulet | -3/+6 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -2/+1 |