| Age | Commit message (Expand) | Author | Lines |
| 2014-10-19 | Remove a number of deprecated crates | Alex Crichton | -893/+0 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -1/+1 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-09-22 | Fix deprecation warnings in check-docs. | Victor Berger | -0/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-05 | Disable test_lots_of_files on Windows | Vadim Chugunov | -0/+1 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -2/+2 |
| 2014-08-26 | glob: Deprecate the library in favor of cargo | Alex Crichton | -1/+4 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -6/+6 |
| 2014-07-13 | glob::MatchOptions struct fields should be public | James Lal | -3/+3 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -2/+2 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+0 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -3/+0 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -2/+2 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -5/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -5/+5 |
| 2014-05-24 | Update ascii functions used elsewhere | Adolfo Ochagavía | -5/+5 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -4/+4 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-14 | libglob: Remove all uses of `~str` from `libglob` | Patrick Walton | -4/+4 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -6/+7 |
| 2014-04-11 | Fix tests. Add Vec<u8> conversion to StrBuf. | Huon Wilson | -4/+4 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -5/+7 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -2/+3 |
| 2014-04-08 | libglob: only return dirs for globs ending in / | Benjamin Herr | -2/+12 |
| 2014-04-08 | libglob: allow "." and ".." to be matched | Benjamin Herr | -9/+85 |
| 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 | glob: Switch field privacy as necessary | Alex Crichton | -8/+10 |
| 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 | -7/+7 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -1/+1 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -1/+1 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -19/+30 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |