summary refs log tree commit diff
path: root/src/libnative/io/tty_windows.rs
AgeCommit message (Collapse)AuthorLines
2014-09-30librustc: 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-16Fallout from renamingAaron Turon-2/+2
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-0/+158