about summary refs log tree commit diff
path: root/src/test/run-pass/structs-enums
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-4925/+0
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-0/+3
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-1/+11
2019-06-09Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisabors-1/+0
2019-06-08Move some run-pass attribute tests to uiVadim Petrochenkov-49/+0
2019-06-08Introduce `#[rustc_dummy]` attribute and use it in testsVadim Petrochenkov-25/+20
2019-05-29Update run-pass test suite to use dynmemoryruins-25/+25
2019-05-27Stabilize repr_align_enum in 1.37.0.Mazdak Farrokhzad-1/+0
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+9
2019-05-13Remove bitrig support from rustMarcel Hellwig-9/+0
2019-04-12Stabilize the `alloc` crate.Simon Sapin-3/+0
2019-01-31Add more tests for #[repr(align(x))] on enumsNiklas Fiekas-4/+42
2019-01-30Allow #[repr(align(x))] on enums (#57996)Niklas Fiekas-0/+17
2018-12-25Remove licensesMark Rousskov-1410/+0
2018-12-22Auto merge of #57063 - kennytm:rollup, r=kennytmbors-1/+0
2018-12-21Stabilize #[repr(packed(N))]Taylor Cramer-1/+0
2018-12-16Add test to check order of repr(int) enum fieldsPeter Todd-24/+30
2018-09-27Allow some lints that only fired on 32-bit and/or Windows.Felix S. Klock II-0/+1
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-0/+58
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+6261