about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-11-18Allow piped stdout/stderr use uv_tty_tAlex Crichton-0/+2
2013-11-17Fixed docs for advance() in Iterator traitAndrei Formiga-6/+3
2013-11-17Fixed uses of get() to unwrap() in doc examples in std::iterAndrei Formiga-28/+28
2013-11-17auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmrbors-102/+157
2013-11-16auto merge of #10420 : sanxiyn/rust/path, r=cmrbors-1/+1
2013-11-16Implement read_char on the Buffer traitAlex Crichton-0/+43
2013-11-14remove `cast::unsafe_copy`Daniel Micay-8/+0
2013-11-14auto merge of #10428 : toffaletti/rust/try_lock, r=alexcrichtonbors-1/+16
2013-11-14test: Fix signal-exit-status on windowsklutzy-0/+1
2013-11-13auto merge of #10457 : alexcrichton/rust/native-io, r=brsonbors-350/+434
2013-11-13Implement native::IoFactoryAlex Crichton-350/+434
2013-11-13add rust_trylock_little_lockJason Toffaletti-1/+16
2013-11-13auto merge of #10451 : zkamsler/rust/buf_writer, r=alexcrichtonbors-10/+99
2013-11-13Introduce an io::Buffer traitAlex Crichton-102/+114
2013-11-13Implemented BufWriterZach Kamsler-10/+99
2013-11-12io: benchmarks for creation of the various Buffered objectsCorey Richardson-0/+42
2013-11-12auto merge of #10423 : alexcrichton/rust/move-io, r=pcwaltonbors-141/+152
2013-11-12auto merge of #10435 : jayanderson/rust/docs, r=huonwbors-2/+131
2013-11-11Move std::rt::io to std::ioAlex Crichton-141/+152
2013-11-11Use constants instead of raw values.Jay Anderson-4/+2
2013-11-11auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brsonbors-2/+13
2013-11-11Got directions backwards in to_degrees and to_radians docs.Jay Anderson-2/+2
2013-11-11Add docs for traits Exponential, Hyperbolic, BitCount.Jay Anderson-2/+44
2013-11-11Update docs for Fractional, Algebraic, Round, and Trigonometric traits.Jay Anderson-0/+89
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-16/+56
2013-11-11auto merge of #10407 : alexcrichton/rust/no-fixed-stack-segment, r=brsonbors-230/+42
2013-11-11Decrease the default stack size back to 2MBAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-229/+41
2013-11-11Optimize creation of buffered readers/writersAlex Crichton-2/+13
2013-11-11auto merge of #10417 : cmr/rust/vec_overflow, r=huonwbors-1/+5
2013-11-11auto merge of #10409 : alexcrichton/rust/issue-10386, r=brsonbors-1/+5
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-102/+12
2013-11-11Fix path parsingSeo Sanghyeon-1/+1
2013-11-11Implement `size_hint` for RangeCorey Richardson-8/+80
2013-11-11vec: with_capacity: check for overflowCorey Richardson-1/+5
2013-11-11Clean lint on test buildCorey Richardson-2/+0
2013-11-10auto merge of #10408 : alexcrichton/rust/snapshots, r=huonwbors-188/+12
2013-11-10Enable uv pipe tests on windowsAlex Crichton-1/+5
2013-11-10Register new snapshotsAlex Crichton-188/+12
2013-11-10auto merge of #10406 : alexcrichton/rust/issue-10405, r=huonwbors-1/+0
2013-11-10Remove a debug! statement before I/O is readyAlex Crichton-1/+0
2013-11-10Fix usage of libuv for windowsAlex Crichton-7/+13
2013-11-10Another round of test fixes from previous commitsAlex Crichton-26/+25
2013-11-10Fall back from uv tty instances more aggressivelyAlex Crichton-5/+2
2013-11-10Assorted test fixes and merge conflictsAlex Crichton-4/+5
2013-11-10Rework the idle callback to have a safer interfaceAlex Crichton-21/+11
2013-11-10Add bindings to uv's utime functionAlex Crichton-4/+47
2013-11-10Clean up the remaining chunks of uvAlex Crichton-21/+23
2013-11-10Start migrating stream I/O away from ~fn()Alex Crichton-2/+0
2013-11-10Remove usage of ~fn from the schedulerAlex Crichton-3/+2