| Age | Commit message (Expand) | Author | Lines |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -3/+3 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -23/+23 |
| 2013-08-03 | rm obsolete documentation on `for` | Daniel Micay | -11/+6 |
| 2013-08-03 | make `for` parse as `foreach` does | Daniel Micay | -8/+7 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -1/+1 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -10/+5 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -3/+3 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -32/+31 |
| 2013-07-29 | auto merge of #8032 : catamorphism/rust/rustpkg-tags, r=graydon | bors | -0/+8 |
| 2013-07-29 | auto merge of #7984 : gifnksm/rust/tutorial-links, r=bstrie | bors | -8/+6 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -34/+34 |
| 2013-07-26 | docs: Talk about tags that aren't versions in the "Package identifiers" section | Tim Chevalier | -0/+8 |
| 2013-07-26 | Deny all warnings by default in doc tests | Alex Crichton | -1/+2 |
| 2013-07-24 | improve container/iterator tutorial | Daniel Micay | -5/+7 |
| 2013-07-24 | document random-access iterators | Daniel Micay | -0/+28 |
| 2013-07-24 | expand on double-ended iterators in the tutorial | Daniel Micay | -6/+22 |
| 2013-07-23 | tutorial: Remove the sentence about mutable fields. | gifnksm | -4/+2 |
| 2013-07-23 | tutorial: Fix obsolete names | gifnksm | -3/+3 |
| 2013-07-23 | tutorial: Repair broken links | gifnksm | -3/+3 |
| 2013-07-21 | Exposed previously hidden 'use' statements in the tutorial's sample code. | zslayton | -11/+12 |
| 2013-07-19 | updated manual | maikklein | -3/+2 |
| 2013-07-18 | auto merge of #7846 : alexcrichton/rust/static-mut-dox, r=pnkfelix | bors | -0/+35 |
| 2013-07-18 | auto merge of #7845 : gifnksm/rust/tutorial-remove-dup, r=cmr | bors | -11/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -160/+109 |
| 2013-07-17 | Add documentation about mutable statics to rust.md | Alex Crichton | -0/+35 |
| 2013-07-17 | tutorial: remove unused link references. | gifnksm | -6/+1 |
| 2013-07-17 | tutorial: remove duplicate link references. | gifnksm | -6/+1 |
| 2013-07-17 | Add project information to l10n templates. | OGINO Masanori | -895/+1198 |
| 2013-07-16 | Add doc and examples for attributes allow/warn/deny/forbid. | Felix S. Klock II | -2/+71 |
| 2013-07-12 | extend the iterator tutorial | Daniel Micay | -0/+101 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -12/+9 |
| 2013-07-09 | I forgot the changes to the docs as well | Jens Nockert | -12/+9 |
| 2013-07-09 | auto merge of #7641 : lucab/rust/lucab/po4a, r=catamorphism | bors | -0/+14904 |
| 2013-07-07 | Generate initial translatable templates for documentation | Luca Bruno | -0/+14889 |
| 2013-07-07 | Use po4a to provide translatable documentation | Luca Bruno | -0/+15 |
| 2013-07-07 | auto merge of #7582 : mitsuhiko/rust/doc-fixes, r=huonw | bors | -1/+1 |
| 2013-07-04 | auto merge of #7549 : sfackler/rust/docs, r=msullivan | bors | -6/+1 |
| 2013-07-04 | Removed drop from the keyword list in the docs | Armin Ronacher | -1/+1 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -1/+1 |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -8/+8 |
| 2013-07-02 | Removing the rename warning | Steven Fackler | -2/+0 |
| 2013-07-02 | Fixed documentation for finalize->drop change | Steven Fackler | -2/+2 |
| 2013-07-02 | doc: Update links to 0.7 release-0.7 0.7 | Brian Anderson | -5/+5 |
| 2013-07-01 | Small documentation changes | Steven Fackler | -3/+0 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -8/+8 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -2/+2 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -9/+9 |
| 2013-06-28 | add a tutorial on containers and iterators | Daniel Micay | -126/+208 |
| 2013-06-27 | rustpkg: Update manual | Tim Chevalier | -0/+10 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -1/+1 |