| Age | Commit message (Expand) | Author | Lines |
| 2013-07-02 | doc: Update links to 0.7 release-0.7 0.7 | Brian Anderson | -5/+5 |
| 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 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -4/+4 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -4/+4 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -13/+44 |
| 2013-06-22 | auto merge of #7274 : thestinger/rust/size_hint, r=huonw | bors | -7/+7 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -7/+7 |
| 2013-06-22 | auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwalton | bors | -1/+3 |
| 2013-06-22 | Merge pull request #7270 from thestinger/doc | Daniel Micay | -16/+32 |
| 2013-06-22 | Expand the deriving(ToStr) implementation | Alex Crichton | -1/+3 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -1/+1 |
| 2013-06-21 | Usable instructions for generating docs from source | Ralph Bodenner | -6/+21 |
| 2013-06-21 | Minor doc updates to reflect #[deriving(Zero)], and small release notes adjus... | Huon Wilson | -1/+2 |
| 2013-06-21 | fix text of tutorials | Joris Rehm | -9/+9 |
| 2013-06-16 | auto merge of #7184 : smvv/rust/doc_css, r=brson | bors | -12/+9 |
| 2013-06-16 | Correct docs | Niko Matsakis | -1/+1 |
| 2013-06-16 | Correct tutorial tests | Niko Matsakis | -3/+5 |
| 2013-06-16 | Remove h[123] border and increase their padding to better readability | Sander Mathijs van Veen | -12/+9 |
| 2013-06-16 | fix benchmark and the tutorials | Daniel Micay | -8/+3 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -1/+1 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-12 | auto merge of #7077 : SiegeLord/rust/new_css, r=pnkfelix | bors | -23/+73 |
| 2013-06-12 | std: remove substr & str::count_*, methodise char_len, implement slice_chars. | Huon Wilson | -1/+1 |
| 2013-06-11 | Alter rust.css to make the documentation look more appealing | SiegeLord | -23/+73 |
| 2013-06-11 | std: convert pow, hypot, atan2, log to take arguments by reference. | Huon Wilson | -2/+2 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -6/+6 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -8/+3 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -3/+3 |
| 2013-06-08 | remove deprecated vec::{is_empty, len} functions | Daniel Micay | -1/+1 |
| 2013-06-09 | std: remove foldr and alli methods in vec | Huon Wilson | -0/+1 |
| 2013-06-09 | std: remove fold[lr] in favour of iterators | Huon Wilson | -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-06-06 | Fix duplicate words in the docs | Alexei Sholik | -1/+1 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -9/+14 |
| 2013-06-02 | docs: Mention recently-added rustpkg features in the rustpkg manual | Tim Chevalier | -0/+19 |
| 2013-05-31 | fix tutorial lint warnings | Daniel Micay | -2/+1 |
| 2013-05-31 | mv the raw pointer {swap,replace}_ptr to std::ptr | Daniel Micay | -1/+1 |
| 2013-05-30 | Minor grammar fix. | Gábor Horváth | -1/+1 |
| 2013-05-30 | Minor style fix. | Gábor Horváth | -1/+1 |
| 2013-05-30 | Minor documentation addition. | Gábor Horváth | -1/+2 |
| 2013-05-29 | auto merge of #6825 : caitp/rust/issue-6824, r=Aatch | bors | -2/+2 |
| 2013-05-30 | Fixes #6824 - Correct scan_number() grammar | Caitlin Potter | -2/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -5/+37 |