aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/size-and-align.rs
Commit message (Collapse)AuthorAgeFilesLines
* Un-XFAIL a few recently passing tests.Graydon Hoare2011-04-191-1/+0
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Bind pattern slots with ?, drop parens from 0-ary tag constructors, ↵Graydon Hoare2010-09-201-4/+4
| | | | translate 0-ary constructors as constants. Rustc loses ~300kb.
* Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵Graydon Hoare2010-09-091-1/+4
| | | | work, possibly a little bumpy. Changes a lot.
* A little tidy-up that should have gone in with ↵Roy Frostig2010-08-121-3/+0
| | | | 4e376852e709844d67f94430d9dc954d5be722b4.
* Fix max_sz bug that ended up causing us to index incorrectly into a vec of ↵Roy Frostig2010-08-121-0/+18
tag types. Add a testcase.