| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-07-03 | auto merge of #7518 : graydon/rust/stats-improvements, r=catamorphism | bors | -18/+830 |
| 2013-07-03 | auto merge of #7474 : Seldaek/rust/clean-iter, r=thestinger | bors | -0/+328 |
| 2013-07-01 | Compare values in TreeMap's 'lt' function | Alex Crichton | -6/+8 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -65/+70 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -53/+50 |
| 2013-06-30 | extra: docs, tests and new functionality for the extra::stats module | Graydon Hoare | -18/+830 |
| 2013-07-01 | Move most iter functionality to extra, fixes #7343 | Jordi Boggiano | -0/+328 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 |
| 2013-06-30 | Specialize to_str_common for floats/integers in strconv | Alex Crichton | -5/+11 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -18/+17 |
| 2013-06-30 | Convert vec::{grow, grow_fn, grow_set} to methods. | Huon Wilson | -2/+1 |
| 2013-06-30 | Convert vec::{reverse, swap} to methods. | Huon Wilson | -23/+23 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -6/+4 |
| 2013-06-30 | Remove vec::[r]position_between, replaced by slices & iterators. | Huon Wilson | -4/+5 |
| 2013-06-30 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -514/+420 |
| 2013-06-29 | Removing a lot of usage of '&const' | Alex Crichton | -14/+14 |