| Age | Commit message (Expand) | Author | Lines |
| 2014-05-12 | rustdoc: List macros in the sidebar | Seo Sanghyeon | -0/+1 |
| 2014-05-12 | librustdoc: Remove all `~str` usage from librustdoc. | Patrick Walton | -59/+79 |
| 2014-05-10 | auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson | bors | -26/+62 |
| 2014-05-09 | rustdoc: Hyperlink cross-crate reexports | Alex Crichton | -26/+62 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -1/+2 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -82/+72 |
| 2014-05-03 | rustdoc: Turn the noise down on implemented traits | Alex Crichton | -37/+7 |
| 2014-05-03 | rustdoc: Make static initalizers prettier | Alex Crichton | -24/+29 |
| 2014-05-03 | rustdoc: Fix inclusion of the new fonts | Alex Crichton | -6/+16 |
| 2014-04-29 | auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brson | bors | -1/+1 |
| 2014-04-26 | auto merge of #13777 : lifthrasiir/rust/no-multi-viewitemuse, r=alexcrichton | bors | -6/+4 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -6/+4 |
| 2014-04-26 | rustdoc: refactor and unstyle inline section headers | Adrien Tétar | -1/+1 |
| 2014-04-25 | rustdoc: bring it inline | Adrien Tétar | -13/+15 |
| 2014-04-21 | auto merge of #13587 : adrientetar/rust/more-docs, r=brson | bors | -1/+1 |
| 2014-04-20 | rustdoc: Display tuple structs correctly | Alex Crichton | -12/+32 |
| 2014-04-20 | doc: unifying with rustdoc | Adrien Tétar | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -3/+3 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -2/+1 |
| 2014-04-16 | auto merge of #13485 : adrientetar/rust/newrustdoc, r=brson | bors | -22/+23 |
| 2014-04-15 | rustdoc: add webfonts and tweak the styles accordingly | Adrien Tétar | -22/+23 |
| 2014-04-14 | rustdoc: Omit repeated paths in the search index. | Kang Seonghoon | -1/+15 |
| 2014-04-14 | rustdoc: Get rid of `allPaths` global variable by merging it into `searchIndex`. | Kang Seonghoon | -5/+4 |
| 2014-04-14 | rustdoc: Use an array instead of an object for the search index. | Kang Seonghoon | -4/+4 |
| 2014-04-14 | rustdoc: Represent item types as a small number in the search index. | Kang Seonghoon | -36/+19 |
| 2014-04-14 | rustdoc: Use smaller sequential numbers instead of `NodeId`s for parents. | Kang Seonghoon | -13/+22 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -17/+22 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -7/+7 |
| 2014-04-10 | rustdoc: Prune the paths that do not appear in the index. | Kang Seonghoon | -2/+15 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -4/+4 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -17/+22 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -1/+1 |
| 2014-03-31 | rustdoc: Switch field privacy as necessary | Alex Crichton | -18/+18 |
| 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 |