| Age | Commit message (Expand) | Author | Lines |
| 2014-05-30 | Register new snapshots | Alex Crichton | -439/+0 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -4/+5 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+5 |
| 2014-05-04 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -0/+8 |
| 2014-04-06 | rustc: remove ty_unboxed_vec. | Eduard Burtescu | -14/+0 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-02-23 | std: Move raw to std::raw | Brian Anderson | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-13 | Register new snapshots | Alex Crichton | -7/+0 |
| 2014-02-12 | Removed ty_type (previously used to represent *tydesc). | Eduard Burtescu | -0/+2 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -2/+2 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -11/+0 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -0/+2 |
| 2014-02-02 | rustc: remove use of @[]. | Huon Wilson | -1/+1 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -3/+0 |
| 2014-02-02 | libextra: Remove `@str` from all the libraries | Patrick Walton | -3/+0 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -7/+2 |
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -4/+3 |
| 2014-01-15 | register snapshots | Daniel Micay | -16/+0 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -0/+2 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -6/+2 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -1/+1 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -2/+2 |
| 2013-11-06 | Register new snapshots | Alex Crichton | -7/+0 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+7 |
| 2013-10-29 | Adjust reflection for the possibility of discriminants larger than int. | Jed Davis | -5/+5 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -1/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -1/+2 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -3/+3 |
| 2013-10-04 | Register new snapshots | Alex Crichton | -8/+0 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -0/+1 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -3/+5 |
| 2013-09-02 | repr: handle tuple structs sanely | Daniel Micay | -6/+9 |
| 2013-09-02 | repr: add support for trait objects | Daniel Micay | -2/+2 |
| 2013-08-31 | repr: print the name of structs | Daniel Micay | -8/+5 |
| 2013-08-28 | Remove @io::Writer from sys/repr/reflect | Alex Crichton | -64/+64 |
| 2013-08-27 | reflect: rm unused visit_{var,var_integral,constr} | Daniel Micay | -15/+0 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -2/+2 |
| 2013-07-22 | new snapshot | Daniel Micay | -13/+0 |
| 2013-07-17 | rm unused visit_str method from TyVisitor | Daniel Micay | -0/+1 |
| 2013-07-15 | remove headers from unique vectors | Daniel Micay | -0/+8 |
| 2013-07-08 | remove headers from exchange allocations | Daniel Micay | -0/+8 |
| 2013-06-23 | Remove intrinsic module | Philipp Brüschweiler | -2/+4 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -5/+5 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -9/+9 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+2 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+500 |