| Age | Commit message (Expand) | Author | Lines |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+3 |
| 2024-10-10 | Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiser | Matthias Krüger | -80/+5 |
| 2024-10-08 | cg_gcc: Factor out rustc_target::abi | Jubilee Young | -8/+12 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -3/+3 |
| 2024-10-01 | Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgr | bors | -3/+10 |
| 2024-10-01 | Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=Amanieu | Guillaume Gomez | -0/+8 |
| 2024-10-01 | Replace -Z default-hidden-visibility with -Z default-visibility | David Lattimore | -3/+10 |
| 2024-09-27 | Fmt | Guillaume Gomez | -3/+2 |
| 2024-09-27 | Merge commit '3187d32079b817522cc17413ec9185b130daf693' into subtree-update | Guillaume Gomez | -365/+943 |
| 2024-09-24 | codegen_ssa: consolidate tied feature checking | David Wood | -80/+5 |
| 2024-09-24 | Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic | bors | -0/+2 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -2/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -297/+286 |
| 2024-09-21 | Support clobber_abi and vector/access registers (clobber-only) in s390x inlin... | Taiki Endo | -0/+8 |
| 2024-09-19 | Reorder `ConstMethods`. | Nicholas Nethercote | -16/+16 |
| 2024-09-19 | replace some deprecated functions | Luv-Ray | -0/+2 |
| 2024-09-17 | Use associative type defaults in `{Layout,FnAbi}OfHelpers`. | Nicholas Nethercote | -11/+1 |
| 2024-09-17 | Rename supertraits of `CodegenMethods`. | Nicholas Nethercote | -27/+35 |
| 2024-09-17 | Rename `{ArgAbi,IntrinsicCall}Methods`. | Nicholas Nethercote | -3/+3 |
| 2024-09-17 | Merge `HasCodegen` into `BuilderMethods`. | Nicholas Nethercote | -6/+4 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -45/+19 |
| 2024-09-13 | Auto merge of #130052 - khuey:clear-dilocation-after-const-emission, r=michae... | bors | -0/+4 |
| 2024-09-09 | Rollup merge of #129981 - nnethercote:rm-serialize_bitcode, r=antoyo,tmiasko | Jubilee | -3/+1 |
| 2024-09-09 | Remove `serialized_bitcode` from `LtoModuleCodegen`. | Nicholas Nethercote | -3/+1 |
| 2024-09-06 | Don't leave debug locations for constants sitting on the builder indefinitely. | Kyle Huey | -0/+4 |
| 2024-09-02 | Use sysroot crates maximally in `rustc_codegen_gcc`. | Nicholas Nethercote | -188/+8 |
| 2024-08-27 | Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubilee | Trevor Gross | -21/+42 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+1 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -9/+6 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -3/+2 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -9/+6 |
| 2024-08-13 | Rollup merge of #128841 - lqd:rustc-args, r=onur-ozkan | Matthias Krüger | -2/+2 |
| 2024-08-13 | make the GCC backend compatible with vector shuffle indices | Ralf Jung | -14/+30 |
| 2024-08-13 | simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar... | Ralf Jung | -7/+12 |
| 2024-08-12 | rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args` | Rémy Rakic | -2/+2 |
| 2024-08-12 | Rollup merge of #128537 - Jamesbarford:118980-const-vector, r=RalfJung,nikic | Guillaume Gomez | -0/+5 |
| 2024-08-12 | Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee | Guillaume Gomez | -0/+2 |
| 2024-08-10 | Fixes in various places | Nadrieril | -0/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -3/+2 |
| 2024-08-08 | Update compiler-builtins version to 0.1.118 | Guillaume Gomez | -4/+2 |
| 2024-08-08 | const vector passed to codegen | James Barford-Evans | -0/+5 |
| 2024-08-07 | Rollup merge of #128221 - calebzulawski:implied-target-features, r=Amanieu | Matthias Krüger | -4/+4 |
| 2024-08-07 | Hide implicit target features from diagnostics when possible | Caleb Zulawski | -1/+1 |
| 2024-08-07 | Refactor and fill out target feature lists | Caleb Zulawski | -3/+3 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -0/+2 |
| 2024-07-30 | Move computation of decorated names out of the create_dll_import_lib method | bjorn3 | -2/+1 |
| 2024-07-30 | Move temp file name generation out of the create_dll_import_lib method | bjorn3 | -4/+3 |
| 2024-07-29 | Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 | bors | -1/+8 |
| 2024-07-28 | Update compiler_builtins to 0.1.114 | Nicholas Bishop | -1/+8 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -80/+69 |