| Age | Commit message (Expand) | Author | Lines |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -78/+60 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -3/+3 |
| 2013-07-17 | librustc: Remove some extra "copy" keywords that came in before this change m... | Patrick Walton | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -4/+0 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -20/+13 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -8/+5 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -34/+52 |
| 2013-07-16 | auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwalton | bors | -4/+4 |
| 2013-07-16 | Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 | Austin King | -4/+4 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -7/+7 |
| 2013-07-13 | Un-broke benchmarks | Steven Fackler | -5/+5 |
| 2013-07-12 | auto merge of #7696 : glinscott/rust/utf8_perf, r=cmr | bors | -0/+24 |
| 2013-07-11 | Add is_utf8 bench tests | Gary Linscott | -0/+24 |
| 2013-07-11 | extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque | blake2-ppc | -5/+6 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -11/+8 |
| 2013-07-08 | And I forgot to run the benchmarks after rebasing | Jens Nockert | -10/+7 |
| 2013-07-08 | Fix pretty printer, which was ignoring `ref` in irrefutable patterns | Niko Matsakis | -2/+2 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -4/+4 |
| 2013-07-04 | Remove standalone comparison functions in vec, make the trait impls better. | Huon Wilson | -1/+1 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -10/+11 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -15/+14 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -1/+1 |
| 2013-06-28 | auto merge of #7466 : thestinger/rust/passes, r=cmr | bors | -4/+4 |
| 2013-06-28 | copy the optimization passes from clang | Daniel Micay | -4/+4 |
| 2013-06-28 | Fix threadring | Corey Richardson | -1/+3 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -8/+9 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -1/+4 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -3/+3 |
| 2013-06-28 | Convert vec::{reserve, reserve_at_least, capacity} to methods. | Huon Wilson | -4/+3 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -13/+10 |
| 2013-06-26 | auto merge of #7111 : brson/rust/stack, r=brson | bors | -9/+9 |
| 2013-06-26 | rt: Release big stacks immediately after use to avoid holding on to them thro... | Brian Anderson | -9/+9 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -7/+7 |
| 2013-06-23 | Updated shootout-fasta.rs copyright years, removed stuff that caused lint to ... | Matthijs Hofstra | -18/+12 |
| 2013-06-23 | Fixed shootout-fasta.rs output | Matthijs Hofstra | -10/+14 |
| 2013-06-23 | Added missing copyright notice to shootout-spectralnorm. | Matthijs Hofstra | -0/+10 |
| 2013-06-23 | Changed shootout-chameneos-redux output to conform to the 'official' output f... | Matthijs Hofstra | -1/+1 |
| 2013-06-23 | Updated copyright year on shootout-binarytrees.rs | Matthijs Hofstra | -21/+17 |
| 2013-06-23 | Fixed os:: and int:: not being in scope, changed io::println to println | Matthijs Hofstra | -4/+6 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -11/+11 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -9/+9 |
| 2013-06-21 | vec: remove eachi | Daniel Micay | -7/+7 |
| 2013-06-18 | test: xfail bench/task-perf-one-million. OOM on 32-bit linux w/o opts | Brian Anderson | -0/+2 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -17/+9 |
| 2013-06-16 | fix benchmark and the tutorials | Daniel Micay | -1/+2 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -3/+3 |
| 2013-06-14 | rm ExtendedMutableIter | Daniel Micay | -1/+0 |