| Age | Commit message (Expand) | Author | Lines |
| 2024-10-29 | cg_gcc: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -3/+3 |
| 2024-10-19 | Fix tests | Michael Goulet | -4/+8 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+3 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -2/+2 |
| 2024-09-27 | Fmt | Guillaume Gomez | -2/+1 |
| 2024-09-27 | Merge commit '3187d32079b817522cc17413ec9185b130daf693' into subtree-update | Guillaume Gomez | -172/+651 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -254/+244 |
| 2024-09-17 | Rename supertraits of `CodegenMethods`. | Nicholas Nethercote | -3/+3 |
| 2024-09-17 | Rename `{ArgAbi,IntrinsicCall}Methods`. | Nicholas Nethercote | -3/+3 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -18/+7 |
| 2024-08-13 | simd_shuffle intrinsic: allow argument to be passed as vector (not just as ar... | Ralf Jung | -7/+12 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+3 |
| 2024-07-10 | Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master | Guillaume Gomez | -66/+248 |
| 2024-05-22 | Stop using `to_hir_binop` in codegen | Scott McMurray | -6/+7 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -8/+4 |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -2/+2 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -3/+3 |
| 2024-04-11 | use [N x i8] for alloca types | Erik Desjardins | -3/+3 |
| 2024-04-11 | Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fields | Scott McMurray | -3/+8 |
| 2024-04-11 | Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR... | Scott McMurray | -6/+6 |
| 2024-03-23 | CFI: Use Instance at callsites | Matthew Maurer | -5/+6 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -12/+12 |
| 2024-03-05 | Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c... | Guillaume Gomez | -718/+1164 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -2/+2 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -3/+0 |
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -2/+2 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -8/+10 |
| 2024-01-23 | Further Implement `is_val_statically_known` | Nicholas Thompson | -0/+6 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 2023-10-26 | Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c... | Antoni Boucher | -96/+1530 |
| 2023-10-09 | Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_c... | Antoni Boucher | -10/+128 |
| 2023-09-15 | fix gcc, cranelift build | Ralf Jung | -4/+4 |
| 2023-09-15 | clarify PassMode::Indirect as well | Ralf Jung | -2/+2 |
| 2023-08-06 | Apply suggestions from code review | scottmcm | -0/+1 |
| 2023-08-06 | Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly | Scott McMurray | -0/+14 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -195/+250 |
| 2023-07-29 | cg_ssa: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -1/+1 |
| 2023-07-20 | UPDATE - replace expected_simd error with one from codegen_ssa | Jhonny Bill Mena | -27/+15 |
| 2023-07-19 | UPDATE - replace gcc monomorphization errors with ssa ones | Jhonny Bill Mena | -41/+42 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -4/+4 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -5/+5 |
| 2023-06-19 | Merge commit '1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6' into sync-cg_gcc-2023... | Antoni Boucher | -171/+59 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -7/+7 |
| 2023-03-07 | Rollup merge of #108783 - antoyo:sync-cg_gcc-2023-03-04, r=cjgillot | Matthias Krüger | -461/+3774 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+2 |
| 2023-03-05 | Merge commit '08a6d6e16b5efe217123e780398969946266268f' into sync-cg_gcc-2023... | Antoni Boucher | -461/+3774 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -174/+233 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+2 |
| 2022-10-01 | Merge apply_attrs_callsite into call and invoke | bjorn3 | -4/+4 |
| 2022-09-24 | remove comment | Ellis Hoag | -1/+0 |