| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 | |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 | |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -2/+2 | |
| 2013-02-17 | `pub fn main` for run-pass tests that didn't have it | Jed Davis | -1/+1 | |
| 2013-02-07 | Pad out enum consts to the expected size; makes enums in tuples work. | Jed Davis | -0/+18 | |
| This is wasted space if the const is just an enum, but optimizing that case without breaking everything else is an issue that can be addressed separately. | ||||
