| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -2/+2 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -2/+2 |
| 2014-03-25 | rustdoc: Display rust logo again. Closes #13148 | Brian Anderson | -2/+2 |
| 2014-03-25 | auto merge of #12961 : cmr/rust/rustdoc-impls, r=alexcrichton | bors | -31/+45 |
| 2014-03-25 | rustdoc: render derived impls separately | Corey Richardson | -2/+16 |
| 2014-03-25 | rustdoc: html: use raw strings for great justice | Corey Richardson | -29/+29 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -8/+8 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -7/+7 |
| 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 | -35/+47 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -2/+2 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -9/+9 |
| 2014-03-18 | rustdoc: Implement cross-crate searching | Alex Crichton | -156/+190 |
| 2014-03-18 | libsyntax: librustdoc: ignore utf-8 BOM in .rs files | Liigo Zhuang | -1/+8 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -6/+3 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -3/+3 |
| 2014-03-12 | auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton | bors | -7/+8 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -7/+8 |
| 2014-03-12 | rustdoc: whitelist the headers that get a § on hover. | Huon Wilson | -13/+10 |
| 2014-03-09 | doc: CSS fixes | Adrien Tétar | -10/+7 |
| 2014-03-09 | rustdoc: hardcode each header as a link. | Huon Wilson | -14/+17 |
| 2014-03-09 | rustdoc: add table-of-contents recording & rendering, use it with plain | Huon Wilson | -10/+309 |
| 2014-03-09 | rustdoc: run on plain Markdown files. | Huon Wilson | -3/+15 |
| 2014-03-08 | Add an option to not run rustdoc blocks | Steven Fackler | -5/+6 |
| 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-06 | rustdoc: Don't escape contents of headers | Alex Crichton | -2/+1 |
| 2014-03-05 | rustdoc: Add anchors to section headers | Alex Crichton | -24/+105 |
| 2014-03-04 | rustdoc: tweak highlighting | Adrien Tétar | -17/+17 |
| 2014-03-02 | rustdoc: syntax highlight macro definitions, colour $... substitutions. | Huon Wilson | -10/+22 |
| 2014-03-01 | auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson | bors | -1/+1 |
| 2014-02-28 | rustdoc: Capture all output from rustc by default | Alex Crichton | -1/+1 |
| 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 #12484 : TheHydroImpulse/rust/fix_js, r=huonw | bors | -1/+1 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -11/+223 |
| 2014-02-23 | auto merge of #12311 : brson/rust/unstable, r=alexcrichton | bors | -1/+1 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -11/+223 |
| 2014-02-22 | Fixed invalid JavaScript | Daniel Fagnan | -1/+1 |
| 2014-02-22 | auto merge of #12439 : cmr/rust/rustdoc-reset, r=thestinger | bors | -4/+13 |
| 2014-02-21 | rustdoc: web: don't reset the search bar | Corey Richardson | -4/+13 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -0/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -209/+209 |