| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -10/+21 |
| 2025-02-23 | Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb | Trevor Gross | -29/+11 |
| 2025-02-23 | Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=Noratrieb | Trevor Gross | -2/+3 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -3/+3 |
| 2025-02-21 | Allow SliceIndex to be indexed by ranges. | Jason Newcomb | -2/+2 |
| 2025-02-20 | Refactor `OperandRef::extract_field` to prep for 838 | Scott McMurray | -22/+24 |
| 2025-02-20 | Add test that uninhabited repr(transparent) type has same function return ABI... | Zachary S | -21/+7 |
| 2025-02-20 | Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field... | Zachary S | -3/+1 |
| 2025-02-19 | Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t... | Scott McMurray | -70/+75 |
| 2025-02-19 | Also use gep inbounds nuw for index projections | Nikita Popov | -1/+1 |
| 2025-02-19 | Emit getelementptr inbounds nuw for pointer::add() | Nikita Popov | -9/+20 |
| 2025-02-19 | Rollup merge of #137213 - nnethercote:rm-rustc_middle-mir-tcx, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-02-19 | Remove `rustc_middle::mir::tcx` module. | Nicholas Nethercote | -1/+1 |
| 2025-02-18 | Auto merge of #133852 - x17jiri:cold_path, r=saethlin | bors | -13/+47 |
| 2025-02-17 | Adds binary_format to rustc target specs | Pyrode | -29/+11 |
| 2025-02-17 | improve cold_path() | Jiri Bobek | -13/+47 |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -9/+13 |
| 2025-02-11 | rustc_codegen_ssa: cleanup nested `if`s and a needless `match` | Yotam Ofek | -2/+3 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -7/+7 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -8/+8 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -3/+3 |
| 2025-02-08 | Rustfmt | bjorn3 | -8/+8 |
| 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-07 | Remove Linkage::Appending | bjorn3 | -1/+0 |
| 2025-02-07 | Remove Linkage::Private | bjorn3 | -1/+1 |
| 2025-02-06 | Generate correct terminate block under Wasm EH | Alisa Sireneva | -6/+23 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+4 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -0/+5 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+4 |
| 2025-02-01 | Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obk | Matthias Krüger | -1/+11 |
| 2025-01-31 | Override `disjoint_or` in the LLVM backend | Scott McMurray | -0/+5 |
| 2025-01-31 | Implement MIR, CTFE, and codegen for unsafe binders | Michael Goulet | -1/+11 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+5 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+5 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -1/+1 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -3/+4 |
| 2025-01-24 | Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3 | Matthias Krüger | -5/+168 |
| 2025-01-22 | Auto merge of #135674 - scottmcm:assume-better, r=estebank | bors | -29/+18 |
| 2025-01-21 | Treat undef bytes as equal to any other byte | Oli Scherer | -2/+24 |
| 2025-01-21 | Also generate undef scalars and scalar pairs | Oli Scherer | -22/+37 |
| 2025-01-20 | work around the `wasm32-unknown-unknown` ABI being broken | Folkert de Vries | -8/+39 |
| 2025-01-20 | support wasm inline assembly in naked functions | Folkert de Vries | -4/+136 |
| 2025-01-19 | When LLVM's location discriminator value limit is exceeded, emit locations wi... | Kyle Huey | -4/+2 |
| 2025-01-18 | Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper" | Rémy Rakic | -1/+28 |
| 2025-01-17 | Update our range `assume`s to the format that LLVM prefers | Scott McMurray | -29/+18 |
| 2025-01-11 | Rollup merge of #135205 - lqd:bitsets, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2025-01-11 | Rollup merge of #134030 - folkertdev:min-fn-align, r=workingjubilee | Matthias Krüger | -2/+6 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -6/+6 |
| 2025-01-10 | add `-Zmin-function-alignment` | Folkert de Vries | -2/+6 |