about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2013-09-15std::rt::io::file: Enable I/O tests on Win32klutzy-5/+3
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-3/+4
2013-09-14auto merge of #9191 : huonw/rust/are-you-tired, r=cmrbors-0/+14
2013-09-14auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphismbors-11/+13
2013-09-15std::rt: Add a standalone sleep function.Huon Wilson-0/+14
2013-09-14auto merge of #9165 : klutzy/rust/newrt-file-fix, r=sanxiynbors-0/+9
2013-09-14auto merge of #9156 : sfackler/rust/buffered-fix, r=huonwbors-13/+19
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-1/+1
2013-09-14std::logging: Use a more specific enum than Eitherblake2-ppc-11/+13
2013-09-13std::rt::io: Fix file I/O on Win32klutzy-0/+9
2013-09-12auto merge of #9087 : fhahn/rust/rust_crate_map, r=brsonbors-54/+213
2013-09-12Stop using newtypes in rt::io::bufferedSteven Fackler-13/+19
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-1/+1
2013-09-13Convert rust_crate_map.cpp to RustFlorian Hahn-54/+213
2013-09-11auto merge of #9114 : sfackler/rust/flush-fix, r=brsonbors-1/+1
2013-09-11auto merge of #9038 : singingboyo/rust/with-mem-writer, r=anasazibors-0/+14
2013-09-11auto merge of #8999 : anasazi/rust/multi-threaded-io-tests, r=brsonbors-51/+190
2013-09-10Don't fail in TcpStream.flushSteven Fackler-1/+1
2013-09-10Buffered I/O wrappersSteven Fackler-0/+358
2013-09-06Add with_mem_writer to std::rt::io::mem.Brandon Sanderson-0/+14
2013-09-06Make I/O tests use run_in_mt_newsched_task to get more multi-threaded test co...Eric Reed-50/+187
2013-09-06Forgot to make accept() home for IOEric Reed-1/+3
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-124/+81
2013-09-06Fix Acceptor iterator ending early if a connection attempt failsEric Reed-4/+9
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-6/+6
2013-09-07Handle global log levels (fixes #6033)novalis-36/+100
2013-09-06Fix #6031. Allow symbolic log levels, not just numbers.novalis-18/+53
2013-09-06auto merge of #9000 : brson/rust/dns, r=anasazibors-15/+382
2013-09-05std::rt: Fix addrinfo definition on BSDBrian Anderson-1/+15
2013-09-05auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brsonbors-12/+12
2013-09-05std::rt: Add get_host_addresses functionBrian Anderson-10/+78
2013-09-05std::rt: Add libuv bindings for getaddrinfoBrian Anderson-0/+282
2013-09-05std::rt: Some I/O cleanupBrian Anderson-7/+10
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-12/+12
2013-09-05Implement Stream automatically for Reader + WriterChris Morgan-0/+2
2013-09-04auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichtonbors-5/+3
2013-09-04auto merge of #8935 : blake2-ppc/rust/reader-bytes, r=brsonbors-1/+89
2013-09-04auto merge of #8880 : fhahn/rust/issue_8703, r=brsonbors-15/+248
2013-09-04Convert rust_log.cpp to Rust, closes #8703Florian Hahn-15/+248
2013-09-04stop treating char as an integer typeDaniel Micay-6/+7
2013-09-04Added explicit pub to several conditions. Enables completion of #6009.Felix S. Klock II-5/+3
2013-09-03auto merge of #8943 : alexcrichton/rust/issue-8904, r=brsonbors-2/+8
2013-09-03auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichtonbors-0/+4
2013-09-03Fixes #8881. condition! imports parent's pub identifiersjmgrosen-0/+4
2013-09-03auto merge of #8954 : anasazi/rust/tcp-acceptor, r=catamorphismbors-160/+234
2013-09-03rt::io: Rename Bytes to ByteIterator and add note about iterationblake2-ppc-8/+14
2013-09-02Raise the file descriptor limits when running compiletestAlex Crichton-2/+8
2013-09-02Implement BufReaderSteven Fackler-3/+39
2013-09-02rt::io: Add Bytes iterator for Readerblake2-ppc-1/+83
2013-08-30auto merge of #8854 : huonw/rust/rt-papercuts, r=brsonbors-31/+25