| Age | Commit message (Expand) | Author | Lines |
| 2021-08-30 | rustc_target: remove `LayoutOf` bound from `TyAbiInterface`. | Eduard-Mihai Burtescu | -24/+30 |
| 2021-08-30 | rustc_target: `TyAndLayout::field` should never error. | Eduard-Mihai Burtescu | -48/+53 |
| 2021-08-27 | rustc_target: require `TyAbiInterface` in `LayoutOf`. | Eduard-Mihai Burtescu | -0/+14 |
| 2021-08-27 | rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`. | Eduard-Mihai Burtescu | -4/+8 |
| 2021-08-27 | rustc_target: add lifetime parameter to `LayoutOf`. | Eduard-Mihai Burtescu | -13/+9 |
| 2021-08-27 | Auto merge of #88326 - eddyb:inline-ty-layout-methods, r=oli-obk | bors | -0/+10 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -2/+4 |
| 2021-08-26 | `#[inline]` non-generic `pub fn`s in `rustc_target::abi` and `ty::layout`. | Eduard-Mihai Burtescu | -0/+10 |
| 2021-08-26 | Auto merge of #88308 - eddyb:cooked-layouts, r=nagisa | bors | -75/+33 |
| 2021-08-26 | review | lcnr | -2/+2 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -2/+4 |
| 2021-08-25 | Auto merge of #85499 - jackh726:assoc-type-norm-rebase, r=nikomatsakis | bors | -2/+1 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -2/+1 |
| 2021-08-25 | Auto merge of #88242 - bonega:allocation_range, r=oli-obk | bors | -16/+23 |
| 2021-08-24 | Morph `layout_raw` query into `layout_of`. | Eduard-Mihai Burtescu | -75/+33 |
| 2021-08-23 | add `with_start` and `with_end` | Andreas Liljeqvist | -5/+3 |
| 2021-08-23 | Rename to WrappingRange | Andreas Liljeqvist | -8/+8 |
| 2021-08-23 | implement contains_zero method | Andreas Liljeqvist | -4/+2 |
| 2021-08-23 | remove commented code | Andreas Liljeqvist | -4/+0 |
| 2021-08-22 | Use custom wrap-around type instead of Range | Andreas Liljeqvist | -14/+29 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -2/+2 |
| 2021-08-12 | Add c_enum_min_bits to target spec | Manish Goregaokar | -16/+8 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -1/+0 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -66/+115 |
| 2021-07-25 | ignore comments in tidy-filelength | ibraheemdev | -1/+0 |
| 2021-07-16 | Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakis | bors | -1/+2 |
| 2021-07-15 | Layout error instead of an ICE for packed and aligned types | Tomasz Miąsko | -2/+7 |
| 2021-07-13 | Conditionally call normalize_erasing_regions only if polymorhization is enabled | jackh726 | -1/+2 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -1/+1 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -1/+1 |
| 2021-06-18 | Fix ICE with `#[repr(simd)]` on enum | Fabian Wolff | -0/+9 |
| 2021-06-07 | Rollup merge of #84262 - camelid:sized-ice, r=estebank | Yuki Okushi | -1/+8 |
| 2021-05-23 | const-eval: disallow unwinding across functions that `!fn_can_unwind()` | hyd-dev | -34/+41 |
| 2021-04-13 | Fix ICE during type layout when there's a `[type error]` | Camelid | -1/+8 |
| 2021-04-08 | rustc: Add a new `wasm` ABI | Alex Crichton | -0/+2 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -15/+37 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -3/+3 |
| 2021-03-21 | Don't compute optimized PointerKind for unoptimized builds | Nikita Popov | -17/+24 |
| 2021-03-21 | Don't consider !Unpin references as noalias | Nikita Popov | -3/+12 |
| 2021-03-21 | Move decision aboute noalias into codegen_llvm | Nikita Popov | -20/+11 |
| 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 |