| Age | Commit message (Expand) | Author | Lines |
| 2013-11-26 | Updating docs with updated closure syntax, `&fn` -> `||` | Vijay Korapaty | -9/+9 |
| 2013-11-22 | minor rewording in the tutorial's `Rc` coverage | Daniel Micay | -1/+2 |
| 2013-11-21 | tutorial: alternatives to ownership | Daniel Micay | -48/+47 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -2/+2 |
| 2013-11-17 | Forbid privacy in inner functions | Alex Crichton | -2/+5 |
| 2013-11-14 | Fixes formatting | Noufal Ibrahim | -0/+3 |
| 2013-11-13 | doc: disable parser error highlighting + a few fixes | Adrien Tétar | -8/+8 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-08 | auto merge of #10354 : thestinger/rust/vector, r=huonw | bors | -133/+64 |
| 2013-11-08 | tutorial: rewrite the section vectors/strings | Daniel Micay | -133/+64 |
| 2013-11-07 | auto merge of #10243 : mattcarberry/rust/master, r=brson | bors | -1/+1 |
| 2013-11-03 | Fixed formatting. | Noufal Ibrahim | -0/+1 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -1/+1 |
| 2013-10-31 | auto merge of #10167 : briantdawn/rust/master, r=cmr | bors | -1/+1 |
| 2013-10-30 | Fixed incorrect usage of 'Borrowing'. | Brian | -1/+1 |
| 2013-10-28 | Capitalize statics in f32 and f64 mods | Ziad Hatahet | -13/+13 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -2/+2 |
| 2013-10-22 | Minor grammatical fixes and removed section on 'rust' tool | Michael Letterle | -16/+0 |
| 2013-10-22 | Remove old logging from the tutorial | Alex Crichton | -4/+4 |
| 2013-10-21 | doc: fix links to comply with the new rustdoc | Adrien Tétar | -28/+30 |
| 2013-10-16 | remove the rusti command | Daniel Micay | -3/+1 |
| 2013-10-13 | fix typos in doc/tutorial.md | Erik Lyon | -2/+2 |
| 2013-10-07 | auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton | bors | -1/+6 |
| 2013-10-08 | document raw string literals in tutorial.md and rust.md | Benjamin Herr | -1/+6 |
| 2013-10-07 | Document visibility in the manual/tutorial | Alex Crichton | -12/+13 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+8 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -104/+104 |
| 2013-09-30 | tutorial: Remove usage of fmt! | Alex Crichton | -17/+20 |
| 2013-09-28 | auto merge of #9589 : thestinger/rust/tutorial, r=alexcrichton | bors | -58/+70 |
| 2013-09-28 | tutorial: rewrite the sections on boxes/moves | Daniel Micay | -58/+70 |
| 2013-09-24 | tutorial.md : correct formula in fn area() | eliovir | -1/+1 |
| 2013-09-23 | auto merge of #9439 : steveklabnik/rust/build_rustpkg_tutorial, r=brson | bors | -1/+1 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -28/+0 |
| 2013-09-23 | Add rustpkg tutorial to the official tutorials. | Steve Klabnik | -1/+1 |
| 2013-09-23 | auto merge of #9423 : madjar/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2013-09-23 | Extended the module tutorial section about files a bit | Marvin Löbel | -13/+50 |
| 2013-09-23 | Fixed a small typo in the tutorial | Georges Dubus | -1/+1 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -5/+5 |
| 2013-09-20 | auto merge of #9327 : larsbergstrom/rust/tutorial_installation_tweak, r=catam... | bors | -3/+2 |
| 2013-09-19 | Clarify that snapshots are automatically retrieved. | Lars Bergstrom | -3/+2 |
| 2013-09-19 | doc: Fix the tutorial's link to rustpkg docs | blake2-ppc | -2/+2 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -1/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-16 | New rustpkg tutorial. | Steve Klabnik | -0/+2 |
| 2013-09-12 | Document the Zero trait | Erick Tryzelaar | -1/+1 |
| 2013-08-27 | auto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr | bors | -151/+576 |
| 2013-08-27 | Rewrote module tutorial | Marvin Löbel | -151/+576 |
| 2013-08-26 | doc: Link condition and error-handling tutorial from main tutorial | blake2-ppc | -0/+1 |
| 2013-08-23 | Talk about trait bounds in the tutorial. | Ben Blum | -1/+31 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -3/+2 |