| Age | Commit message (Expand) | Author | Lines |
| 2013-07-10 | Refactored int/uint range code in preparation for change to range_rev semantics. | Felix S. Klock II | -33/+381 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -2089/+5646 |
| 2013-07-09 | std::rt: Ignore 0-byte udp reads | Brian Anderson | -0/+7 |
| 2013-07-09 | std::rt: Do local tests in a bare thread to not interfere with the scheduler | Brian Anderson | -21/+30 |
| 2013-07-09 | auto merge of #7657 : thestinger/rust/rollup, r=thestinger | bors | -26/+98 |
| 2013-07-09 | rt: Make the old rand builtins work with newsched | Brian Anderson | -11/+5 |
| 2013-07-09 | Require `extern "Rust" fn main()` exactly | Alex Crichton | -15/+27 |
| 2013-07-09 | rm silly compile-fail test | Daniel Micay | -14/+0 |
| 2013-07-09 | Fix typo in docs for MutableCloneableVector | Kevin Ballard | -1/+1 |
| 2013-07-09 | bright white for the message, similar to clang | Lenny222 | -1/+1 |
| 2013-07-09 | Impl Not for bool | Brendan Zabarauskas | -0/+25 |
| 2013-07-09 | std: Implement `Iterator::size_hint` method for `Option` iterators | Andrew Paseltiner | -0/+50 |
| 2013-07-09 | remove the unused exchange_malloc `align` parameter | Daniel Micay | -4/+3 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -364/+169 |
| 2013-07-09 | std: Make os::set_exit_status work with newsched | Brian Anderson | -3/+57 |
| 2013-07-09 | std::rt: size_t, not u64 | Brian Anderson | -2/+2 |
| 2013-07-09 | auto merge of #7528 : indutny/rust/feature/memory-api, r=cmr | bors | -9/+829 |
| 2013-07-10 | Do indentation properly in Vim. | Chris Morgan | -3/+129 |
| 2013-07-10 | Add a Vim filetype plugin with useful tweaks. | Chris Morgan | -0/+25 |
| 2013-07-10 | A few slight tweaks to the Vim syntax file. | Chris Morgan | -11/+19 |
| 2013-07-09 | os: introduce cross-platform MemoryMap bindings | Fedor Indutny | -4/+358 |
| 2013-07-09 | auto merge of #7614 : MarkJr94/rust/smallintmap_enum, r=huonw | bors | -0/+287 |
| 2013-07-08 | auto merge of #7578 : alexcrichton/rust/overflow, r=thestinger | bors | -1/+14 |
| 2013-07-08 | auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c... | bors | -697/+1141 |
| 2013-07-08 | std: Add a yield implementation for newsched | Brian Anderson | -4/+19 |
| 2013-07-08 | Tidy | Brian Anderson | -14/+16 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -5715/+5097 |
| 2013-07-08 | auto merge of #7612 : thestinger/rust/utf8, r=huonw | bors | -23/+3 |
| 2013-07-08 | Merge remote-tracking branch 'anasazi/io' | Brian Anderson | -686/+1671 |
| 2013-07-08 | std::rt: Add a hack to allocate different test port ranges to different bots | Brian Anderson | -6/+48 |
| 2013-07-08 | auto merge of #7608 : glinscott/rust/json_perf, r=pcwalton | bors | -8/+30 |
| 2013-07-08 | changed .each() to .iter().advance() | Eric Reed | -10/+10 |
| 2013-07-08 | renamed finalize to drop in Drop impl for UvUdpSocket | Eric Reed | -1/+1 |
| 2013-07-08 | Merge remote-tracking branch 'upstream/io' into io | Eric Reed | -17026/+23005 |
| 2013-07-08 | auto merge of #7577 : brson/rust/vers, r=cmr | bors | -12/+12 |
| 2013-07-08 | And I forgot to run the benchmarks after rebasing | Jens Nockert | -10/+7 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -20/+24 |
| 2013-07-08 | Correct match-drop-strs-issue-4541 when used in check-fast | Niko Matsakis | -1/+2 |
| 2013-07-08 | Correct illegal pattern in windows-only code | Niko Matsakis | -2/+2 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -85/+34 |
| 2013-07-08 | Add llvm instrumentation | Niko Matsakis | -0/+2 |
| 2013-07-08 | Move stats into an @mut stats | Niko Matsakis | -2/+2 |
| 2013-07-08 | Fix pretty printer, which was ignoring `ref` in irrefutable patterns | Niko Matsakis | -41/+26 |
| 2013-07-08 | Patch up some new errors from rustpkg | Niko Matsakis | -10/+10 |
| 2013-07-08 | Address nits by @catamorphism | Niko Matsakis | -9/+5 |
| 2013-07-08 | This assert does not necessarily hold; sometimes we temporarily increase ref-... | Niko Matsakis | -2/+2 |
| 2013-07-08 | Miscellaneous fixes and cleanup | Niko Matsakis | -5/+6 |
| 2013-07-08 | Modify borrow checker to visit irrefutable patterns that appear in | Niko Matsakis | -151/+249 |
| 2013-07-08 | Update trans to use type to decide when to move, not the moves table (simpler | Niko Matsakis | -275/+387 |
| 2013-07-08 | Make all allocas named so we can see where they originate | Niko Matsakis | -46/+60 |