| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-11-08 | auto merge of #10344 : brson/rust/atomiccopy, r=alexcrichton | bors | -14/+20 |
| 2013-11-07 | auto merge of #10341 : willingc/rust/minor-docfix, r=huonw | bors | -1/+1 |
| 2013-11-07 | auto merge of #10333 : huonw/rust/ascii, r=alexcrichton | bors | -15/+18 |
| 2013-11-07 | std: Make atomic types non-copyable. Closes #8380 | Brian Anderson | -14/+20 |
| 2013-11-07 | Edited comment for docs to show std::io is deleted and replaced by std::rt::io | Carol Willing | -1/+1 |
| 2013-11-08 | std::ascii: Provide a copyless [Ascii] -> str method. | Huon Wilson | -15/+18 |
| 2013-11-06 | auto merge of #10322 : thestinger/rust/no_freeze, r=alexcrichton | bors | -21/+24 |
| 2013-11-07 | add `from_send` to Rc, since #9509 is fixed | Daniel Micay | -21/+24 |
| 2013-11-06 | Register new snapshots | Alex Crichton | -170/+10 |