| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -9/+78 |
| 2022-04-19 | Fix a bug in the ptx-kernel calling convention where structs was passed indir... | Kjetil Kjeka | -9/+78 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+1 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -40/+98 |
| 2022-03-31 | Auto merge of #95456 - RalfJung:size, r=oli-obk | bors | -16/+7 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-29 | allow large Size again | Ralf Jung | -16/+7 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -11/+65 |
| 2022-02-21 | formatting fixes | Petr Sumbera | -8/+2 |
| 2022-02-21 | more complete sparc64 ABI fix for aggregates with floating point members | Petr Sumbera | -101/+183 |
| 2022-02-19 | Adopt let else in more places | est31 | -6/+3 |
| 2022-02-13 | Auto merge of #93670 - erikdesjardins:noundef, r=nikic | bors | -1/+6 |
| 2022-02-09 | Make FnAbiError Copy. | Camille GILLOT | -3/+7 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -9/+11 |
| 2022-02-05 | Apply noundef attribute to &T, &mut T, Box<T>, bool | Erik Desjardins | -1/+6 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -9/+11 |
| 2021-12-17 | Eliminate duplicate codes of is_single_fp_element | lzh | -40/+22 |
| 2021-12-01 | fix sparc64 ABI for aggregates with floating point members | Petr Sumbera | -47/+133 |
| 2021-11-05 | Update LLVM comments around NoAliasMutRef | Josh Stone | -2/+4 |
| 2021-10-19 | Fix issue 90038 | Gary Guo | -1/+1 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -0/+32 |
| 2021-09-18 | Querify `fn_abi_of_{fn_ptr,instance}`. | Eduard-Mihai Burtescu | -0/+1 |
| 2021-09-18 | ty::layout: intern `FnAbi`s as `&'tcx`. | Eduard-Mihai Burtescu | -11/+11 |
| 2021-09-18 | ty::layout: propagate errors up to (but not out of) `FnAbi::of_*`. | Eduard-Mihai Burtescu | -2/+25 |
| 2021-09-18 | rustc_target: `adjust_for_cabi` -> `adjust_for_foreign_abi`. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-09-17 | compiler/rustc_target: Add support for m68k-linux-gnu | John Paul Adrian Glaubitz | -0/+32 |
| 2021-09-13 | enum niche allocation grows toward zero if possible | Andreas Liljeqvist | -9/+43 |
| 2021-09-09 | bugfix | Andreas Liljeqvist | -1/+1 |