| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2013-11-10 | Remove usage of ~fn() from uv async/idle | Alex Crichton | -18/+31 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10380 | Young-il Choi | -99/+7 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10379 | Young-il Choi | -0/+1 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10378 | Young-il Choi | -3/+3 |
| 2013-11-10 | disable tests on android since tcp/ip permission cannot be acquired without h... | Young-il Choi | -0/+1 |
| 2013-11-09 | auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet... | bors | -1/+12 |
| 2013-11-09 | auto merge of #10368 : tautologico/rust/default_pkgid, r=catamorphism | bors | -0/+1 |
| 2013-11-09 | auto merge of #10359 : tomassedovic/rust/typeid-iterbytes, r=pcwalton | bors | -0/+15 |
| 2013-11-08 | auto merge of #10358 : cmr/rust/mmap++, r=alexcrichton | bors | -3/+49 |