summary refs log tree commit diff
path: root/src/test/run-pass/packed-struct-vec.rs
AgeCommit message (Expand)AuthorLines
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-2/+2
2013-09-25Fix run-pass tests to have 'pub fn main'Alex Crichton-1/+1
2013-09-16Ignore failing tests on AndroidSeo Sanghyeon-0/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-04-10testsuite: tests for #[packed] structs.Huon Wilson-0/+30