about summary refs log tree commit diff
path: root/src/test/run-pass/packed-struct-borrow-element.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-45/+0
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-2/+23
2018-03-16ci: Disable optimized tests for asm.jsAlex Crichton-0/+1
2017-11-26make accesses to fields of packed structs unsafeAriel Ben-Yehuda-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-1/+1
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-04-10testsuite: tests for #[packed] structs.Huon Wilson-0/+22