about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorLines
2012-09-04doc: Fix broken examplesBrian Anderson-6/+6
2012-09-04Merge pull request #3333 from dbp/tutorialBrian Anderson-1/+3
tutorial: adding link and reference to sublime text package.
2012-09-04In DuplexStream explanation: change 'There' to 'The'.Jim Blandy-1/+1
2012-09-01Remove the 'to' keywordBrian Anderson-2/+2
2012-09-01tutorial: adding link and reference to sublime text package.Daniel Patterson-1/+3
2012-08-31doc: Remove some unneeded sections on type inference and generic modesPatrick Walton-74/+14
2012-08-31doc: Remove the section on modes from the tutorialPatrick Walton-92/+0
2012-08-31doc: Trim down the tutorial a little morePatrick Walton-72/+55
2012-08-31doc: Update the tutorialPatrick Walton-441/+180
2012-08-31Remove the no-longer-true fact of cmp (and soon, log) being universal.Graydon Hoare-13/+0
2012-08-31Fix up the tutorial doc-tests.Graydon Hoare-1/+10
2012-08-28Convert core::pipes to camel caseBrian Anderson-4/+4
2012-08-27Camel case various core constructorsBrian Anderson-9/+9
2012-08-26Camel case the option typeBrian Anderson-10/+10
2012-08-24Expunge mention of `match check` from the tutorialTim Chevalier-6/+1
2012-08-24Minor doc updates.Paul Stansifer-3/+19
2012-08-24Remove the old syntax extension section in the documentation.Paul Stansifer-81/+5
2012-08-24Add a section on syntax extensions to the Rust reference docs.Paul Stansifer-1/+90
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-5/+5
Closes #3245
2012-08-23Clarify that macros are expr-positioned.Paul Stansifer-0/+5
2012-08-23Update the tutorial with the new macro system.Paul Stansifer-9/+154
2012-08-23Update macro invocation syntax in documentation.Paul Stansifer-19/+19
2012-08-20Rename the template for version_info.htmlKevin Cantu-0/+0
2012-08-20Add comma after 'For example'.Jim Blandy-1/+1
2012-08-18Tutorial: clarify 'other uses of safe references'Tim Chevalier-0/+7
2012-08-17Remove the class keywordBrian Anderson-242/+7
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some ↵Eric Holk-18/+17
types in core::pipes
2012-08-16Fix compile errors in tutorial tests.Eric Holk-2/+2
2012-08-16Updating the communication portion of the tutorial in terms of pipesEric Holk-59/+47
2012-08-15Convert more core types to camel caseBrian Anderson-6/+6
2012-08-09tutorial: "an trait" -> "a trait"Lindsey Kuper-2/+2
2012-08-08doc: Update to new trait syntaxBrian Anderson-35/+19
2012-08-08Merge pull request #3158 from alexrp/incomingBrian Anderson-1/+3
Operator-assignment expressions -> Compound assignment expressions.
2012-08-08Merge pull request #3153 from jruderman/sconvBen Blum-20/+22
Add spawn_conversation
2012-08-09Operator-assignment expressions -> Compound assignment expressions.alexrp-1/+3
Also add note about type.
2012-08-08Add spawn_conversationJesse Ruderman-20/+22
2012-08-08Remove remaining references to typestate in the manual.alexrp-29/+4
2012-08-08Alter the manual to speak of pure functions instead of predicate functions.alexrp-19/+12
Since the typestate system is gone, this makes more sense now.
2012-08-07Fix typo in tutorial: 'retern' -> 'return'alexrp-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-37/+37
2012-08-05doc: Update for alt arrowsBrian Anderson-41/+58
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-3/+3
API is (for now) mostly by value, there are options to use it by reference if you like. Hash and equality functions must be pure and by reference (forward looking to the day when something like send_map becomes the standard map).
2012-08-01Convert ret to returnBrian Anderson-51/+49
2012-07-31Remove "iface" keyword from manual.Lindsey Kuper-1/+1
2012-07-31"iface" -> "trait" in CodeMirror mode.Lindsey Kuper-5/+5
2012-07-30tutorial: Corrections from Florian WeimerBrian Anderson-3/+3
2012-07-26Tutorial fixesTim Chevalier-16/+22
Closes #3032 Closes #3031 Closes #3030 Closes #3028
2012-07-25Change iface and interface to trait. Close #2967.Graydon Hoare-37/+38
2012-07-24Change task linked failure interface in manualBen Blum-3/+1
2012-07-24Typos in tutorialTim Chevalier-2/+2