| Age | Commit message (Expand) | Author | Lines |
| 2015-06-17 | std: Add an option to disable ELF based TLS | Alex Crichton | -0/+4 |
| 2015-05-03 | Add error index generator. | Michael Sproul | -1/+3 |
| 2015-04-27 | mk: Add support for musl-based builds | Alex Crichton | -0/+3 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -6/+6 |
| 2015-04-17 | Add librustc_data_structures crate | Niko Matsakis | -2/+4 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -6/+6 |
| 2015-04-07 | mk: Stop documenating non-facade crates | Alex Crichton | -32/+3 |
| 2015-03-30 | mk: build and distribute facade crates unconditionally (for now) | Corey Richardson | -8/+13 |
| 2015-03-29 | mk: don't build docs for internal or behind-the-facade crates in beta/stable | Corey Richardson | -10/+22 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -5/+8 |
| 2015-01-23 | regex: Remove in-tree version | Alex Crichton | -7/+5 |
| 2015-01-17 | std: Move the bitflags! macro to a gated crate | Alex Crichton | -2/+5 |
| 2015-01-16 | rustc: Move the privacy pass to its own crate | Alex Crichton | -4/+8 |
| 2015-01-08 | "The Rust Programming Language" | Steve Klabnik | -1/+3 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -10/+6 |
| 2014-12-28 | mk: Stop generating docs for deprecated crates | Alex Crichton | -1/+6 |
| 2014-12-20 | Split resolve from rustc::middle into rustc_resolve. | Eduard Burtescu | -4/+8 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -4/+3 |
| 2014-12-13 | Separate borrowck into its own crate and remove dead code as well. | Niko Matsakis | -4/+6 |
| 2014-12-04 | Separate the driver into its own crate that uses trans, typeck. | Niko Matsakis | -7/+10 |
| 2014-12-04 | Move typeck into its own crate. | Niko Matsakis | -4/+9 |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -3/+2 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -3/+2 |
| 2014-11-20 | Remove libnative | Aaron Turon | -5/+4 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -5/+6 |
| 2014-11-06 | Remove rlibc from the distribution | Alex Crichton | -3/+1 |
| 2014-10-19 | Remove a number of deprecated crates | Alex Crichton | -9/+4 |
| 2014-10-16 | libsyntax: Remove all uses of {:?}. | Luqman Aden | -5/+4 |
| 2014-10-11 | compiletest needs to link to native crate, or at least the `rt` library. | Felix S. Klock II | -1/+1 |
| 2014-10-01 | Remove librustuv | Aaron Turon | -3/+2 |
| 2014-09-28 | Keep ExpnId abstract by providing conversions | Keegan McAllister | -1/+1 |
| 2014-09-25 | Move checking of whether fields are Sized or not into wf / trait code. | Niko Matsakis | -0/+1 |
| 2014-09-15 | Take core as a dependency on librlibc. This is needed so that it can | Niko Matsakis | -1/+1 |
| 2014-09-14 | syntax: ast_map: use borrowed references into the AST. | Eduard Burtescu | -1/+1 |
| 2014-08-28 | Allow a regex filter for RUST_LOG | Nick Cameron | -1/+1 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -3/+4 |
| 2014-07-14 | Extract librustc_back from librustc | Brian Anderson | -2/+4 |
| 2014-07-14 | Move llvm bindings to their own crate | Brian Anderson | -3/+4 |
| 2014-07-09 | fix test failures | kwantam | -1/+1 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -3/+6 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -6/+6 |
| 2014-06-09 | Macro crates now depend on librustc | Keegan McAllister | -3/+3 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -2/+4 |
| 2014-06-05 | mk: Move rust_test_helpers out of libstd | Alex Crichton | -1/+1 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -11/+12 |
| 2014-06-04 | auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton | bors | -0/+1 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -0/+1 |
| 2014-05-30 | Remove libworkcache | Steven Fackler | -2/+1 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -6/+7 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -5/+6 |