summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2013-11-26Updating docs with updated closure syntax, `&fn` -> `||`Vijay Korapaty-9/+9
2013-11-22minor rewording in the tutorial's `Rc` coverageDaniel Micay-1/+2
2013-11-21tutorial: alternatives to ownershipDaniel Micay-48/+47
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-2/+2
2013-11-17Forbid privacy in inner functionsAlex Crichton-2/+5
2013-11-14Fixes formattingNoufal Ibrahim-0/+3
2013-11-13doc: disable parser error highlighting + a few fixesAdrien Tétar-8/+8
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-08auto merge of #10354 : thestinger/rust/vector, r=huonwbors-133/+64
2013-11-08tutorial: rewrite the section vectors/stringsDaniel Micay-133/+64
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-1/+1
2013-11-03Fixed formatting.Noufal Ibrahim-0/+1
2013-11-02Added octal literal support.Matt Carberry-1/+1
2013-10-31auto merge of #10167 : briantdawn/rust/master, r=cmrbors-1/+1
2013-10-30Fixed incorrect usage of 'Borrowing'.Brian-1/+1
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-13/+13
2013-10-24Test fixes and merge conflictsAlex Crichton-2/+2
2013-10-22Minor grammatical fixes and removed section on 'rust' toolMichael Letterle-16/+0
2013-10-22Remove old logging from the tutorialAlex Crichton-4/+4
2013-10-21doc: fix links to comply with the new rustdocAdrien Tétar-28/+30
2013-10-16remove the rusti commandDaniel Micay-3/+1
2013-10-13fix typos in doc/tutorial.mdErik Lyon-2/+2
2013-10-07auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichtonbors-1/+6
2013-10-08document raw string literals in tutorial.md and rust.mdBenjamin Herr-1/+6
2013-10-07Document visibility in the manual/tutorialAlex Crichton-12/+13
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+8
2013-10-01remove the `float` typeDaniel Micay-104/+104
2013-09-30tutorial: Remove usage of fmt!Alex Crichton-17/+20
2013-09-28auto merge of #9589 : thestinger/rust/tutorial, r=alexcrichtonbors-58/+70
2013-09-28tutorial: rewrite the sections on boxes/movesDaniel Micay-58/+70
2013-09-24tutorial.md : correct formula in fn area()eliovir-1/+1
2013-09-23auto merge of #9439 : steveklabnik/rust/build_rustpkg_tutorial, r=brsonbors-1/+1
2013-09-23test: Fix rustdoc and tests.Patrick Walton-28/+0
2013-09-23Add rustpkg tutorial to the official tutorials.Steve Klabnik-1/+1
2013-09-23auto merge of #9423 : madjar/rust/patch-1, r=alexcrichtonbors-1/+1
2013-09-23Extended the module tutorial section about files a bitMarvin Löbel-13/+50
2013-09-23Fixed a small typo in the tutorialGeorges Dubus-1/+1
2013-09-21Update version numbers to 0.8Brian Anderson-5/+5
2013-09-20auto merge of #9327 : larsbergstrom/rust/tutorial_installation_tweak, r=catam...bors-3/+2
2013-09-19Clarify that snapshots are automatically retrieved.Lars Bergstrom-3/+2
2013-09-19doc: Fix the tutorial's link to rustpkg docsblake2-ppc-2/+2
2013-09-17auto merge of #9244 : thestinger/rust/drop, r=catamorphismbors-1/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-16New rustpkg tutorial.Steve Klabnik-0/+2
2013-09-12Document the Zero traitErick Tryzelaar-1/+1
2013-08-27auto merge of #8777 : Kimundi/rust/doc_stuff, r=cmrbors-151/+576
2013-08-27Rewrote module tutorialMarvin Löbel-151/+576
2013-08-26doc: Link condition and error-handling tutorial from main tutorialblake2-ppc-0/+1
2013-08-23Talk about trait bounds in the tutorial.Ben Blum-1/+31
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-3/+2