| Age | Commit message (Expand) | Author | Lines |
| 2013-09-24 | auto merge of #9450 : jzelinskie/rust/tutorial-tasks-result-signature, r=alex... | bors | -1/+1 |
| 2013-09-23 | auto merge of #9439 : steveklabnik/rust/build_rustpkg_tutorial, r=brson | bors | -8/+8 |
| 2013-09-23 | Fix signature of Result in tasks tutorial. Closes #8343 | Jimmy Zelinskie | -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 | -8/+8 |
| 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 | -25/+25 |
| 2013-09-20 | auto merge of #9278 : alexcrichton/rust/ndebug, r=brson | bors | -2/+2 |
| 2013-09-20 | Invert --cfg debug to --cfg ndebug | Alex Crichton | -2/+2 |
| 2013-09-20 | auto merge of #9327 : larsbergstrom/rust/tutorial_installation_tweak, r=catam... | bors | -3/+2 |
| 2013-09-19 | auto merge of #9315 : thestinger/rust/doc, r=alexcrichton | bors | -28/+33 |
| 2013-09-19 | Modernize extra::future API | Steven Fackler | -2/+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-18 | doc: Update container tutorial with new names of methods and macros | blake2-ppc | -22/+27 |
| 2013-09-18 | clarify vector stub in the container tutorial | Daniel Micay | -4/+4 |
| 2013-09-17 | Added support for a `\0` escape sequence. | Daniel Rosenwasser | -1/+1 |
| 2013-09-17 | document what unsafety means | Daniel Micay | -11/+63 |
| 2013-09-17 | auto merge of #9244 : thestinger/rust/drop, r=catamorphism | bors | -2/+2 |
| 2013-09-17 | auto merge of #9239 : steveklabnik/rust/rustpkg_tutorial, r=catamorphism | bors | -0/+225 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -2/+2 |
| 2013-09-16 | Updating rustpkg tutorial from feedback. | Steve Klabnik | -37/+16 |
| 2013-09-16 | New rustpkg tutorial. | Steve Klabnik | -0/+246 |
| 2013-09-16 | auto merge of #9223 : sfackler/rust/tasks-fix, r=catamorphism | bors | -4/+2 |
| 2013-09-15 | Remove references to std::pipes from task tutorial | Steven Fackler | -4/+2 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -18/+18 |
| 2013-09-14 | auto merge of #9115 : erickt/rust/master, r=erickt | bors | -2/+3 |
| 2013-09-13 | rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/ | Tim Chevalier | -9/+15 |
| 2013-09-12 | Document the Zero trait | Erick Tryzelaar | -2/+3 |
| 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 |