| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Un-XFAIL a few recently passing tests. | Graydon Hoare | 2011-04-19 | 1 | -1/+0 |
| | | |||||
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 1 | -0/+1 |
| | | |||||
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, ↵ | Graydon Hoare | 2010-09-20 | 1 | -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 Hoare | 2010-09-09 | 1 | -1/+4 |
| | | | | | work, possibly a little bumpy. Changes a lot. | ||||
| * | A little tidy-up that should have gone in with ↵ | Roy Frostig | 2010-08-12 | 1 | -3/+0 |
| | | | | | 4e376852e709844d67f94430d9dc954d5be722b4. | ||||
| * | Fix max_sz bug that ended up causing us to index incorrectly into a vec of ↵ | Roy Frostig | 2010-08-12 | 1 | -0/+18 |
| tag types. Add a testcase. | |||||