about summary refs log tree commit diff
path: root/src/test/run-pass/packed-struct-size-xc.rs
AgeCommit message (Collapse)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-29/+0
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-1/+10
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
This commit removes pretty-expanded from all tests that wind up calling panic! one way or another now that its internals are unstable.
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-06Fix cross-crate packed structsSeo Sanghyeon-0/+8