| Age | Commit message (Expand) | Author | Lines |
| 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 | -49/+159 |
| 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 | -1341/+1018 |
| 2013-07-08 | auto merge of #7612 : thestinger/rust/utf8, r=huonw | bors | -22/+2 |
| 2013-07-08 | Merge remote-tracking branch 'anasazi/io' | Brian Anderson | -686/+1512 |
| 2013-07-08 | std::rt: Add a hack to allocate different test port ranges to different bots | Brian Anderson | -2/+44 |
| 2013-07-08 | auto merge of #7608 : glinscott/rust/json_perf, r=pcwalton | bors | -1/+2 |
| 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 | -3296/+3651 |
| 2013-07-08 | auto merge of #7577 : brson/rust/vers, r=cmr | bors | -1/+1 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -1/+1 |
| 2013-07-08 | Correct illegal pattern in windows-only code | Niko Matsakis | -2/+2 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -3/+3 |
| 2013-07-08 | Address nits by @catamorphism | Niko Matsakis | -1/+1 |
| 2013-07-08 | Patch up some code that was using irrefutable patterns incorrectly. | Niko Matsakis | -9/+15 |
| 2013-07-08 | update ptr intrinsics and rewrite vec routines to be more correct. | Niko Matsakis | -40/+144 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-08 | auto merge of #7604 : apasel422/rust/peek, r=huonw | bors | -0/+65 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -283/+105 |
| 2013-07-08 | auto merge of #7605 : thestinger/rust/vec, r=Aatch | bors | -21/+33 |
| 2013-07-08 | remove headers from exchange allocations | Daniel Micay | -3/+20 |
| 2013-07-08 | Merge pull request #7595 from thestinger/iterator | Daniel Micay | -19/+19 |
| 2013-07-08 | add a temporary vector_exchange_malloc lang item | Daniel Micay | -0/+8 |
| 2013-07-08 | vec: make vec_reserve_shared_actual private | Daniel Micay | -20/+7 |
| 2013-07-08 | libc: add errno values | Fedor Indutny | -0/+281 |
| 2013-07-08 | libc: VirtualAlloc and FileMapping bindings | Fedor Indutny | -4/+132 |
| 2013-07-08 | libc: add _SC_* consts for non-mips linux too | Fedor Indutny | -0/+57 |
| 2013-07-08 | libc: fix MAP_ANON value on linux | Fedor Indutny | -4/+4 |
| 2013-07-07 | auto merge of #7497 : alexcrichton/rust/issue-7394, r=huonw | bors | -2/+8 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -19/+19 |
| 2013-07-07 | iterator: Add `IteratorUtil::peek_` method | Andrew Paseltiner | -0/+65 |
| 2013-07-07 | auto merge of #7629 : thestinger/rust/rope, r=graydon | bors | -2/+1 |
| 2013-07-07 | auto merge of #7602 : blake2-ppc/rust/vec-pop-opt, r=cmr | bors | -36/+78 |
| 2013-07-06 | auto merge of #7570 : kballard/rust/iterator-size-hint, r=thestinger | bors | -26/+138 |
| 2013-07-06 | remove extra::rope | Daniel Micay | -2/+1 |
| 2013-07-06 | auto merge of #7194 : jensnockert/rust/endian, r=cmr | bors | -0/+14 |
| 2013-07-06 | Faster check for ascii-space | Gary Linscott | -1/+2 |
| 2013-07-05 | str: stop encoding invalid out-of-range `char` | Daniel Micay | -22/+2 |
| 2013-07-05 | vec: Add .shift_opt() -> Option<T> | blake2-ppc | -12/+40 |
| 2013-07-05 | vec: Add .pop_opt() -> Option<T> | blake2-ppc | -24/+38 |
| 2013-07-05 | Implement .size_hint() on the remaining Iterator adaptors | Kevin Ballard | -1/+118 |
| 2013-07-05 | Change signature of Iterator.size_hint | Kevin Ballard | -27/+22 |
| 2013-07-04 | auto merge of #7549 : sfackler/rust/docs, r=msullivan | bors | -1/+2 |
| 2013-07-03 | Merge pull request #7565 from Blei/fix-rev-size-hint | Daniel Micay | -1/+16 |
| 2013-07-03 | Fail when a vec::reserve is too large | Alex Crichton | -1/+14 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -3300/+3654 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -73/+78 |