| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | Move doc/ to src/doc/ | Alex Crichton | -3954/+0 |
| 2014-02-02 | auto merge of #11988 : cmr/rust/11668-squash, r=alexcrichton | bors | -5/+1 |
| 2014-02-02 | Change fmt! to format! | Byron Williams | -5/+1 |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -1/+1 |
| 2014-02-02 | rustc: update docs & propagate @[]/@str removal more. | Huon Wilson | -1/+1 |
| 2014-02-02 | doc: Remove references to `@str` from the documentation | Patrick Walton | -1/+1 |
| 2014-01-29 | auto merge of #11877 : Armavica/rust/doc-pm-vector, r=alexcrichton | bors | -13/+38 |
| 2014-01-29 | Removing usage of the do keyword from documentation | Scott Lawrence | -46/+0 |
| 2014-01-29 | Document vector destructuring with wildcard '..' | Virgile Andreani | -13/+38 |
| 2014-01-28 | Update extract-tests.py to use same test directives as rustdoc. | William Ting | -15/+15 |
| 2014-01-24 | Add '@' subpattern binding and examples to manual and tutorial | Virgile Andreani | -0/+21 |
| 2014-01-24 | Replace '*' by '..' in the doc of pattern matching | Virgile Andreani | -2/+2 |
| 2014-01-19 | document file! | Andre Arko | -0/+1 |
| 2014-01-18 | doc: fix dangling links in rust.md | Adrien Tétar | -12/+9 |
| 2014-01-17 | doc: fix rust.md fallout | Adrien Tétar | -21/+25 |
| 2014-01-17 | Elaborate manual on matching (dereference patterns, lvalue/rvalue matching) | Edward Z. Yang | -2/+20 |
| 2014-01-16 | Document blocks and use statements a little more | Alex Crichton | -5/+17 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -7/+7 |
| 2014-01-11 | Add inline attributes documentation. | William Ting | -6/+28 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -2/+2 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -21/+21 |
| 2014-01-07 | doc: Title reference manual consistently | Brian Anderson | -1/+1 |
| 2014-01-07 | auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichton | bors | -0/+3 |
| 2014-01-06 | Fix formatting of some code blocks in pdf docs | Mick Koch | -0/+3 |
| 2014-01-05 | doc: update reference to new vector size syntax | Rich Lane | -2/+1 |
| 2014-01-02 | Abort on double-failure. #910 | Brian Anderson | -4/+2 |
| 2013-12-31 | Update documentation to remove reference to ::rt logging | a_m0d | -19/+0 |
| 2013-12-30 | auto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton | bors | -1/+1 |
| 2013-12-29 | Update Docs to use crateid | Luis de Bethencourt | -6/+6 |
| 2013-12-29 | rust.md : update crate attributes. | eliovir | -2/+2 |
| 2013-12-17 | auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichton | bors | -1/+1 |
| 2013-12-17 | Update docs to new syntax. | Jack Moffitt | -1/+1 |
| 2013-12-16 | doc: Update the documentation to describe the `Pod` trait. | Patrick Walton | -0/+6 |
| 2013-12-15 | Correct definition of lvalues, fixes #10890 | Edward Z. Yang | -1/+5 |
| 2013-12-14 | auto merge of #10944 : metajack/rust/pkgid-docs, r=cmr | bors | -29/+16 |
| 2013-12-13 | auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichton | bors | -1/+0 |
| 2013-12-13 | doc: CSS changes + commit improved favicon | Adrien Tétar | -1/+0 |
| 2013-12-13 | auto merge of #10913 : cmr/rust/rustdoc_man, r=huonw | bors | -3/+1 |
| 2013-12-12 | Update documentation for new `pkgid` attribute. | Jack Moffitt | -29/+16 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -5/+5 |
| 2013-12-11 | proto is gone | kud1ing | -3/+1 |
| 2013-12-02 | auto merge of #10773 : jvns/rust/patch-1, r=cmr | bors | -0/+26 |
| 2013-12-02 | Add section on closure types to manual | Julia Evans | -0/+26 |
| 2013-12-02 | Bring the linkage documentation up-to-date | Alex Crichton | -0/+139 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -8/+4 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -3/+3 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -5/+7 |
| 2013-11-26 | auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton | bors | -0/+2 |
| 2013-11-26 | add `#[thread_local]` attribute | Daniel Micay | -0/+2 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -18/+12 |