| Age | Commit message (Expand) | Author | Lines |
| 2025-05-26 | Auto merge of #138489 - tmiasko:call-tmps-lifetime, r=workingjubilee | bors | -13/+35 |
| 2025-05-24 | Auto merge of #141372 - khuey:ir_call_dbg_loc, r=jieyouxu | bors | -0/+1 |
| 2025-05-22 | Use the fn_span when emitting function calls for better debug info. | Kyle Huey | -0/+1 |
| 2025-05-22 | Rename `kw::Empty` as `sym::empty`. | Nicholas Nethercote | -3/+3 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -1/+1 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -1/+1 |
| 2025-05-17 | Describe lifetime of call argument temporaries passed indirectly | Tomasz Miąsko | -13/+35 |
| 2025-05-10 | Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin | Matthias Krüger | -1/+0 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -1/+0 |
| 2025-05-05 | Resolve instance for SymFn in global/naked asm | Michael Goulet | -1/+3 |
| 2025-04-30 | Rollup merge of #134232 - bjorn3:naked_asm_improvements, r=wesleywiser | Matthias Krüger | -25/+32 |
| 2025-04-28 | AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}... | Andrew Zhogin | -7/+11 |
| 2025-04-14 | Pass &mut self to codegen_global_asm | bjorn3 | -1/+1 |
| 2025-04-14 | Make codegen_naked_asm public | bjorn3 | -2/+2 |
| 2025-04-14 | Pass MonoItemData to MonoItem::define | bjorn3 | -6/+5 |
| 2025-04-14 | Move codegen_naked_asm call up into MonoItem::define | bjorn3 | -7/+3 |
| 2025-04-14 | Make codegen_naked_asm retrieve the MIR Body itself | bjorn3 | -5/+6 |
| 2025-04-14 | Only require a CodegenCx for codegen_naked_asm | bjorn3 | -9/+17 |
| 2025-04-14 | Don't begin defining a function when codegening a naked function | bjorn3 | -7/+7 |
| 2025-04-14 | Handle protected visibility in codegen_naked_asm | bjorn3 | -4/+7 |
| 2025-04-14 | Use START_BLOCK in codegen_naked_asm | bjorn3 | -2/+2 |
| 2025-04-10 | Auto merge of #139088 - spastorino:ergonomic-ref-counting-2, r=nikomatsakis | bors | -7/+72 |
| 2025-04-07 | Address PR feedback | Scott McMurray | -1/+3 |
| 2025-04-07 | Only clone mir body if tcx.features().ergonomic_clones() | Santiago Pastorino | -8/+10 |
| 2025-04-07 | Optimize codegen of use values that are copy post monomorphization | Santiago Pastorino | -4/+66 |
| 2025-04-07 | Use a local var for tcx | Santiago Pastorino | -4/+5 |
| 2025-04-05 | Tell LLVM about impossible niche tags | Scott McMurray | -0/+28 |
| 2025-03-26 | Auto merge of #138601 - RalfJung:wasm-abi-fcw, r=alexcrichton | bors | -2/+2 |
| 2025-03-25 | make -Zwasm-c-abi=legacy suppress the lint | Ralf Jung | -2/+2 |
| 2025-03-25 | Auto merge of #138634 - saethlin:repeated-uninit, r=scottmcm,oli-obk | bors | -2/+19 |
| 2025-03-24 | Auto merge of #133984 - DaniPopes:scmp-ucmp, r=scottmcm | bors | -0/+3 |
| 2025-03-19 | Lower to a memset(undef) when Rvalue::Repeat repeats uninit | Ben Kimock | -2/+19 |
| 2025-03-17 | Flatten `if`s in `rustc_codegen_ssa` | Yotam Ofek | -28/+25 |
| 2025-03-16 | Rollup merge of #138549 - scottmcm:option-ssa, r=saethlin | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-03-15 | Fix the OperandRef type for NullOp::{UbChecks,ContractChecks} | Scott McMurray | -1/+1 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -1/+1 |
| 2025-03-14 | Rollup merge of #138398 - RalfJung:atomic-intrinsics-provenance, r=nnethercote | Jacob Pratt | -4/+34 |
| 2025-03-14 | Auto merge of #138391 - scottmcm:SSA-discriminants, r=WaffleLapkin | bors | -139/+156 |
| 2025-03-13 | Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr | bors | -9/+41 |
| 2025-03-13 | Rollup merge of #137816 - folkertdev:naked-asm-xcoff, r=Noratrieb | Matthias Krüger | -9/+41 |
| 2025-03-13 | Add more comments to discriminant calculations. | Scott McMurray | -0/+9 |
| 2025-03-13 | atomic intrinsics: clarify which types are supported and (if applicable) what... | Ralf Jung | -4/+34 |
| 2025-03-12 | Don't `alloca` just to look at a discriminant | Scott McMurray | -139/+147 |
| 2025-03-11 | naked functions: on windows emit `.endef` without the symbol name | Folkert de Vries | -1/+1 |
| 2025-03-09 | Auto merge of #137513 - scottmcm:identity-transmute, r=saethlin | bors | -0/+7 |
| 2025-03-08 | Auto merge of #137500 - scottmcm:trunc-br, r=saethlin | bors | -0/+34 |
| 2025-03-08 | support XCOFF in `naked_asm!` | Folkert de Vries | -9/+41 |
| 2025-03-07 | Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco | Matthias Krüger | -1/+1 |
| 2025-03-06 | Use `trunc nuw`+`br` for 0/1 branches even in optimized builds | Scott McMurray | -0/+34 |
| 2025-03-06 | Lower BinOp::Cmp to llvm.{s,u}cmp.* intrinsics | DaniPopes | -0/+3 |