| Age | Commit message (Expand) | Author | Lines |
| 2023-05-09 | CFI: Fix SIGILL reached via trait objects | Ramon de C Valle | -1/+1 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -12/+16 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -1/+1 |
| 2023-03-07 | Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se... | bors | -0/+2 |
| 2023-02-17 | Use `IntoIterator` for `mk_fn_sig`. | Nicholas Nethercote | -4/+3 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -5/+5 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -1/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2022-12-27 | DELETE - fn span_invalid_monomorphization_error and localize intrinsics macros | Jhonny Bill Mena | -247/+282 |
| 2022-12-27 | UPDATE - migrate fn simd_simple_float_intrinsic error messages | Jhonny Bill Mena | -28/+13 |
| 2022-12-27 | [WIP] UPDATE - migrate intrinsic.rs to new diagnostic infrastructure | Jhonny Bill Mena | -8/+5 |
| 2022-12-22 | Allow building std with cranelift | Joshua Nelson | -1/+1 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+2 |
| 2022-12-03 | Directly return loaded value from type_checked_load | bjorn3 | -1/+3 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -1/+1 |
| 2022-11-08 | prevent uninitialized access in black_box for zero-sized-types | Krasimir Georgiev | -3/+12 |
| 2022-10-01 | Merge apply_attrs_callsite into call and invoke | bjorn3 | -18/+34 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -0/+91 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+1 |
| 2022-08-27 | Check pointer metadata rather than pointee size | Caleb Zulawski | -10/+14 |
| 2022-08-26 | Move `ArgAbi::pad_i32` into `PassMode::Cast`. | Nicholas Nethercote | -2/+2 |
| 2022-08-26 | Box `CastTarget` within `PassMode`. | Nicholas Nethercote | -2/+2 |
| 2022-08-21 | Add pointer masking convenience functions | Maybe Waffle | -0/+1 |
| 2022-08-04 | Require pointers to be sized | Caleb Zulawski | -2/+10 |
| 2022-07-22 | Add simd_cast_ptr, simd_expose_addr, and simd_from_exposed_addr intrinsics | Caleb Zulawski | -0/+79 |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -1/+1 |
| 2022-06-14 | Add llvm.type.checked.load intrinsic | flip1995 | -0/+10 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -2/+2 |
| 2022-05-05 | Allow unused rules in some places in the compiler, library and tools | est31 | -0/+2 |
| 2022-04-12 | add simd_arith_offset intrinsics | Ralf Jung | -0/+21 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -1/+1 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -1/+1 |
| 2022-04-02 | make memcmp return a value of c_int_width instead of i32 | David Morrison | -1/+4 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -7/+7 |
| 2022-02-24 | Introduce Bx::switch_to_block | bjorn3 | -50/+44 |
| 2022-02-20 | Remove build_sibling_block | bjorn3 | -16/+26 |
| 2022-02-19 | Adopt let else in more places | est31 | -6/+4 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -2/+2 |
| 2022-01-24 | Merge add_handler into catch_switch | bjorn3 | -3/+2 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -9/+21 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -2/+1 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -1/+1 |
| 2022-01-04 | Add simd_as intrinsic | Caleb Zulawski | -5/+5 |
| 2022-01-04 | Allow isize/usize in simd_cast | Caleb Zulawski | -4/+16 |
| 2021-12-16 | Remove `in_band_lifetimes` from `rustc_codegen_llvm` | LegionMammal978 | -16/+19 |
| 2021-12-03 | LLVM codgen support for unwinding inline assembly | cynecx | -0/+2 |
| 2021-11-14 | Remove workaround for the forward progress handling in LLVM | Andreas Jonson | -9/+0 |
| 2021-11-10 | Add comment regarding bit order | Caleb Zulawski | -0/+3 |
| 2021-11-06 | Fix off-by-one error uncovered by std::simd tests | Caleb Zulawski | -2/+2 |