| Age | Commit message (Expand) | Author | Lines |
| 2024-10-08 | compiler: Factor rustc_target::abi::* out of ty_utils | Jubilee Young | -8/+16 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -9/+7 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -7/+7 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -7/+7 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -2/+2 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -2/+4 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -48/+33 |
| 2024-09-21 | add `C-cmse-nonsecure-entry` ABI | Folkert de Vries | -0/+1 |
| 2024-09-17 | get rid of an old hack | Lukas Markeffsky | -36/+5 |
| 2024-09-17 | assert that unexpectedly unsized fields are sized in the param env | Lukas Markeffsky | -26/+26 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -59/+95 |
| 2024-09-16 | make `LayoutCx` not generic | Lukas Markeffsky | -27/+17 |
| 2024-09-13 | Rename and reorder lots of lifetimes. | Nicholas Nethercote | -1/+1 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -4/+2 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -1/+7 |
| 2024-09-03 | Add `warn(unreachable_pub)` to `rustc_ty_utils`. | Nicholas Nethercote | -10/+11 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -36/+5 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -36/+5 |
| 2024-08-27 | Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-23 | document & impl the transmutation modeled by `BikeshedIntrinsicFrom` | Jack Wrenn | -0/+5 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -3/+3 |
| 2024-08-20 | supress niches in coroutines | Ralf Jung | -1/+7 |
| 2024-08-18 | Rollup merge of #127679 - RalfJung:raw_ref_op, r=jieyouxu | Trevor Gross | -3/+3 |
| 2024-08-18 | Auto merge of #125854 - beetrees:zst-arg-abi, r=estebank | bors | -25/+2 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -3/+3 |
| 2024-08-14 | Auto merge of #129076 - matthiaskrgr:rollup-rg8mi2x, r=matthiaskrgr | bors | -1/+1 |
| 2024-08-14 | Rollup merge of #129061 - compiler-errors:lang-item, r=Urgau | Matthias Krüger | -1/+1 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -2/+2 |
| 2024-08-13 | Use is_lang_item more | Michael Goulet | -1/+1 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -1/+5 |
| 2024-08-11 | Remove struct_tail_no_normalization | Michael Goulet | -1/+5 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -2/+2 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -2/+2 |
| 2024-08-08 | Do normalize when computing struct tails in codegen | Michael Goulet | -1/+1 |
| 2024-08-02 | Move ZST ABI handling to `rustc_target` | beetrees | -25/+2 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -3/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -28/+26 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -3/+1 |
| 2024-07-24 | Make sure that args are compatible in resolve_associated_item | Michael Goulet | -2/+13 |
| 2024-07-12 | Auto merge of #123351 - beetrees:x86-ret-snan-rust, r=nikic,workingjubilee | bors | -0/+34 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -2/+1 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -5/+3 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -2/+2 |
| 2024-07-02 | Miscellaneous renaming | Michael Goulet | -2/+2 |
| 2024-07-02 | Rollup merge of #127136 - compiler-errors:coroutine-closure-env-shim, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -2/+2 |
| 2024-06-28 | address review comments | Deadbeef | -65/+34 |