| Age | Commit message (Expand) | Author | Lines |
| 2014-01-09 | Fix cheatsheet examples on 32-bit platforms. | Huon Wilson | -3/+3 |
| 2014-01-07 | doc: Typos | Brian Anderson | -1/+1 |
| 2014-01-07 | Fixed code snippets | Clinton Ryan | -15/+15 |
| 2014-01-07 | Address some minor points in the pointer guide | Huon Wilson | -12/+18 |
| 2014-01-07 | doc: Add rustc and syntax to the index | Brian Anderson | -0/+2 |
| 2014-01-07 | doc: Add libgreen and libnative to the index | Brian Anderson | -0/+2 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -98/+98 |
| 2014-01-07 | doc: Fix URL of libextra docs | Brian Anderson | -1/+1 |
| 2014-01-07 | doc: Title reference manual consistently | Brian Anderson | -1/+1 |
| 2014-01-07 | doc: Highlight the testing guide correctly | Brian Anderson | -22/+22 |
| 2014-01-07 | mk: Start testing the cheatsheet | Brian Anderson | -3/+14 |
| 2014-01-07 | doc: Title guides consistently | Brian Anderson | -8/+8 |
| 2014-01-07 | doc: Fix table format in cheatsheet | Brian Anderson | -6/+6 |
| 2014-01-07 | doc: Syntax highlight the cheatsheet | Brian Anderson | -28/+28 |
| 2014-01-07 | auto merge of #11364 : brson/rust/docs, r=alexcrichton | bors | -151/+522 |
| 2014-01-07 | auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichton | bors | -0/+18 |
| 2014-01-06 | doc: Fix tests in pointer guide | Brian Anderson | -51/+58 |
| 2014-01-06 | Add Pointer tutorial, rename borrowed pointer tutorial. | Steve Klabnik | -8/+484 |
| 2014-01-06 | doc: Update style of index, organization and trim out some excess. | Brian Anderson | -144/+32 |
| 2014-01-06 | auto merge of #11123 : alan-andrade/rust/move_wiki_to_internal_docs, r=brson | bors | -4/+776 |
| 2014-01-06 | First phase of migrating the wiki to the internal docs #11078 | Alan Andrade | -4/+776 |
| 2014-01-06 | auto merge of #11335 : rlane/rust/fix-vector-doc, r=alexcrichton | bors | -2/+1 |
| 2014-01-06 | Fix formatting of some code blocks in pdf docs | Mick Koch | -0/+18 |
| 2014-01-05 | doc: update reference to new vector size syntax | Rich Lane | -2/+1 |
| 2014-01-05 | auto merge of #11106 : alan-andrade/rust/convert_tutorials_to_guides, r=cmr | bors | -26/+24 |
| 2014-01-05 | Convert sub tutorials into Guides #10838 | Alan Andrade | -26/+24 |
| 2014-01-05 | tutorial: add missing line to make example build. | Lindsey Kuper | -0/+1 |
| 2014-01-05 | tutorial: remove duplicate words. | Lindsey Kuper | -3/+3 |
| 2014-01-05 | tutorial: change `float` to `f32` since float is no longer a type. | Lindsey Kuper | -4/+4 |
| 2014-01-05 | Wording tweak suggested by @pcwalton. | Lindsey Kuper | -3/+4 |
| 2014-01-05 | Write up default methods for the tutorial. | Lindsey Kuper | -42/+111 |
| 2014-01-04 | doc: Fix an inexplicable error in a tutorial example | Brian Anderson | -1/+1 |
| 2014-01-04 | doc: Fix tutorial for struct deref | Brian Anderson | -10/+10 |
| 2014-01-04 | auto merge of #11271 : adridu59/rust/patch-io, r=huonw | bors | -36/+42 |
| 2014-01-04 | doc: un-xfail conditions tutorial | Adrien Tétar | -36/+42 |
| 2014-01-04 | auto merge of #11283 : brson/rust/doublefailure, r=alexcrichton | bors | -4/+2 |
| 2014-01-03 | auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton | bors | -20/+4 |
| 2014-01-03 | libsyntax: Fix tests. | Patrick Walton | -1/+0 |
| 2014-01-03 | auto merge of #11277 : brson/rust/more0.9, r=alexcrichton | bors | -5/+5 |
| 2014-01-03 | doc: Remove all mentions of `@mut` from the documentation. | Patrick Walton | -19/+4 |
| 2014-01-02 | auto merge of #11052 : jvns/rust/testing-tutorial, r=brson | bors | -0/+265 |
| 2014-01-02 | Abort on double-failure. #910 | Brian Anderson | -4/+2 |
| 2014-01-02 | Bump more version numbers to 0.9 | Brian Anderson | -5/+5 |
| 2013-12-31 | Add testing tutorial to docs | Julia Evans | -0/+265 |
| 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-30 | auto merge of #11185 : huonw/rust/doc-ignore, r=cmr | bors | -3/+4 |
| 2013-12-30 | rustdoc: only filter lines starting with '# ' from the shown code. | Huon Wilson | -3/+4 |
| 2013-12-29 | Update Docs to use crateid | Luis de Bethencourt | -8/+8 |
| 2013-12-29 | rust.md : update crate attributes. | eliovir | -2/+2 |