| Age | Commit message (Expand) | Author | Lines |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -2/+2 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -4/+4 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -3/+3 |
| 2025-02-08 | Rustfmt | bjorn3 | -4/+4 |
| 2025-02-08 | Rollup merge of #136200 - purplesyringa:wasm-eh-fixes, r=bjorn3 | Matthias Krüger | -6/+23 |
| 2025-02-07 | compiler: remove reexports from rustc_target::callconv | Jubilee Young | -3/+3 |
| 2025-02-06 | Generate correct terminate block under Wasm EH | Alisa Sireneva | -6/+23 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+5 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -4/+7 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -10/+4 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -5/+17 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -4/+3 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -1/+1 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -2/+2 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -2/+2 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -6/+7 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -6/+6 |
| 2024-09-17 | Merge some impl blocks. | Nicholas Nethercote | -2/+0 |
| 2024-09-17 | Clean up formatting. | Nicholas Nethercote | -5/+7 |
| 2024-09-17 | Minimize visibilities. | Nicholas Nethercote | -3/+3 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -26/+2 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-08 | const vector passed to codegen | James Barford-Evans | -1/+5 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+12 |
| 2024-07-25 | Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU | bors | -1/+1 |
| 2024-07-20 | compiler: Never debug_assert in codegen | Jubilee Young | -1/+1 |
| 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/+7 |
| 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 | -1/+1 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-07-02 | Use the aligned size for alloca at args when the pass mode is cast. | DianQK | -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-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -6/+6 |
| 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 | -0/+1 |
| 2024-05-10 | Refactoring after the `PlaceValue` addition | Scott McMurray | -8/+7 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -1/+1 |
| 2024-05-05 | Auto merge of #124606 - scottmcm:less-expect, r=cjgillot | bors | -2/+2 |
| 2024-05-04 | some comments or dynamic drop handling | Ralf Jung | -2/+2 |
| 2024-05-01 | Stop `llvm.expect`ing assert terminators | Scott McMurray | -2/+2 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -1/+1 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -1/+4 |