| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no ↵ | Oli Scherer | -2/+2 | |
| actual changes in behaviour This makes `type_alias_impl_trait` not actually do anything anymore | ||||
| 2021-02-22 | Test hexagon-enum only when llvm target is present | Simonas Kazlauskas | -5/+6 | |
| See https://github.com/rust-lang/rust/pull/82379#issuecomment-783439754 | ||||
| 2021-02-22 | Fix sizes of repr(C) enums on hexagon | Simonas Kazlauskas | -0/+475 | |
| Enums on hexagon use a smallest size (but at least 1 byte) that fits all the enumeration values. This is unlike many other ABIs where enums are at least 32 bits. | ||||
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -0/+13 | |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -6/+6 | |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -3/+1 | |
| 2020-04-06 | tweak rustc_layout debug output | Ralf Jung | -10/+10 | |
| 2020-04-05 | also print type type | Ralf Jung | -5/+5 | |
| 2020-04-05 | also print rustc_layout on impl trait type aliases | Ralf Jung | -2/+41 | |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -8/+8 | |
| 2020-03-21 | normalize away preferred alignment | Ralf Jung | -28/+13 | |
| 2020-03-20 | make rustc_layout also work for type definitions | Ralf Jung | -6/+228 | |
| 2020-03-20 | add a test for rustc_layout(debug) | Ralf Jung | -0/+127 | |
| 2020-02-10 | Add `repr(no_niche)` to `UnsafeCell`. Fix #68303. | Felix S. Klock II | -0/+32 | |
| 2020-02-08 | rustc_target: switch homogeneous_aggregate to returning Result. | Eduard-Mihai Burtescu | -22/+22 | |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 | |
| 2019-07-12 | Regression test for issue 60431. | Felix S. Klock II | -0/+35 | |
| 2019-01-25 | distinguish "no data" from "heterogeneous" for ABI purposes | Niko Matsakis | -0/+276 | |
| Also, add a testing infrastructure and tests that lets us dump layout. | ||||
