| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -0/+1 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -1/+1 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -2/+2 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -1/+1 |
| 2013-12-10 | librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells. | Patrick Walton | -3/+3 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -11/+25 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -37/+23 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -3/+3 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -1/+12 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -2/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -6/+6 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -0/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -1/+1 |
| 2013-09-17 | std::at_vec: Fix segfault on overflow when resizing ~[@T] | blake2-ppc | -5/+8 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -1/+1 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -43/+11 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -43/+11 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -1/+1 |
| 2013-08-21 | std/extra: changing XXX to FIXME; cleanup | Tim Chevalier | -2/+0 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 |
| 2013-08-12 | std::at_vec: add benchmarks | Corey Richardson | -0/+81 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -8/+8 |
| 2013-08-09 | Remove the C++ runtime. Sayonara | Brian Anderson | -15/+2 |
| 2013-08-07 | std: Fix for-range loops that can use iterators | blake2-ppc | -3/+3 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -4/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -5/+4 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -1/+1 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -32/+27 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -11/+24 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -7/+7 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -12/+15 |
| 2013-07-04 | Remove standalone comparison functions in vec, make the trait impls better. | Huon Wilson | -4/+5 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -3/+2 |
| 2013-06-29 | Removing a lot of usage of '&const' | Alex Crichton | -3/+3 |
| 2013-06-25 | auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmr | bors | -3/+10 |
| 2013-06-24 | std: Rewrite vec_reserve_shared_actual in Rust | Brian Anderson | -18/+44 |
| 2013-06-24 | remove old_iter | Daniel Micay | -2/+1 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -3/+10 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+4 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -9/+9 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -3/+3 |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -2/+0 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -2/+8 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -1/+1 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+323 |