| Age | Commit message (Expand) | Author | Lines |
| 2023-02-15 | Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8Ki | Dylan DPC | -46/+2 |
| 2023-01-22 | abi: add `AddressSpace` field to `Primitive::Pointer` | Erik Desjardins | -5/+5 |
| 2023-01-22 | rustc_abi: remove Primitive::{is_float,is_int} | Erik Desjardins | -3/+3 |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -46/+2 |
| 2023-01-06 | Auto merge of #106474 - erikdesjardins:noalias, r=bjorn3 | bors | -6/+1 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -4/+4 |
| 2023-01-04 | cleanup: handle -Zmutable-noalias like -Zbox-noalias | Erik Desjardins | -6/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -4/+4 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -2/+1 |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -2/+2 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2469/+12 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -7/+1087 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -34/+93 |
| 2022-11-19 | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | -0/+28 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -0/+10 |
| 2022-11-11 | Improve generating Custom entry function | Ayush Singh | -0/+28 |
| 2022-11-10 | Rollup merge of #101939 - zhaixiaojuan:loongarch64-abi, r=oli-obk | Manish Goregaokar | -0/+344 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -1/+2 |
| 2022-10-05 | change might_permit_raw_init to fully detect LLVM UB, but not more than that | Ralf Jung | -69/+1 |
| 2022-09-17 | Add loongarch64 abi support | zhaixiaojuan | -0/+344 |
| 2022-09-16 | Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer... | bors | -8/+42 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -26/+37 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -2/+2 |
| 2022-08-26 | Move `ArgAbi::pad_i32` into `PassMode::Cast`. | Nicholas Nethercote | -22/+15 |
| 2022-08-26 | Turn `ArgAbi::pad` into a `bool`. | Nicholas Nethercote | -8/+8 |
| 2022-08-26 | Change `FnAbi::args` to a boxed slice. | Nicholas Nethercote | -25/+25 |
| 2022-08-26 | Change `FnAbi::fixed_count` to a `u32`. | Nicholas Nethercote | -3/+3 |
| 2022-08-26 | Box `CastTarget` within `PassMode`. | Nicholas Nethercote | -5/+5 |
| 2022-08-26 | Add size assertions for `FnAbi` and `ArgAbi`. | Nicholas Nethercote | -0/+10 |
| 2022-08-22 | rustdoc doesn't like bare urls | Wesley Wiser | -1/+1 |
| 2022-08-09 | Remove logic related to deprecated nvptx-nvidia-cuda (32-bit) target | Kjetil Kjeka | -35/+0 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -1/+2 |
| 2022-08-01 | Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister | bors | -5/+7 |
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -6/+7 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -1/+2 |
| 2022-07-26 | Fix vectorcall | Daniel Paoliello | -5/+7 |
| 2022-07-22 | do not mark interior mutable shared refs as dereferenceable | Ralf Jung | -3/+7 |
| 2022-07-22 | rename PointerKind::Shared → SharedMutable to indicate this is NOT the usua... | Ralf Jung | -1/+1 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -23/+15 |
| 2022-07-06 | fix issue 97463 using change suggested by nbdd0121. | Felix S. Klock II | -8/+42 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -0/+5 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -0/+5 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -0/+5 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -2/+3 |
| 2022-06-03 | Remove a couple of unused Encodable and Decodable derives | bjorn3 | -1/+1 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+5 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -12/+47 |
| 2022-05-06 | make Size and Align debug-printing a bit more compact | Ralf Jung | -2/+16 |