| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -1/+1 | |
| This breaks code that looks like: match foo { 1..3 => { ... } } Instead, write: match foo { 1...3 => { ... } } Closes #17295. [breaking-change] | ||||
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 | |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 | |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -0/+158 | |
