| Age | Commit message (Expand) | Author | Lines |
| 2013-08-12 | Remove unnecessary return | Corey Richardson | -1/+1 |
| 2013-08-10 | Merge branch 'master' of https://github.com/MAnyKey/rust into rollup | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollup | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | typo in tutorial | Maxim Kolganov | -1/+1 |
| 2013-08-08 | Fix more priv fallout | Corey Richardson | -2/+2 |
| 2013-08-07 | Fix incorrect non-exhaustive matching for fixed length vecs | Stepan Koltsov | -1/+1 |
| 2013-08-06 | remove `extra::iter` | Daniel Micay | -1/+1 |
| 2013-08-03 | rm obsolete documentation on `for` | Daniel Micay | -11/+6 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -1/+1 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-29 | auto merge of #7984 : gifnksm/rust/tutorial-links, r=bstrie | bors | -8/+6 |
| 2013-07-26 | Deny all warnings by default in doc tests | Alex Crichton | -0/+1 |
| 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-18 | auto merge of #7845 : gifnksm/rust/tutorial-remove-dup, r=cmr | bors | -11/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -42/+51 |
| 2013-07-17 | tutorial: remove unused link references. | gifnksm | -6/+1 |
| 2013-07-17 | tutorial: remove duplicate link references. | gifnksm | -6/+1 |
| 2013-07-09 | I forgot the changes to the docs as well | Jens Nockert | -10/+7 |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -2/+2 |
| 2013-07-02 | doc: Update links to 0.7 release-0.7 0.7 | Brian Anderson | -5/+5 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -2/+2 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -2/+2 |
| 2013-06-28 | add a tutorial on containers and iterators | Daniel Micay | -126/+1 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -3/+3 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -3/+3 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -13/+44 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -4/+4 |
| 2013-06-21 | Minor doc updates to reflect #[deriving(Zero)], and small release notes adjus... | Huon Wilson | -1/+1 |
| 2013-06-21 | fix text of tutorials | Joris Rehm | -5/+5 |
| 2013-06-16 | Correct tutorial tests | Niko Matsakis | -3/+5 |
| 2013-06-16 | fix benchmark and the tutorials | Daniel Micay | -7/+2 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -1/+1 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 |
| 2013-06-07 | auto merge of #7003 : alco/rust/tutorial-block-expr, r=bstrie | bors | -4/+9 |
| 2013-06-08 | A reminder that a block is a single expr in closures | Alexei Sholik | -4/+9 |
| 2013-06-08 | Mention `for` in the section on loops | Alexei Sholik | -2/+5 |
| 2013-06-06 | tutorial: fix for-loop example | Ramkumar Ramachandra | -4/+5 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+5 |
| 2013-05-23 | Fix some std/extra language in the tutorial | Erick Tryzelaar | -6/+5 |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -58/+58 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -1/+1 |
| 2013-05-16 | syntax: implement #[deriving(DeepClone)]. Fixes #6514. | Huon Wilson | -2/+2 |
| 2013-05-14 | Replace shared/unique by managed/owned in the tutorial | Youngsoo Son | -1/+1 |
| 2013-05-13 | doc: document the #[deriving] attribute. | Huon Wilson | -0/+21 |
| 2013-05-10 | Replace io::println by println as it is now included in prelude.rs | Olivier Saut | -31/+27 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -4/+4 |