| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-06-28 | general fixups and turn `TODO`s into `FIXME`s | Deadbeef | -2/+2 |
| 2024-06-28 | temporarily disable effects on specialization tests | Deadbeef | -1/+6 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -3/+165 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -20/+20 |
| 2024-06-16 | Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr | bors | -6/+16 |
| 2024-06-14 | Only compute vtable information during codegen | Michael Goulet | -6/+16 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -6/+6 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -2/+4 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -1/+1 |
| 2024-06-05 | ty::Expr reviews | Boxy | -1/+1 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -4/+1 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -25/+16 |
| 2024-06-04 | Downsize `ty::Expr` | Boxy | -8/+25 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -1/+2 |
| 2024-06-01 | Ensure floats are returned losslessly by the Rust ABI on 32-bit x86 | beetrees | -0/+34 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -21/+19 |
| 2024-05-30 | Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | bors | -1/+1 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -1/+1 |