| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove reserved word tests (since reserved words were removed) | Marijn Haverbeke | 2011-05-13 | 1 | -5/+0 |
| | | | | | | | | | Ping me if you disagree, but I think that in a language that's as in-flux as rust currently is, it is silly to try and enforce a single future-compatibility. The reserved words didn't work well with the parser refactor, so I dropped them for the time being. We can, eventually, bring them back as type-only reserved words. | ||||
| * | Fix mistaken replacements in error-pattern comments in tests | Marijn Haverbeke | 2011-05-12 | 1 | -1/+1 |
| | | |||||
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -1/+1 |
| | | | | | This should be a snapshot transition. | ||||
| * | Teach rustc about reserved keywords | Brian Anderson | 2011-02-22 | 1 | -0/+5 |