| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin" | Michael Goulet | -61/+24 |
| 2025-02-12 | `transmute` should also assume non-null pointers | Scott McMurray | -9/+13 |
| 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 |
| 2025-01-10 | Use llvm.memset.p0i8.* to initialize all same-bytes arrays | Oli Scherer | -5/+9 |
| 2025-01-10 | Pull element init into a reusable closure | Oli Scherer | -14/+21 |
| 2025-01-10 | Change repeat element check into a match | Oli Scherer | -15/+18 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -1/+1 |
| 2024-12-22 | Delete `Rvalue::Len` | Scott McMurray | -28/+1 |
| 2024-12-18 | make no-variant types a dedicated Variants variant | Ralf Jung | -4/+4 |
| 2024-12-18 | Variants::Single: do not use invalid VariantIdx for uninhabited enums | Ralf Jung | -1/+2 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Simplify the GEP instruction for index | DianQK | -4/+1 |
| 2024-12-10 | emit `.weak_definition` instead of `.weak` on macos | Folkert de Vries | -28/+37 |
| 2024-12-10 | codegen `#[naked]` functions using `global_asm!` | Folkert | -0/+263 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -8/+9 |
| 2024-11-30 | use stores of the correct size to set discriminants | The 8472 | -8/+16 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -0/+1 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -4/+1 |