| Age | Commit message (Expand) | Author | Lines |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -0/+5 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -9/+46 |
| 2022-04-19 | Fix a bug in the ptx-kernel calling convention where structs was passed indir... | Kjetil Kjeka | -9/+46 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -20/+18 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 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-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/+4 |
| 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-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-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -12/+12 |
| 2021-08-30 | rustc_target: remove `LayoutOf` bound from `TyAbiInterface`. | Eduard-Mihai Burtescu | -56/+49 |
| 2021-08-27 | rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`. | Eduard-Mihai Burtescu | -54/+54 |
| 2021-08-27 | rustc_target: add lifetime parameter to `LayoutOf`. | Eduard-Mihai Burtescu | -67/+57 |
| 2021-06-23 | Point to the updated version of some dead links | Smitty | -1/+1 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -4/+4 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -1/+1 |
| 2021-05-29 | BPF: abi: extend args/ret to 32 bits | Alessandro Decina | -3/+3 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -1/+1 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+33 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -97/+35 |
| 2021-04-04 | wasm64 | Gus Caplan | -0/+60 |
| 2021-03-21 | Move decision aboute noalias into codegen_llvm | Nikita Popov | -1/+4 |
| 2021-02-28 | Explicitly mark x86-interrupt ABI argument as byval | Nikita Popov | -0/+7 |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -0/+1 |
| 2021-02-02 | Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn | Jack Huey | -30/+3 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -1/+1 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+1 |
| 2021-01-30 | Consider Scalar to be a bool only if its unsigned | Simonas Kazlauskas | -1/+6 |
| 2021-01-27 | Fix ARM and AArch64 calling convention for passing small composite types | Amanieu d'Antras | -30/+3 |
| 2021-01-26 | Use PassMode::Direct for Abi::Aggregate by default | bjorn3 | -2/+2 |
| 2021-01-26 | Revert "Wasm-bindgen abi compat using cast_to" | bjorn3 | -48/+8 |
| 2021-01-26 | Wasm-bindgen abi compat using cast_to | bjorn3 | -8/+48 |
| 2021-01-26 | Revert "Share wasm-bindgen compat abi selection code" | bjorn3 | -16/+4 |
| 2021-01-25 | Share wasm-bindgen compat abi selection code | bjorn3 | -4/+16 |
| 2021-01-23 | Add some comments to PassMode | bjorn3 | -0/+6 |
| 2021-01-23 | Never create an temporary PassMode::Direct when it is not a valid pass mode f... | bjorn3 | -17/+31 |