| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-09-27 | Auto merge of #71274 - RalfJung:raw-init-check-aggregate, r=petrochenkov | bors | -4/+19 | |
| might_permit_raw_init: also check aggregate fields This is the next step for https://github.com/rust-lang/rust/issues/66151: when doing `mem::zeroed`/`mem::uninitialized`, also recursively check fields of aggregates (except for arrays) for whether they permit zero/uninit initialization. | ||||
| 2020-09-26 | Return values up to 128 bits in registers | Jonas Schievink | -0/+12 | |
| 2020-09-26 | might_permit_raw_init: also check aggregate fields | Ralf Jung | -4/+19 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+3676 | |
