about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-01-03libsyntax: Fix tests.Patrick Walton-0/+1
2014-01-03libstd: Remove a spurious `@mut` from a disabled testPatrick Walton-2/+3
2014-01-03Add read_to_str and write_{str, line}Alex Crichton-24/+73
2014-01-01auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwaltonbors-0/+2
2014-01-01Don't leave lingering files in doc testsAlex Crichton-0/+2
2013-12-31Implement native UDP I/OAlex Crichton-23/+25
2013-12-28auto merge of #11159 : alexcrichton/rust/native-io, r=pcwaltonbors-74/+197
2013-12-27Implement native TCP I/OAlex Crichton-70/+46
2013-12-27Bring native process bindings up to dateAlex Crichton-5/+151
2013-12-27auto merge of #11098 : erickt/rust/collect, r=alexcrichtonbors-2/+1
2013-12-26std: remove some test warningsErick Tryzelaar-2/+1
2013-12-25Test fixes and rebase conflictsAlex Crichton-3/+4
2013-12-24Test fixes and rebase problemsAlex Crichton-0/+79
2013-12-24rustuv: Get all tests passing again after refactorAlex Crichton-3/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-117/+113
2013-12-24native: Introduce libnativeAlex Crichton-1852/+0
2013-12-24std: Handle prints with literally no contextAlex Crichton-1/+11
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-153/+81
2013-12-24std: Delete rt::testAlex Crichton-590/+583
2013-12-23auto merge of #11022 : spaolacci/rust/0read, r=alexcrichtonbors-3/+31
2013-12-23Fixing more doc testsAlex Crichton-1/+7
2013-12-23std: Fix all code examplesAlex Crichton-4/+20
2013-12-23Add tests for 0-byte read propagation.Sébastien Paolacci-0/+28
2013-12-20auto merge of #10986 : adridu59/rust/patch-new, r=alexcrichtonbors-3/+3
2013-12-20doc: forward-port the conditions tutorial + fixup libstd exampleAdrien Tétar-3/+3
2013-12-20auto merge of #11081 : alexcrichton/rust/comm-adapters, r=huonwbors-2/+5
2013-12-19Get comm_adapters building againAlex Crichton-2/+5
2013-12-20std: silence warnings when compiling test.Huon Wilson-11/+4
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-6/+7
2013-12-17auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichtonbors-1/+1
2013-12-17Handle ENOENTCadence Marseille-1/+1
2013-12-16Test fallout from std::comm rewriteAlex Crichton-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-182/+117
2013-12-16Make BufferedReader propagate 0-byte long reads.Sébastien Paolacci-3/+3
2013-12-15auto merge of #10984 : huonw/rust/clean-raw, r=cmrbors-17/+15
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-3/+3
2013-12-15Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.Huon Wilson-5/+5
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-9/+7
2013-12-15std: fix spelling in docs.Huon Wilson-14/+14
2013-12-13auto merge of #10895 : sfackler/rust/io-util, r=alexcrichtonbors-0/+298
2013-12-11Add std::io::utilSteven Fackler-0/+298
2013-12-11Make 'self lifetime illegal.Erik Price-26/+26
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-52/+136
2013-12-10libstd: Remove `Cell` from the library.Patrick Walton-1/+1
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-131/+128
2013-12-10librustpkg: Make `io::ignore_io_error()` use RAII; remove a few morePatrick Walton-2/+3
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-93/+45
2013-12-10Implement PortReader and ChanWriterRaphael Speyer-11/+172
2013-12-08Remove dead codesKiet Tran-8/+5
2013-12-04auto merge of #10796 : kballard/rust/revert-new-naming, r=alexcrichtonbors-35/+34