about summary refs log tree commit diff
path: root/src/libstd/sys/windows/tty.rs
AgeCommit message (Expand)AuthorLines
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+2
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+1
2015-02-24Revert a wrong replace of "fail" to "panic"Tobias Bucher-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-4/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-3/+3
2015-01-06Implement TTY::get_winsize for WindowsPeter Atashian-7/+9
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-9/+10
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-3/+5
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-1/+2
2014-12-30Fallout from stabilizationAaron Turon-1/+2
2014-12-30std: Re-enable at_exit()Alex Crichton-5/+3
2014-12-29Test fixes and rebase conflictsAlex Crichton-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-3/+3
2014-11-08Runtime removal: refactor ttyAaron Turon-0/+166