summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
2012-10-11tutorial: add note about mutability of vectorsDaniel Patterson-2/+6
2012-10-11Fix tutorial link to tasksTim Chevalier-1/+3
2012-10-10Copyedit sections 11-13 of the tutorial. That's all, folks!Tim Chevalier-85/+103
2012-10-10Copyedit sections 9 and 10 of the tutorialTim Chevalier-45/+48
2012-10-10Copyedit sections 7 and 8 of the tutorialTim Chevalier-70/+75
2012-10-10Copyedit sections 5 and 6 of the tutorialTim Chevalier-45/+65
2012-10-10Copyedit section 4 of tutorialTim Chevalier-42/+49
2012-10-10Copyedit section 3 of tutorialTim Chevalier-45/+53
2012-10-10Copyedit sections 1 and 2 of tutorialTim Chevalier-32/+29
2012-10-10Update tutorial install instructionsBrian Anderson-2/+2
2012-10-09doc: Tweak the wording of the memory model goalsPatrick Walton-9/+10
2012-10-09doc: Fix some inaccuracies in the tutorial.Patrick Walton-3/+2
2012-10-09doc: Remove duplicate word typo in the tutorial.tav-1/+1
2012-10-07Work on the tutorial section on 'do'Brian Anderson-23/+22
2012-10-07TutorialBrian Anderson-9/+7
2012-10-06More tutorial tweakingBrian Anderson-13/+10
2012-10-06'The' Rust Language TutorialBrian Anderson-1/+1
2012-10-06Remove some redundant info from tutorialBrian Anderson-13/+1
2012-10-06docs: Fix capitalization of section titleBrian Anderson-1/+1
2012-10-06docs: Remove more uses of recordsBrian Anderson-3/+3
2012-10-06tutorial: Add missing struct nameJacob Harris Cryer Kragh-4/+4
2012-10-06Overhaul mods and crates section of tutorialBrian Anderson-162/+153
2012-10-06docs: Edit the into bulletsBrian Anderson-15/+11
2012-10-06docs: Clean up trait and module examplesBrian Anderson-8/+5
2012-10-05docs: Remove some 'extern mod std's from tutorialBrian Anderson-8/+2
2012-10-05docs: Simplify a tutorial exampleBrian Anderson-1/+1
2012-10-05doc: Strings are vectors of u8, not [u8]Brian Anderson-1/+1
2012-10-05docs: Add a section on pointer dereferencingBrian Anderson-0/+67
2012-10-04docs: Fix exampleBrian Anderson-1/+1
2012-10-04docs: Explain a little bit about dtorsBrian Anderson-0/+30
2012-10-04docs: Tweaks to section on constantsBrian Anderson-8/+1
2012-10-04docs: Add section on constants to tutorialBrian Anderson-0/+35
2012-10-04docs: Minor tutorial tweaksBrian Anderson-2/+2
2012-10-04docs: Don't talk about mutable vecs in tutorial. Use inherited mutabilityBrian Anderson-44/+55
2012-10-04docs: minor tutorial fixesAndrew Paseltiner-11/+11
2012-10-04docs: TweaksBrian Anderson-16/+6
2012-10-04More looking at the tutorial, small changesKevin Cantu-59/+61
2012-10-04docs: Explain underscore prefix in tutorialBrian Anderson-2/+7
2012-10-03docs: Fix a broken testBrian Anderson-1/+1
2012-10-03Revert "docs: Call () 'unit' instead of 'nil'"Brian Anderson-7/+7
2012-10-03docs: TypoBrian Anderson-1/+1
2012-10-03docs: Call () 'unit' instead of 'nil'Brian Anderson-7/+7
2012-10-03docs: The real answerBrian Anderson-1/+1
2012-10-03A run through the tutorial, small changesKevin Cantu-42/+58
2012-10-02doc: Minor tutorial improvementsBrian Anderson-30/+30
2012-10-01docs: TypoBrian Anderson-1/+1
2012-09-26tutorial: changing `again` to `loop`Daniel Patterson-3/+3
2012-09-26tutorial: Convert a list to proseBrian Anderson-6/+3
2012-09-26tutorial: Minor tweaksBrian Anderson-2/+2
2012-09-26tutorial: Delete 'what to be aware of'Brian Anderson-9/+0