about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-2/+9
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+62
2014-12-27auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-15/+32
2014-12-27Fix falloutNick Cameron-5/+5
2014-12-26Derive Clone, PartialEq, and Eq for std::io::{FileAccess, FileMode}Ivan Petkov-2/+2
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-15/+32
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+13
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-2/+2
2014-12-23Fix some spelling errors.Huon Wilson-5/+5
2014-12-21Fallout of std::str stabilizationAlex Crichton-7/+8
2014-12-21rollup merge of #20077: shepmaster/stdin-typoAlex Crichton-1/+1
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-0/+1
2014-12-21rollup merge of #19932: elszben/masterAlex Crichton-0/+50
2014-12-20Correct typo in doc for StdinReaderGuardJake Goulding-1/+1
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-11/+5
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-49/+19
2014-12-18Delete rest of rustrtAaron Turon-0/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-16/+16
2014-12-18Fix the capture_stderr testAlex Crichton-4/+3
2014-12-18Disable capture_stderr test for nowAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-32/+28
2014-12-18libs: merge librustrt into libstdAaron Turon-4/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-11/+13
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-17rollup merge of #19873: drewm1980/masterAlex Crichton-5/+5
2014-12-17rollup merge of #19869: sfackler/free-stdinAlex Crichton-0/+7
2014-12-17rollup merge of #19859: alexcrichton/flaky-testAlex Crichton-1/+2
2014-12-17Replaced wrapper functions with no_run and as_str().unwrap() with display()elszben-6/+3
2014-12-16Added example to TempDirelszben-0/+53
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-5/+5
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-9/+9
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-5/+5
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-4/+4
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-5/+5
2014-12-14Free stdin on exitSteven Fackler-0/+7
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-9/+9
2014-12-14std: Bind port early to make a test more reliableAlex Crichton-1/+2
2014-12-15auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichtonbors-1/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-114/+117
2014-12-13libstd: use unboxed closuresJorge Aparicio-37/+62
2014-12-13Add `Copy` to bitflags-generated structuresValerii Hiora-1/+0
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-10Fix inappropriate ## headingsSteve Klabnik-4/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+43
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-59/+56
2014-12-07Fix syntax error on android testsJorge Aparicio-2/+2
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-19/+19
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-40/+37