| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -1/+1 |
| 2013-11-26 | Updating docs with updated closure syntax, `&fn` -> `||` | Vijay Korapaty | -8/+8 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -2/+2 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -2/+2 |
| 2013-11-21 | auto merge of #10587 : thestinger/rust/stack, r=pcwalton | bors | -7/+5 |
| 2013-11-21 | remove segmented stacks from the manual | Daniel Micay | -7/+5 |
| 2013-11-20 | update manual to reflect &'lifetime syntax | Isaac Dupree | -1/+1 |
| 2013-11-17 | auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmr | bors | -0/+1 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -0/+1 |
| 2013-11-16 | Fix the `num_lit` grammar in the reference manual. | Chris Morgan | -1/+3 |
| 2013-11-07 | auto merge of #10243 : mattcarberry/rust/master, r=brson | bors | -1/+4 |
| 2013-11-04 | docs: Replace std::iterator with std::iter. | Huon Wilson | -5/+4 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -1/+4 |
| 2013-10-31 | Implement a concat!() format extension | Alex Crichton | -0/+1 |
| 2013-10-22 | Update the manual. | Luqman Aden | -4/+11 |
| 2013-10-22 | Minor grammatical fixes and removed section on 'rust' tool | Michael Letterle | -1/+1 |
| 2013-10-22 | Remove old logging from the tutorial | Alex Crichton | -14/+14 |
| 2013-10-21 | doc: tidy and cleanup CSS deps, add tutorial PDF generation | Adrien Tétar | -203/+156 |
| 2013-10-18 | auto merge of #9851 : alexcrichton/rust/include_bin, r=huonw | bors | -2/+5 |
| 2013-10-18 | Optimize include_bin! for large inputs | Alex Crichton | -2/+5 |