| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -1/+1 | |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -39/+39 | |
| this has been replaced by `for` | ||||
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -39/+39 | |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -1/+1 | |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -0/+775 | |
| This is preparation for removing `@fn`. This does *not* use default methods yet, because I don't know whether they work. If they do, a forthcoming PR will use them. This also changes the precedence of `as`. | ||||
