| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 1 | -0/+1 |
| | | |||||
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 1 | -2/+6 |
| | | |||||
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, ↵ | Graydon Hoare | 2010-09-20 | 1 | -2/+2 |
| | | | | | 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. | ||||
| * | Modify alt-pattern-drop.rs to also insure the slot bound in the pattern ↵ | Roy Frostig | 2010-08-27 | 1 | -4/+10 |
| | | | | | doesn't also get dropped (again) at the end of the block containing the alt. | ||||
| * | Tiny change to tighten up alt-pattern-drop.rs test. | Roy Frostig | 2010-08-27 | 1 | -1/+1 |
| | | |||||
| * | Have alt-pattern drop the slots it initializes when binding slot patterns. ↵ | Roy Frostig | 2010-08-27 | 1 | -0/+19 |
| Add a testcase for this as well. | |||||