| Age | Commit message (Expand) | Author | Lines |
| 2013-10-10 | auto merge of #9732 : catamorphism/rust/rustpkg-read-only, r=brson | bors | -1/+8 |
| 2013-10-10 | rustpkg: Make checked-out source files read-only, and overhaul where temporar... | Tim Chevalier | -1/+8 |
| 2013-10-10 | Fixed typo under 'Segmented stacks and the linter', and removed superfluous t... | Michael 'devbug' Williams | -7/+7 |
| 2013-10-07 | auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton | bors | -5/+38 |
| 2013-10-07 | Fix merge fallout of privacy changes | Alex Crichton | -0/+4 |
| 2013-10-08 | document raw string literals in tutorial.md and rust.md | Benjamin Herr | -5/+38 |
| 2013-10-07 | Document visibility in the manual/tutorial | Alex Crichton | -12/+174 |
| 2013-10-06 | auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr | bors | -0/+60 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+60 |
| 2013-10-05 | docs / rustpkg: Document `rustpkg test` more | Tim Chevalier | -0/+48 |
| 2013-10-02 | syntax: Add #[deriving(FromPrimitive)] syntax extension | Erick Tryzelaar | -0/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -230/+215 |
| 2013-10-01 | auto merge of #9645 : dckc/rust/patch-2, r=catamorphism | bors | -3/+3 |
| 2013-09-30 | tutorial: Remove usage of fmt! | Alex Crichton | -55/+59 |
| 2013-09-30 | clarify that rust_pkg is a place-holder | Dan Connolly | -3/+3 |
| 2013-09-28 | auto merge of #9589 : thestinger/rust/tutorial, r=alexcrichton | bors | -58/+70 |
| 2013-09-28 | tutorial: rewrite the sections on boxes/moves | Daniel Micay | -58/+70 |
| 2013-09-28 | auto merge of #9459 : eliovir/rust/patch-1, r=bstrie | bors | -1/+1 |
| 2013-09-24 | tutorial.md : correct formula in fn area() | eliovir | -1/+1 |
| 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 |