| Age | Commit message (Expand) | Author | Lines |
| 2014-02-19 | rustdoc: Fix json output and input | Alex Crichton | -1/+1 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -0/+11 |
| 2014-02-19 | rustdoc: Fixup links to enum variants | Alex Crichton | -1/+8 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -2/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | Update restrictions on rustdoc source rendering | Alex Crichton | -2/+4 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -15/+15 |
| 2014-02-07 | Rewrite path::Display to reduce unnecessary allocation | Kevin Ballard | -1/+1 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -29/+28 |
| 2014-02-05 | rustdoc: update deps | Adrien Tétar | -1/+1 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -1/+1 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -2/+2 |
| 2014-02-03 | rustdoc: Remove io_error usage | Alex Crichton | -308/+340 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -4/+4 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -2/+4 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -8/+10 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -3/+3 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -3/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -3/+1 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -1/+2 |
| 2014-01-11 | rustdoc: Don't show a fields header if there are none | Alex Crichton | -3/+3 |
| 2014-01-10 | rustdoc: Don't show private modules | Alex Crichton | -4/+21 |
| 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 | -0/+2 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -28/+28 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -1/+1 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -8/+6 |
| 2013-12-18 | rustdoc: thread through the context for rendering | Corey Richardson | -3/+9 |
| 2013-12-17 | auto merge of #11018 : sfackler/rust/variant-strip, r=alexcrichton | bors | -1/+1 |
| 2013-12-17 | Fix rustdoc HTML rendering | Corey Richardson | -9/+8 |
| 2013-12-16 | Fix rustdoc output of enums with private variants | Steven Fackler | -1/+1 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -181/+85 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -18/+18 |
| 2013-12-10 | librustdoc: Remove a couple of `Cell`s. | Patrick Walton | -3/+2 |
| 2013-12-10 | librustdoc: Don't use `finally`, shaving off a `Cell`. | Patrick Walton | -13/+25 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -2/+2 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -81/+81 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -37/+35 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -3/+3 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -3/+4 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -3/+4 |
| 2013-11-21 | Process ffi generics in rustdoc | Alex Crichton | -8/+9 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -4/+4 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -1/+0 |