| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |