| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2526/+0 |
| 2020-06-09 | [AVR] Update ABI type classification logic to match the the AVR-Clang ABI | Dylan McKay | -5/+31 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+37 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -1/+8 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -12/+12 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -12/+12 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -0/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -13/+8 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -113/+113 |
| 2020-03-06 | fix various typos | Matthias Krüger | -3/+3 |
| 2020-02-08 | Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb | bors | -15/+330 |
| 2020-02-08 | rustc_target: treat enum variants like union members, in call ABIs. | Eduard-Mihai Burtescu | -9/+43 |
| 2020-02-08 | rustc_target: switch homogeneous_aggregate to returning Result. | Eduard-Mihai Burtescu | -67/+86 |
| 2020-02-04 | Implement proper C ABI lowering for RISC-V | msizanoen1 | -15/+330 |
| 2019-12-25 | tidy: change msdn links to newer locations | Lzu Tao | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -342/+336 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -5/+5 |
| 2019-12-06 | Use `to_option` in various places | varkor | -37/+5 |
| 2019-12-03 | rustc_target: add abi::call::Conv::Rust distinct from Conv::C. | Eduard-Mihai Burtescu | -0/+5 |
| 2019-11-25 | review feedback: comments and spacing | Ralf Jung | -1/+2 |
| 2019-11-22 | remove the 'dereferenceable' attribute from Box | Ralf Jung | -0/+1 |
| 2019-11-09 | Rollup merge of #66050 - smaeul:patch/powerpc-abi-2, r=eddyb | Mazdak Farrokhzad | -32/+11 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-11-05 | Fix C aggregate-passing ABI on powerpc | Samuel Holland | -32/+11 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -185/+185 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -62/+77 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -77/+62 |
| 2019-10-04 | Add C ABI for wasm-bindgen compat | Thomas Lively | -0/+30 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -10/+28 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -62/+29 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -12/+4 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-05 | rustc_target: avoid negative register counts in the SysV x86_64 ABI. | Eduard-Mihai Burtescu | -9/+24 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -2/+2 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -4/+15 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -6/+6 |
| 2019-02-08 | librustc_target => 2018 | Taiki Endo | -79/+79 |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -19/+72 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -210/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -30/+30 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -7/+7 |
| 2018-11-15 | Use the ELFv2 ABI on powerpc64 musl | Samuel Holland | -5/+10 |
| 2018-11-15 | Fix powerpc64 ELFv2 big-endian struct-passing ABI | Samuel Holland | -17/+12 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -49/+49 |
| 2018-08-20 | AMDGPU call abi info. | Richard Diamond | -0/+44 |
| 2018-08-19 | Integrate PassMode::UnsizedIndirect into PassMode::Indirect. | Masaki Hara | -29/+23 |
| 2018-08-19 | Implement simple codegen for unsized rvalues. | Masaki Hara | -0/+29 |