| Age | Commit message (Expand) | Author | Lines |
| 2025-05-30 | Avoid computing function type for intrinsic instances | bjorn3 | -8/+8 |
| 2025-05-30 | Use layout field of OperandRef and PlaceRef in codegen_intrinsic_call | bjorn3 | -18/+13 |
| 2025-05-30 | Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3 | Matthias Krüger | -50/+56 |
| 2025-05-29 | Remove RUSTC_RETRY_LINKER_ON_SEGFAULT hack | Noratrieb | -52/+2 |
| 2025-05-29 | Rollup merge of #141448 - bjorn3:codegen_refactors, r=WaffleLapkin | Guillaume Gomez | -83/+44 |
| 2025-05-29 | Rollup merge of #138139 - xizheyin:issue-137384, r=ChrisDenton | Jacob Pratt | -0/+19 |
| 2025-05-28 | get rid of rustc_codegen_ssa::common::AtomicOrdering | Ralf Jung | -26/+7 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -34/+59 |
| 2025-05-28 | Remove unused arg_memory_ty method | bjorn3 | -1/+0 |
| 2025-05-28 | Mark all optimize methods and the codegen method as safe | bjorn3 | -22/+13 |
| 2025-05-28 | Remove methods from StaticCodegenMethods that are not called in cg_ssa itself | bjorn3 | -12/+0 |
| 2025-05-28 | Make predefine methods take &mut self | bjorn3 | -4/+4 |
| 2025-05-28 | Move supports_parallel from CodegenBackend to ExtraBackendMethods | bjorn3 | -8/+8 |
| 2025-05-28 | Remove a couple of uses of interior mutability around statics | bjorn3 | -3/+3 |
| 2025-05-28 | Reduce amount of types that need to be PartialEq | bjorn3 | -3/+3 |
| 2025-05-28 | The personality function is a Function, not a Value | bjorn3 | -4/+4 |
| 2025-05-28 | Remove codegen_unit from MiscCodegenMethods | bjorn3 | -28/+11 |
| 2025-05-28 | Rollup merge of #141404 - bjorn3:refactor_cg_ssa_call_codegen, r=davidtwco | Trevor Gross | -185/+185 |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -1/+1 |
| 2025-05-26 | Reduce indentation in codegen_panic_intrinsic | bjorn3 | -49/+47 |
| 2025-05-26 | Don't depend on FnAbi for intrinsics | bjorn3 | -32/+42 |
| 2025-05-26 | Remove usage of FnAbi in codegen_intrinsic_call | bjorn3 | -22/+10 |
| 2025-05-26 | Pass PlaceRef rather than Bx::Value to codegen_intrinsic_call | bjorn3 | -5/+7 |
| 2025-05-26 | Move caller_location handling into codegen_intrinsic_call | bjorn3 | -18/+20 |
| 2025-05-26 | Always use fn_span in codegen_call_terminator | bjorn3 | -15/+11 |
| 2025-05-26 | Move some code around in codegen_call_terminator | bjorn3 | -99/+103 |
| 2025-05-26 | Auto merge of #138489 - tmiasko:call-tmps-lifetime, r=workingjubilee | bors | -13/+35 |
| 2025-05-24 | Auto merge of #141518 - GuillaumeGomez:rollup-ivjep2j, r=GuillaumeGomez | bors | -3/+3 |
| 2025-05-24 | Cleanup CodegenFnAttrFlags | Noratrieb | -3/+3 |
| 2025-05-24 | Auto merge of #141372 - khuey:ir_call_dbg_loc, r=jieyouxu | bors | -0/+1 |
| 2025-05-23 | Rollup merge of #141376 - nnethercote:rename-kw-Empty, r=petrochenkov | Matthias Krüger | -3/+3 |
| 2025-05-22 | Use the fn_span when emitting function calls for better debug info. | Kyle Huey | -0/+1 |
| 2025-05-22 | make enabling the neon target feature a FCW | Ralf Jung | -5/+23 |
| 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 | -6/+6 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -6/+6 |
| 2025-05-17 | Rollup merge of #141035 - lqd:lld-warn, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-05-17 | Describe lifetime of call argument temporaries passed indirectly | Tomasz Miąsko | -13/+35 |
| 2025-05-15 | Revert "Fix linking statics on Arm64EC #140176" | Jieyou Xu | -130/+50 |
| 2025-05-15 | silence unexpected lld warning on old gccs | Rémy Rakic | -1/+1 |
| 2025-05-13 | Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errors | bors | -1/+0 |
| 2025-05-12 | Fix typos | omahs | -2/+2 |
| 2025-05-12 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2025-05-10 | Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkin | Matthias Krüger | -2/+0 |
| 2025-05-09 | remove 'unordered' atomic intrinsics | Ralf Jung | -2/+0 |
| 2025-05-07 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -50/+130 |
| 2025-05-06 | Rollup merge of #140634 - smrobtzz:mips-elf-fixes, r=workingjubilee | Stuart Cook | -25/+41 |
| 2025-05-05 | Apply suggestions from code review | smrobtzz | -1/+12 |
| 2025-05-05 | Use more accurate ELF flags on MIPS | Sam Roberts | -25/+30 |
| 2025-05-05 | Rename Instance::new to Instance::new_raw and add a note that it is raw | Michael Goulet | -2/+2 |