about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
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-10Remove several references to resources; add section for Constants.Graydon Hoare-5/+16
2012-10-10Remove mention of res_item, add const_item. Reword a bit.Graydon Hoare-3/+3
2012-10-10Remove mention of argv.Graydon Hoare-1/+1
2012-10-10Mention deprecation of crate files.Graydon Hoare-0/+3
2012-10-10Tidy up macro_rules grammar.Graydon Hoare-6/+8
2012-10-10Mention doc comments.Graydon Hoare-1/+7
2012-10-10Remove mention of block-comment nesting.Graydon Hoare-4/+4
2012-10-10Fix markings about future in manual, remove out-of-date marker.Graydon Hoare-10/+5
2012-10-10Minor fixes to the runtime and scheduling part of manual.Graydon Hoare-3/+7
2012-10-10Mention other languages.Graydon Hoare-1/+2
2012-10-10Copyedit sections 9-11 of the borrowed pointer tutorial (last edits from me)Tim Chevalier-20/+25
2012-10-10Copyedit sections 7 and 8 of the borrowed pointer tutorialTim Chevalier-69/+73
2012-10-10Copyedit sections 5 and 6 of the borrowed pointer tutorialTim Chevalier-71/+77
2012-10-10Copyedit sections 3 and 4 of the borrowed pointer tutorialTim Chevalier-10/+11
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-09Remove section on 'note' expressions, they won't exist.Graydon Hoare-48/+0
2012-10-09Tighten up language surrounding declarations, assignments, inits, lvals.Graydon Hoare-42/+22
2012-10-09Copyedit first two sections of borrowed pointer tutorialTim Chevalier-49/+49
2012-10-09Copyedit FFI tutorialTim Chevalier-66/+65
2012-10-09Copyedit tasks tutorialTim Chevalier-119/+124
2012-10-09Fix tutorial breakage.Graydon Hoare-6/+1
2012-10-09Copyedit the macro tutorialTim Chevalier-44/+73
2012-10-09doc: Remove duplicate word typo in the tutorial.tav-1/+1
2012-10-07Clean up unfinished portions of task tutorialBrian Anderson-9/+2
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-163/+154
2012-10-06docs: Edit the into bulletsBrian Anderson-15/+11
2012-10-06docs: Clean up trait and module examplesBrian Anderson-8/+5
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-6/+4
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-05Fix nits in logging section.Graydon Hoare-17/+12
2012-10-05Reword memory-ownership section.Graydon Hoare-11/+8
2012-10-05Replace box types section with pointer types section.Graydon Hoare-21/+47
2012-10-05Minor reformatting.Graydon Hoare-6/+6
2012-10-05Add section on unsafe functions, reword explanation on unsafe-overriding-purity.Graydon Hoare-20/+30
2012-10-05Add section on lvals, rvals and temps.Graydon Hoare-0/+19
2012-10-05Rewrite the communication-between-tasks section completely.Graydon Hoare-48/+15
2012-10-05Remove port/chan-specific lifecycle terminology.Graydon Hoare-6/+5