about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-4/+4
2014-04-23auto merge of #13692 : vadimcn/rust/Win64-pre, r=alexcrichtonbors-14/+2
2014-04-22Fixed Win64 buildVadim Chugunov-14/+2
2014-04-22native: Unlink unix socket paths on dropAlex Crichton-0/+16
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-1/+18
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-40/+46
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-18/+15
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-7/+7
2014-04-15std: Impl Deref/DerefMut for a borrowed taskAlex Crichton-4/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-24/+24
2014-04-12auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brsonbors-21/+20
2014-04-11auto merge of #13458 : huonw/rust/doc-signatures, r=alexcrichtonbors-16/+29
2014-04-11Add more type signatures to the docs; tweak a few of them.Huon Wilson-16/+29
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-15/+15
2014-04-10std: Make std::comm return types consistentAlex Crichton-21/+20
2014-04-10rustc: Don't allow priv use to shadow pub useAlex Crichton-1/+0
2014-04-10std,native,green,rustuv: make readdir return `Vec`.Huon Wilson-2/+2
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-7/+8
2014-04-08auto merge of #13399 : SimonSapin/rust/patch-8, r=cmrbors-1/+1
2014-04-08Update an obsolete comment about conditionsSimon Sapin-1/+1
2014-04-08Fix spelling errors in comments.Joseph Crail-4/+4
2014-04-08std: User a smaller stdin buffer on windowsAlex Crichton-1/+9
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-07auto merge of #13354 : alexcrichton/rust/fixup-some-signals, r=sfacklerbors-10/+9
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-108/+109
2014-04-06De-~[] IO utilsSteven Fackler-6/+6
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-33/+34
2014-04-06De-~[] Reader and WriterSteven Fackler-71/+71
2014-04-05std: Fix a doc example on io::signalAlex Crichton-10/+9
2014-04-04Fix fallout from std::libc separationCorey Richardson-3/+6
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-1/+1
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-1/+85
2014-04-01rand: bubble up IO messages futher.Huon Wilson-1/+1
2014-04-01std: migrate the errno -> IoError converter from libnative.Huon Wilson-0/+84
2014-03-31std: Switch field privacy as necessaryAlex Crichton-110/+106
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-28syntax: Accept meta matchers in macrosAlex Crichton-3/+3
2014-03-28native: Use WNOHANG before signalingAlex Crichton-3/+26
2014-03-27Fix fallout of removing default boundsAlex Crichton-28/+36
2014-03-25std: Touch various I/O documentation blocksAlex Crichton-4/+30
2014-03-25libstd: Document the following modules:Patrick Walton-14/+128
2014-03-24comm: Implement synchronous channelsAlex Crichton-2/+2
2014-03-24auto merge of #13049 : alexcrichton/rust/io-fill, r=huonwbors-7/+38
2014-03-23auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonwbors-2/+2
2014-03-23This commit cleans up a few test warningsSteven Stewart-Gallus-2/+2
2014-03-22Some cleanup in std::io::bufferedSteven Fackler-15/+24
2014-03-22std: Add an I/O reader method to fill a bufferAlex Crichton-7/+38
2014-03-22auto merge of #12907 : alexcrichton/rust/issue-12892, r=brsonbors-18/+19
2014-03-20std: Implement Clone/TotalEq for ProcessExitAlex Crichton-1/+2