| Age | Commit message (Expand) | Author | Lines |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -2/+2 |
| 2013-07-10 | Convert json Reader to iterators | Gary Linscott | -40/+26 |
| 2013-07-10 | Switch over to new range_rev semantics; fix #5270. | Felix S. Klock II | -2/+2 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -13/+4 |
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -4/+4 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -27/+30 |
| 2013-07-09 | auto merge of #7614 : MarkJr94/rust/smallintmap_enum, r=huonw | bors | -0/+287 |
| 2013-07-08 | auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c... | bors | -26/+27 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -1816/+1854 |
| 2013-07-08 | auto merge of #7612 : thestinger/rust/utf8, r=huonw | bors | -1/+1 |
| 2013-07-08 | auto merge of #7608 : glinscott/rust/json_perf, r=pcwalton | bors | -7/+28 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -4/+4 |
| 2013-07-08 | extra: Patch up code that was using irrefutable patterns incorrectly. | Niko Matsakis | -23/+24 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-08 | Forgot to grep for a function | Jens Nockert | -1/+1 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -26/+29 |
| 2013-07-08 | Merge pull request #7595 from thestinger/iterator | Daniel Micay | -8/+8 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -8/+8 |
| 2013-07-07 | auto merge of #7629 : thestinger/rust/rope, r=graydon | bors | -1443/+0 |
| 2013-07-07 | auto merge of #7594 : chris-morgan/rust/proper-net-module-structure, r=huonw | bors | -28/+26 |
| 2013-07-06 | auto merge of #7570 : kballard/rust/iterator-size-hint, r=thestinger | bors | -2/+12 |
| 2013-07-06 | Implement size_hint() on all remaining Iterators | Kevin Ballard | -2/+12 |
| 2013-07-06 | remove extra::rope | Daniel Micay | -1443/+0 |
| 2013-07-06 | deque: Implement Clone and Eq for Deque | blake2-ppc | -0/+49 |
| 2013-07-06 | Added external iterators for SmallIntMap and SmallIntSet | =Mark Sinclair | -0/+287 |
| 2013-07-06 | deque: Remove obsolete methods .each() and .eachi() | blake2-ppc | -30/+1 |
| 2013-07-06 | deque: Implement Deque::with_capacity. Lower initial capacity to 8. | blake2-ppc | -2/+18 |
| 2013-07-06 | deque: Move the shorter part when growing | blake2-ppc | -7/+25 |
| 2013-07-06 | deque: Change iterators to use the same index calculation as Deque | blake2-ppc | -39/+39 |
| 2013-07-06 | deque: Add tests for mut_iter and mut_rev_iter | blake2-ppc | -1/+51 |
| 2013-07-06 | deque: Remove rendundant field hi | blake2-ppc | -22/+26 |
| 2013-07-06 | deque: Implement FromIterator | blake2-ppc | -0/+27 |
| 2013-07-06 | deque: Speed up deque growth by a lot | blake2-ppc | -17/+20 |
| 2013-07-06 | deque: Add tests and bench tests | blake2-ppc | -0/+56 |
| 2013-07-06 | deque: Fix grow condition in add_front | blake2-ppc | -1/+1 |
| 2013-07-05 | str: stop encoding invalid out-of-range `char` | Daniel Micay | -1/+1 |
| 2013-07-05 | Switch json parsing to read_chars for performance | Gary Linscott | -7/+28 |
| 2013-07-04 | auto merge of #7530 : alexcrichton/rust/issue-5194, r=thestinger | bors | -6/+8 |
| 2013-07-05 | Remove superfluous super::super:: | Chris Morgan | -14/+14 |
| 2013-07-05 | Move `extra::net_*` to `extra::net::*` properly. | Chris Morgan | -28/+26 |
| 2013-07-03 | Upper-cased exported statics | Steven Fackler | -17/+17 |
| 2013-07-03 | Base64 API changes | Steven Fackler | -34/+57 |
| 2013-07-03 | Added functionality to Base64 package | Steven Fackler | -121/+210 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -1783/+3249 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -5/+5 |
| 2013-07-04 | Remove standalone comparison functions in vec, make the trait impls better. | Huon Wilson | -16/+14 |
| 2013-07-04 | Remove vec::reversed, replaced by iterators. | Huon Wilson | -8/+11 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -4/+4 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -7/+5 |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -65/+70 |