| Age | Commit message (Expand) | Author | Lines |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -15/+19 |
| 2023-12-12 | Fix alignment passed down to LLVM for simd_masked_load | Jakub Okoński | -1/+1 |
| 2023-12-11 | Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubilee | bors | -1/+8 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+192 |
| 2023-12-02 | Implement repr(packed) for repr(simd) | Caleb Zulawski | -1/+8 |
| 2023-10-31 | Merge simd size and type extraction into checking whether a type is simd, as ... | Oli Scherer | -48/+26 |
| 2023-10-31 | Simplify all `require_simd` invocations by moving all of the shared invocatio... | Oli Scherer | -37/+19 |
| 2023-10-31 | don't use the moral equivalent of `assert!(false, "foo")` | Oli Scherer | -33/+22 |
| 2023-09-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -2/+55 |
| 2023-09-15 | explain PassMode::Cast | 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/+9 |
| 2023-08-03 | Forbid old-style `simd_shuffleN` intrinsics | Oli Scherer | -21/+13 |
| 2023-08-01 | Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3 | bors | -152/+75 |
| 2023-07-31 | Auto merge of #114266 - calebzulawski:simd-bswap, r=compiler-errors | bors | -11/+10 |
| 2023-07-30 | Fix simd_bswap for i8/u8 | Caleb Zulawski | -11/+10 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -9/+9 |
| 2023-07-29 | cg_llvm: simplify llvm.masked.gather/scatter naming with opaque pointers | Erik Desjardins | -105/+47 |
| 2023-07-29 | cg_llvm: remove pointee types and pointercast/bitcast-of-ptr | Erik Desjardins | -50/+31 |
| 2023-07-28 | Use i1 instead of bool | Caleb Zulawski | -2/+9 |
| 2023-07-27 | Add SIMD bitreverse, ctlz, cttz intrinsics | Caleb Zulawski | -7/+25 |
| 2023-07-27 | Add simd_bswap intrinsic | Caleb Zulawski | -0/+22 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -3/+3 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -15/+21 |
| 2023-06-07 | fix comment (review change) | Jan-Mirko Otter | -1/+1 |
| 2023-06-07 | wasm exception handling | Jan-Mirko Otter | -1/+77 |
| 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 |