| Age | Commit message (Expand) | Author | Lines |
| 2013-09-11 | auto merge of #9039 : singingboyo/rust/update-for-expr-docs, r=thestinger | bors | -17/+4 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-09-07 | Update for_expr docs. | Brandon Sanderson | -17/+4 |
| 2013-09-06 | Fix #6031. Allow symbolic log levels, not just numbers. | novalis | -3/+5 |
| 2013-09-04 | Implement support for indicating the stability of items. | Huon Wilson | -1/+57 |
| 2013-09-01 | auto merge of #8276 : kballard/rust/iterator-protocol, r=cmr | bors | -2/+35 |
| 2013-08-30 | doc/rust.md: Missing in keyword on keyword list. | Carlos | -1/+1 |
| 2013-08-29 | Make the iterator protocol more explicit | Kevin Ballard | -2/+35 |
| 2013-08-28 | doc: Remove statement about scheduling randomness | Brian Anderson | -15/+0 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -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-23 | auto merge of #8692 : kballard/rust/ffi-tutorial-c_str, r=huonw | bors | -3/+2 |
| 2013-08-23 | auto merge of #8682 : adridu59/rust/master, r=cmr | bors | -0/+12 |
| 2013-08-22 | Clarify use_decl module resolution docs. | Brandon Sanderson | -0/+32 |
| 2013-08-22 | Update FFI tutorial to reference `c_str::to_c_str` | Kevin Ballard | -3/+2 |
| 2013-08-22 | doc: add range iterators in the for loop section | Adrien Tétar | -0/+12 |
| 2013-08-21 | Change type of extern fns from `*u8` to `extern "ABI" fn` | Niko Matsakis | -11/+21 |
| 2013-08-21 | auto merge of #8585 : jankobler/rust/extract-grammar-01, r=catamorphism | bors | -2/+2 |
| 2013-08-20 | enable tests for the container tutorial | Daniel Micay | -3/+3 |
| 2013-08-20 | iterator: add a method for reversing a container | Daniel Micay | -0/+10 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -7/+5 |
| 2013-08-19 | doc: add condition tutorial | Graydon Hoare | -0/+876 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+141 |
| 2013-08-18 | insert space | Jan Kobler | -2/+2 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -3/+3 |
| 2013-08-15 | update the iterator tutorial | Daniel Micay | -15/+11 |
| 2013-08-15 | auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphism | bors | -4/+4 |
| 2013-08-14 | auto merge of #8480 : cmr/rust/tutorial, r=metajack | bors | -1/+1 |
| 2013-08-14 | auto merge of #8469 : gifnksm/rust/tutorial-ja, r=graydon | bors | -1776/+18460 |
| 2013-08-15 | std: Move the iterator param on FromIterator and Extendable to the method. | Huon Wilson | -4/+4 |
| 2013-08-12 | Remove unnecessary return | Corey Richardson | -1/+1 |
| 2013-08-13 | tutorial: Add Japanese translation | gifnksm | -98/+1460 |
| 2013-08-12 | auto merge of #8429 : catamorphism/rust/rustpkg-docs, r=catamorphism | bors | -0/+5 |
| 2013-08-12 | doc: Generate .po files for Japanse translations | gifnksm | -1/+15258 |
| 2013-08-12 | doc: Update .pot files | gifnksm | -1775/+1840 |
| 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 | docs: In rustpkg manual, note future plans about versions | Tim Chevalier | -0/+5 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -8/+22 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -8/+22 |
| 2013-08-09 | typo in tutorial | Maxim Kolganov | -1/+1 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -2/+44 |
| 2013-08-08 | Fix more priv fallout | Corey Richardson | -2/+2 |
| 2013-08-07 | Add some documentation about globals in ffi docs | Alex Crichton | -0/+42 |
| 2013-08-07 | Disable linked failure tests | Brian Anderson | -8/+8 |
| 2013-08-07 | doc: Fix deadlocks in tutorial due to yield bustage | Brian Anderson | -3/+6 |
| 2013-08-07 | Fix incorrect non-exhaustive matching for fixed length vecs | Stepan Koltsov | -1/+1 |