| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2013-11-09 | std: os: Document MemoryMap | Corey Richardson | -3/+49 |
| 2013-11-08 | make DeepClone inherit from Clone | Daniel Micay | -1/+1 |
| 2013-11-08 | add `clone_from` and `deep_clone_from` | Daniel Micay | -2/+70 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -1/+12 |
| 2013-11-08 | Implement IterBytes for TypeId | Tomas Sedovic | -0/+15 |
| 2013-11-08 | Specify package_id for rust libs, to avoid spurious warnings | Andrei Formiga | -0/+1 |