| Age | Commit message (Expand) | Author | Lines |
| 2021-03-09 | address pr review comments | katelyn a. martin | -1/+19 |
| 2021-03-09 | implement unwinding abi's (RFC 2945) | katelyn a. martin | -12/+17 |
| 2021-03-09 | rustc_target: add "unwind" payloads to `Abi` | katelyn a. martin | -4/+4 |
| 2021-03-02 | Revert non-power-of-two vector restriction | Erin Power | -5/+0 |
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -6/+7 |
| 2021-02-23 | yeet | Ellen | -6/+7 |
| 2021-02-22 | Fix sizes of repr(C) enums on hexagon | Simonas Kazlauskas | -0/+1 |
| 2021-02-07 | Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisa | bors | -0/+19 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+1 |
| 2021-01-28 | Auto merge of #81388 - bjorn3:wasm_bindgen_fix, r=nikomatsakis | bors | -4/+3 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -11/+34 |
| 2021-01-26 | Use PassMode::Direct for Abi::Aggregate by default | bjorn3 | -4/+3 |
| 2021-01-26 | Revert "Wasm-bindgen abi compat using cast_to" | bjorn3 | -1/+1 |
| 2021-01-26 | Wasm-bindgen abi compat using cast_to | bjorn3 | -1/+1 |
| 2021-01-26 | Revert "Fix abi for wasm-bindgen" | bjorn3 | -8/+0 |
| 2021-01-26 | Revert "Share wasm-bindgen compat abi selection code" | bjorn3 | -1/+1 |
| 2021-01-25 | Share wasm-bindgen compat abi selection code | bjorn3 | -1/+1 |
| 2021-01-25 | Fix abi for wasm-bindgen | bjorn3 | -0/+8 |
| 2021-01-23 | Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve... | Caleb Zulawski | -3/+15 |
| 2021-01-23 | Fix review comments | bjorn3 | -7/+6 |
| 2021-01-23 | Never create an temporary PassMode::Direct when it is not a valid pass mode f... | bjorn3 | -33/+15 |
| 2021-01-23 | Move some code around | bjorn3 | -55/+76 |
| 2021-01-23 | Use PassMode::Pair by default for Abi::ScalarPair for all abi's and in return... | bjorn3 | -16/+13 |
| 2021-01-18 | Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in... | LeSeulArtichaut | -11/+34 |
| 2021-01-14 | Don't ICE when computing a layout of a generator tainted by errors | Tomasz Miąsko | -2/+4 |
| 2021-01-03 | Implement floating point SIMD intrinsics over all vector widths, and limit SI... | Caleb Zulawski | -0/+7 |
| 2020-12-29 | don't redundantly repeat field names | Matthias Krüger | -1/+1 |
| 2020-12-18 | Make BoundRegion have a kind of BoungRegionKind | Jack Huey | -1/+2 |
| 2020-12-02 | Auto merge of #79547 - erikdesjardins:byval, r=nagisa | bors | -6/+6 |
| 2020-11-29 | Pass arguments up to 2*usize by value | Erik Desjardins | -6/+6 |
| 2020-11-29 | Be cautious of calling upvar_tys before mir | Aman Arora | -99/+129 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -18/+91 |
| 2020-11-21 | Replace sext() and zext() with single ext() method | bjorn3 | -2/+2 |
| 2020-11-21 | Remove StructRet arg attr | bjorn3 | -4/+0 |
| 2020-11-21 | Replace ByVal attribute with on_stack field for Indirect | bjorn3 | -1/+2 |
| 2020-11-21 | Replace ZExt and SExt flags with ArgExtension enum | bjorn3 | -1/+1 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -1/+1 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -1/+1 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -2/+2 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -6/+5 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -1/+1 |
| 2020-11-08 | Support repr(simd) on ADTs containing a single array field | gnzlbg | -18/+91 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -4/+4 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -1/+1 |
| 2020-10-06 | Rollup merge of #76995 - LingMan:middle_matches, r=varkor | Yuki Okushi | -4/+1 |
| 2020-10-02 | Returns values up to 2*usize by value | Jonas Schievink | -2/+3 |
| 2020-09-26 | Return values up to 128 bits in registers | Jonas Schievink | -4/+8 |
| 2020-09-25 | Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb | bors | -65/+47 |
| 2020-09-21 | Reduce boilerplate with the matches! macro | LingMan | -4/+1 |
| 2020-09-20 | do not ICE on `ty::Bound` in Layout::compute | Bastian Kauschke | -2/+2 |