| Age | Commit message (Expand) | Author | Lines |
| 2013-11-18 | Allow piped stdout/stderr use uv_tty_t | Alex Crichton | -0/+2 |
| 2013-11-17 | Fixed docs for advance() in Iterator trait | Andrei Formiga | -6/+3 |
| 2013-11-17 | Fixed uses of get() to unwrap() in doc examples in std::iter | Andrei Formiga | -28/+28 |
| 2013-11-17 | auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr | bors | -102/+157 |
| 2013-11-16 | auto merge of #10420 : sanxiyn/rust/path, r=cmr | bors | -1/+1 |
| 2013-11-16 | Implement read_char on the Buffer trait | Alex Crichton | -0/+43 |
| 2013-11-14 | remove `cast::unsafe_copy` | Daniel Micay | -8/+0 |
| 2013-11-14 | auto merge of #10428 : toffaletti/rust/try_lock, r=alexcrichton | bors | -1/+16 |
| 2013-11-14 | test: Fix signal-exit-status on windows | klutzy | -0/+1 |
| 2013-11-13 | auto merge of #10457 : alexcrichton/rust/native-io, r=brson | bors | -350/+434 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -350/+434 |
| 2013-11-13 | add rust_trylock_little_lock | Jason Toffaletti | -1/+16 |
| 2013-11-13 | auto merge of #10451 : zkamsler/rust/buf_writer, r=alexcrichton | bors | -10/+99 |
| 2013-11-13 | Introduce an io::Buffer trait | Alex Crichton | -102/+114 |
| 2013-11-13 | Implemented BufWriter | Zach Kamsler | -10/+99 |
| 2013-11-12 | io: benchmarks for creation of the various Buffered objects | Corey Richardson | -0/+42 |
| 2013-11-12 | auto merge of #10423 : alexcrichton/rust/move-io, r=pcwalton | bors | -141/+152 |
| 2013-11-12 | auto merge of #10435 : jayanderson/rust/docs, r=huonw | bors | -2/+131 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -141/+152 |
| 2013-11-11 | Use constants instead of raw values. | Jay Anderson | -4/+2 |
| 2013-11-11 | auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brson | bors | -2/+13 |
| 2013-11-11 | Got directions backwards in to_degrees and to_radians docs. | Jay Anderson | -2/+2 |
| 2013-11-11 | Add docs for traits Exponential, Hyperbolic, BitCount. | Jay Anderson | -2/+44 |
| 2013-11-11 | Update docs for Fractional, Algebraic, Round, and Trigonometric traits. | Jay Anderson | -0/+89 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -16/+56 |
| 2013-11-11 | auto merge of #10407 : alexcrichton/rust/no-fixed-stack-segment, r=brson | bors | -230/+42 |
| 2013-11-11 | Decrease the default stack size back to 2MB | Alex Crichton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -229/+41 |
| 2013-11-11 | Optimize creation of buffered readers/writers | Alex Crichton | -2/+13 |
| 2013-11-11 | auto merge of #10417 : cmr/rust/vec_overflow, r=huonw | bors | -1/+5 |
| 2013-11-11 | auto merge of #10409 : alexcrichton/rust/issue-10386, r=brson | bors | -1/+5 |
| 2013-11-11 | auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson | bors | -102/+12 |
| 2013-11-11 | Fix path parsing | Seo Sanghyeon | -1/+1 |
| 2013-11-11 | Implement `size_hint` for Range | Corey Richardson | -8/+80 |
| 2013-11-11 | vec: with_capacity: check for overflow | Corey Richardson | -1/+5 |
| 2013-11-11 | Clean lint on test build | Corey Richardson | -2/+0 |
| 2013-11-10 | auto merge of #10408 : alexcrichton/rust/snapshots, r=huonw | bors | -188/+12 |
| 2013-11-10 | Enable uv pipe tests on windows | Alex Crichton | -1/+5 |
| 2013-11-10 | Register new snapshots | Alex Crichton | -188/+12 |
| 2013-11-10 | auto merge of #10406 : alexcrichton/rust/issue-10405, r=huonw | bors | -1/+0 |
| 2013-11-10 | Remove a debug! statement before I/O is ready | Alex Crichton | -1/+0 |
| 2013-11-10 | Fix usage of libuv for windows | Alex Crichton | -7/+13 |
| 2013-11-10 | Another round of test fixes from previous commits | Alex Crichton | -26/+25 |
| 2013-11-10 | Fall back from uv tty instances more aggressively | Alex Crichton | -5/+2 |
| 2013-11-10 | Assorted test fixes and merge conflicts | Alex Crichton | -4/+5 |
| 2013-11-10 | Rework the idle callback to have a safer interface | Alex Crichton | -21/+11 |
| 2013-11-10 | Add bindings to uv's utime function | Alex Crichton | -4/+47 |
| 2013-11-10 | Clean up the remaining chunks of uv | Alex Crichton | -21/+23 |
| 2013-11-10 | Start migrating stream I/O away from ~fn() | Alex Crichton | -2/+0 |
| 2013-11-10 | Remove usage of ~fn from the scheduler | Alex Crichton | -3/+2 |