| Age | Commit message (Expand) | Author | Lines |
| 2014-10-09 | rustdoc: Implement constant documentation | Alex Crichton | -1/+2 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -1/+1 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+3 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -1/+1 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+1 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-31 | rustdoc: Fix cross-crate links to reexported items | Alex Crichton | -1/+1 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -1/+15 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -7/+7 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -5/+5 |
| 2014-05-25 | rustdoc: Start inlining structs across crates | Alex Crichton | -1/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -5/+5 |
| 2014-05-22 | rustdoc: Fill in external trait methods | Alex Crichton | -4/+5 |
| 2014-05-12 | rustdoc: Fix hiding implementations of traits | Alex Crichton | -1/+2 |
| 2014-05-12 | librustdoc: Remove all `~str` usage from librustdoc. | Patrick Walton | -17/+21 |
| 2014-05-09 | rustdoc: Hyperlink cross-crate reexports | Alex Crichton | -7/+10 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -6/+3 |
| 2014-04-29 | rustdoc: Make strip_hidden use a dedicated hidden item if any. | Kang Seonghoon | -15/+16 |
| 2014-04-20 | rustdoc: Display tuple structs correctly | Alex Crichton | -1/+10 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -12/+12 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -5/+6 |
| 2014-04-04 | rustdoc: Fix hiding of private fields | Alex Crichton | -7/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+2 |
| 2014-03-27 | Revert "Modules are either public, or private, so private modules should be s... | Alex Crichton | -2/+4 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -4/+4 |
| 2014-03-17 | Modules are either public, or private, so private modules should be stripped out | James Miller | -4/+2 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -4/+4 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -1/+2 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -14/+13 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -2/+2 |
| 2014-02-14 | rustdoc: Strip impls of traits on #[doc(hidden)] types | Kevin Ballard | -19/+51 |
| 2014-02-14 | rustdoc: Strip impls of stripped private types | Kevin Ballard | -2/+10 |
| 2014-02-13 | auto merge of #12061 : pongad/rust/delorderable, r=cmr | bors | -2/+2 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -14/+14 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -3/+3 |
| 2014-01-10 | rustdoc: Don't strip empty modules with documentation | Alex Crichton | -1/+3 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -2/+2 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -1/+2 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -6/+6 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -6/+3 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -12/+12 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -8/+8 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-13 | make missing_doc lint respect the visibility rules | David Creswick | -38/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |