| Age | Commit message (Expand) | Author | Lines |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -3/+3 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -2/+3 |
| 2014-03-05 | rustdoc: Add anchors to section headers | Alex Crichton | -18/+22 |
| 2014-03-02 | rustdoc: syntax highlight macro definitions, colour $... substitutions. | Huon Wilson | -2/+2 |
| 2014-02-28 | auto merge of #12632 : fhahn/rust/issue-12507-rustdoc-std-module, r=alexcrichton | bors | -1/+5 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -1/+1 |
| 2014-02-26 | Mark top level module as a crate in rustdoc, closes #12507 | Florian Hahn | -1/+5 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -1/+1 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -9/+8 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -9/+8 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -162/+162 |
| 2014-02-19 | rustdoc: Handle links to reexported items | Alex Crichton | -13/+28 |
| 2014-02-19 | rustdoc: Clickable links on methods themselves | Alex Crichton | -17/+12 |
| 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 |