| Age | Commit message (Expand) | Author | Lines |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -5/+5 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_codegen_ssa`. | Nicholas Nethercote | -4/+4 |
| 2024-08-15 | Auto merge of #128861 - khuey:mir-inlining-parameters-debuginfo, r=wesleywiser | bors | -2/+15 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-12 | Rework MIR inlining debuginfo so function parameters show up in debuggers. | Kyle Huey | -2/+15 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -2/+5 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -2/+5 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-08 | const vector passed to codegen | James Barford-Evans | -12/+52 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -92/+74 |
| 2024-07-27 | Auto merge of #124905 - reitermarkus:u32-from-char-opt, r=scottmcm | bors | -57/+79 |
| 2024-07-25 | Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU | bors | -20/+18 |
| 2024-07-21 | Clarify when `None` is returned in `cast_immediate` function. | Markus Reiter | -0/+2 |
| 2024-07-21 | Remove unneeded assumption. | Markus Reiter | -1/+0 |
| 2024-07-21 | Allow optimizing `u32::from::<char>`. | Markus Reiter | -57/+78 |
| 2024-07-20 | Rollup merge of #127779 - momvart:should_codegen_hook, r=cjgillot | Matthias Krüger | -2/+1 |
| 2024-07-20 | compiler: Never debug_assert in codegen | Jubilee Young | -20/+18 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -2/+3 |
| 2024-07-15 | Move compiler_builtin check to the use case | Mohammad Omidvar | -2/+1 |
| 2024-07-07 | Support tail calls in mir via `TerminatorKind::TailCall` | Maybe Waffle | -0/+8 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -0/+1 |
| 2024-07-02 | Fix spans | Michael Goulet | -1/+1 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -0/+1 |
| 2024-07-02 | Rollup merge of #127230 - hattizai:patch01, r=saethlin | Matthias Krüger | -1/+1 |
| 2024-07-02 | Rollup merge of #127168 - DianQK:cast-size, r=workingjubilee | Matthias Krüger | -6/+24 |
| 2024-07-02 | Rollup merge of #127136 - compiler-errors:coroutine-closure-env-shim, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-07-02 | Use the aligned size for alloca at ret when the pass mode is cast. | DianQK | -5/+23 |
| 2024-07-02 | Use the aligned size for alloca at args when the pass mode is cast. | DianQK | -1/+1 |
| 2024-06-29 | Fix FnMut/Fn shim for coroutine-closures that capture references | Michael Goulet | -1/+1 |
| 2024-06-21 | Remove check_overflow method from MiscMethods | bjorn3 | -1/+1 |
| 2024-06-21 | Move all intrinsic handling code in codegen_call_terminators together | bjorn3 | -25/+19 |
| 2024-06-21 | Dedup some intrinsic handling code for caller_location | bjorn3 | -25/+12 |
| 2024-06-20 | More GVN for PtrMetadata | Scott McMurray | -1/+3 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-19 | `bug!` more uses of these in runtime stuff | Scott McMurray | -5/+6 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -7/+7 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -1/+4 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -1/+1 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -1/+1 |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -8/+36 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -8/+36 |
| 2024-05-27 | Omit non-needs_drop drop_in_place in vtables | Mark Rousskov | -88/+112 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`. | Nicholas Nethercote | -5/+14 |
| 2024-05-22 | Stop using `to_hir_binop` in codegen | Scott McMurray | -7/+6 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -15/+21 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -15/+21 |
| 2024-05-16 | Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen | Scott McMurray | -1/+5 |
| 2024-05-11 | Make `index_by_increasing_offset` return one item for primitives | Scott McMurray | -11/+2 |