| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| Ignore ZST offsets when deciding whether to use Scalar/ScalarPair layout This is important because Scalar/ScalarPair layout previously would not be used if any ZST had nonzero offset. For example, before this change, only `((), u128)` would be laid out like `u128`, not `(u128, ())`. Fixes #63244 | ||||
| 2020-09-20 | do not ICE on `ty::Bound` in Layout::compute | Bastian Kauschke | -2/+2 | |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -14/+16 | |
| 2020-09-02 | Fix some unwanted uses of Debug formatting on user-facing messages | Dan Aloni | -2/+2 | |
| While formatting for user diagnostics used `Display` for all most cases, some small amount of cases used `Debug` instead. Until now, `Display` and `Debug` yielded the same output for many types. However, with path trimming, we want to show a shorter path for the user, these cases need fixing. | ||||
| 2020-08-30 | ignore zst offsets instead | Erik Desjardins | -78/+53 | |
| 2020-08-30 | allow reordering of the last field of a MaybeUnsized struct if it's a ZST | Erik Desjardins | -6/+13 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+2829 | |
