| Age | Commit message (Expand) | Author | Lines |
| 2014-03-25 | auto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcrichton | bors | -2/+16 |
| 2014-03-25 | rustdoc: render derived impls separately | Corey Richardson | -2/+16 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -4/+4 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -4/+4 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -2/+2 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -27/+39 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-18 | rustdoc: Implement cross-crate searching | Alex Crichton | -29/+56 |
| 2014-03-18 | libsyntax: librustdoc: ignore utf-8 BOM in .rs files | Liigo Zhuang | -1/+8 |
| 2014-03-12 | auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton | bors | -6/+6 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -6/+6 |
| 2014-03-12 | rustdoc: whitelist the headers that get a § on hover. | Huon Wilson | -1/+3 |
| 2014-03-09 | rustdoc: hardcode each header as a link. | Huon Wilson | -1/+2 |
| 2014-03-08 | Index cross-mod type definition and implementation properly in rustdoc | Edward Wang | -10/+51 |
| 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 |