| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -7/+7 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -511/+417 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -22/+25 |
| 2013-06-29 | Change taskgroup key type to fn:Copy in prep for noncopyable stack closures. | Ben Blum | -1/+1 |
| 2013-06-29 | libextra: unused import fix for android AGAIN | Young-il Choi | -1/+4 |
| 2013-06-29 | Smarter warning in extra::term::Terminal.reset() | Kevin Ballard | -2/+4 |
| 2013-06-29 | Rename #[mutable] to #[no_freeze] | Brian Anderson | -3/+6 |
| 2013-06-29 | Rename #[non_sendable] to #[no_send] | Brian Anderson | -2/+2 |
| 2013-06-28 | auto merge of #7451 : cmr/rust/rewrite-each-path, r=pcwalton | bors | -267/+304 |
| 2013-06-28 | Fix merge fallout | Corey Richardson | -5/+0 |
| 2013-06-28 | libextra: Fix even more merge fallout. | Patrick Walton | -7/+2 |