about summary refs log tree commit diff
path: root/src/test/run-pass/packed-tuple-struct-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-87/+0
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-14/+54
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-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-3/+2
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-5/+5
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-2/+3
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-9/+9
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/+44