summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
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
2013-08-12Remove unnecessary returnCorey Richardson-1/+1
2013-08-10Merge branch 'master' of https://github.com/MAnyKey/rust into rollupErick Tryzelaar-1/+1
2013-08-10Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollupErick Tryzelaar-1/+1
2013-08-09typo in tutorialMaxim Kolganov-1/+1
2013-08-08Fix more priv falloutCorey Richardson-2/+2
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-1/+1
2013-08-06remove `extra::iter`Daniel Micay-1/+1
2013-08-03rm obsolete documentation on `for`Daniel Micay-11/+6
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-1/+1
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-29auto merge of #7984 : gifnksm/rust/tutorial-links, r=bstriebors-8/+6
2013-07-26Deny all warnings by default in doc testsAlex Crichton-0/+1
2013-07-23tutorial: Remove the sentence about mutable fields.gifnksm-4/+2
2013-07-23tutorial: Fix obsolete namesgifnksm-3/+3
2013-07-23tutorial: Repair broken linksgifnksm-3/+3
2013-07-21Exposed previously hidden 'use' statements in the tutorial's sample code.zslayton-11/+12
2013-07-18auto merge of #7845 : gifnksm/rust/tutorial-remove-dup, r=cmrbors-11/+1
2013-07-17test: Fix tests.Patrick Walton-42/+51
2013-07-17tutorial: remove unused link references.gifnksm-6/+1
2013-07-17tutorial: remove duplicate link references.gifnksm-6/+1
2013-07-09I forgot the changes to the docs as wellJens Nockert-10/+7
2013-07-03auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmrbors-2/+2
2013-07-02doc: Update links to 0.7 release-0.7 0.7Brian Anderson-5/+5
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-2/+2
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-2/+2
2013-06-28add a tutorial on containers and iteratorsDaniel Micay-126/+1
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-3/+3
2013-06-25Change finalize -> drop.Luqman Aden-3/+3
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-13/+44
2013-06-23vec: remove BaseIter implementationDaniel Micay-4/+4