about summary refs log tree commit diff
path: root/src/libstd/old_io/tempfile.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-188/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+4
2015-03-28Remove IteratorExtSteven Fackler-1/+1
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-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+2
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-16impl strJorge Aparicio-0/+1
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-2/+4
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-6/+6
2015-01-29remove unused importsJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-26std: Rename io to old_ioAlex Crichton-0/+182