| Age | Commit message (Expand) | Author | Lines |
| 2014-06-14 | Register new snapshots | Alex Crichton | -8/+1 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -0/+7 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -1/+0 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+0 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -0/+1 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-08 | std: Extract format string parsing out of libstd | Alex Crichton | -0/+1 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -0/+2 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -11/+11 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -1/+0 |
| 2014-03-22 | syntax: add the OwnedSlice vector wrapper. | Huon Wilson | -0/+1 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -3/+3 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -1/+1 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -0/+1 |
| 2014-03-04 | auto merge of #12697 : thestinger/rust/vec, r=huonw | bors | -0/+1 |
| 2014-03-04 | mark the `map` method on Vec<T> as deprecated | Daniel Micay | -0/+1 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -1/+0 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -0/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+0 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -4/+4 |
| 2014-02-14 | Removed libextra dependency from libsyntax. | HeroesGrave | -1/+1 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -0/+1 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -0/+1 |
| 2014-02-05 | auto merge of #12025 : lilac/rust/feature-gate-quote, r=brson | bors | -0/+2 |
| 2014-02-04 | Replaced with a single "quote" feature gate. | James Deng | -2/+2 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -5/+0 |
| 2014-02-04 | Feature gate all quasi-quoting macros. | James Deng | -0/+2 |
| 2014-02-03 | syntax: Remove io_error usage | Alex Crichton | -0/+5 |
| 2014-02-02 | Move term, terminfo out of extra. | xales | -0/+1 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -0/+1 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -0/+2 |
| 2014-01-07 | doc: Add rustc and syntax to the index | Brian Anderson | -4/+12 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -1/+1 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -7/+1 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+3 |