about summary refs log tree commit diff
path: root/src/test/run-pass/packed-struct-generic-size.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-52/+0
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-3/+30
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
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
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-02-02Update/delete tests using @[].Huon Wilson-2/+2
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-5/+5
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-04-10testsuite: tests for #[packed] structs.Huon Wilson-0/+25