| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | Add the Guide, add warning to tutorial. | Steve Klabnik | -1/+1 |
| 2014-06-24 | Remove the cheat sheet. | Steve Klabnik | -1/+1 |
| 2014-06-09 | mk: Ensure docs have relative links to each other | Alex Crichton | -2/+6 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+3 |
| 2014-06-01 | mk: Less noisy rustdoc invocations | Alex Crichton | -3/+5 |
| 2014-05-27 | mk: Don't build any docs with --disable-docs. | Luqman Aden | -0/+1 |
| 2014-05-25 | doc: add a new language design faq | Corey Richardson | -2/+2 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-15 | Render not_found with an absolute path to the rust stylesheet | Richo Healey | -3/+9 |
| 2014-05-13 | docs: Add a not found page | Richo Healey | -1/+1 |
| 2014-05-03 | rustdoc: Fix inclusion of the new fonts | Alex Crichton | -20/+0 |
| 2014-04-25 | doc,rustdoc: store webfonts locally | Adrien Tétar | -0/+20 |
| 2014-04-15 | auto merge of #13416 : brson/rust/30min, r=alexcrichton | bors | -1/+1 |
| 2014-04-10 | mk: Add a dummy CFG_COMPILER_HOST_TRIPLE to rustdoc invocation. | Kang Seonghoon | -0/+1 |
| 2014-04-09 | doc: Add "A 30-minute Introduction to Rust" | Brian Anderson | -1/+1 |
| 2014-04-03 | std: Document builtin syntax extensions | Alex Crichton | -1/+1 |
| 2014-03-27 | verify-grammar path to rust.md | Jan Kobler | -1/+1 |
| 2014-03-15 | docs: begin a "low-level & unsafe code" guide. | Huon Wilson | -1/+2 |
| 2014-03-12 | Test fixes from rolling up PRs | Alex Crichton | -2/+2 |
| 2014-03-12 | mk: Fix warnings about duplicated rules | Alex Crichton | -4/+4 |
| 2014-03-11 | doc: remove outdated tutorial entry, restore removed Makefile entries | Adrien Tétar | -3/+3 |
| 2014-03-11 | doc: auto-generate LaTeX includes | Adrien Tétar | -8/+8 |
| 2014-03-09 | doc: have a real switch b/w LaTeX compilers | Adrien Tétar | -12/+14 |
| 2014-03-09 | doc: remove node.js dependency | Adrien Tétar | -10/+3 |
| 2014-03-09 | mk: only build PDFs of the manual and tutorial. | Huon Wilson | -2/+12 |
| 2014-03-09 | docs: render rustdoc docs with rustdoc, hack around sundown code-fence | Huon Wilson | -1/+1 |
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -216/+173 |
| 2014-02-08 | auto merge of #12114 : brson/rust/faqs, r=cmr | bors | -6/+0 |
| 2014-02-08 | doc: Modernize FAQs just slightly | Brian Anderson | -6/+0 |
| 2014-02-07 | doc: add license information for gen. files | Adrien Tétar | -6/+17 |
| 2014-02-06 | auto merge of #12076 : alexcrichton/rust/rpath-makefile-dep, r=thestinger | bors | -3/+4 |
| 2014-02-06 | Don't include rpath lines in dependency lists | Alex Crichton | -3/+4 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -6/+0 |
| 2014-02-02 | Rewrite the doc makefile for doc => src/doc | Alex Crichton | -54/+61 |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -12/+0 |
| 2014-01-26 | Refactor the build system for easily adding crates | Alex Crichton | -23/+12 |
| 2014-01-17 | doc: fix version stamp for TeX files | Adrien Tétar | -7/+8 |
| 2014-01-13 | dox: Write a guide to the rust runtime | Alex Crichton | -1/+7 |
| 2014-01-11 | doc: build the docs for librustpkg | Kevin Ballard | -1/+3 |
| 2014-01-11 | Trim src/ README, bring back version_info everywhere | Adrien Tétar | -2/+2 |
| 2014-01-10 | doc: build the docs for librustuv | Alex Crichton | -0/+1 |
| 2014-01-06 | Add Pointer tutorial, rename borrowed pointer tutorial. | Steve Klabnik | -2/+8 |
| 2014-01-06 | mk: Fix formatting of docs.mk | Brian Anderson | -2/+2 |
| 2014-01-06 | rust_version.html is a HTML_DEPS and every html has it as dependecy | Alan Andrade | -34/+29 |
| 2014-01-06 | First phase of migrating the wiki to the internal docs #11078 | Alan Andrade | -12/+47 |
| 2014-01-05 | Convert sub tutorials into Guides #10838 | Alan Andrade | -17/+23 |
| 2013-12-31 | Add testing tutorial to docs | Julia Evans | -0/+7 |
| 2013-12-29 | Add a compiler-docs target | Corey Richardson | -2/+13 |
| 2013-12-28 | Add docs for more crates | Corey Richardson | -0/+4 |
| 2013-12-13 | auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichton | bors | -2/+2 |