about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Collapse)AuthorLines
2012-09-04In DuplexStream explanation: change 'There' to 'The'.Jim Blandy-1/+1
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-2/+2
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-24Expunge mention of `match check` from the tutorialTim Chevalier-6/+1
2012-08-24Minor doc updates.Paul Stansifer-2/+3
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-13/+13
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-79/+0
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-29/+13
2012-08-08Add spawn_conversationJesse Ruderman-20/+22
2012-08-07Fix typo in tutorial: 'retern' -> 'return'alexrp-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-17/+17
2012-08-05doc: Update for alt arrowsBrian Anderson-20/+37
2012-08-01Convert ret to returnBrian Anderson-26/+24
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-24Typos in tutorialTim Chevalier-2/+2
2012-07-22Further revisions suggested by nmatsakis (#2990).Lindsey Kuper-9/+8
2012-07-22Tutorial revisions (among other things, closes #2990).Lindsey Kuper-73/+75
2012-07-20Fix failing tutorial test case. Fixes build breakageTim Chevalier-7/+5
2012-07-19Edit for styleTim Chevalier-7/+18
2012-07-19Merge remote-tracking branch 'Havvy/master' into Havvy-pull-reqTim Chevalier-0/+16
2012-07-18remove out of date text from tutorial regarding iface-less implsNiko Matsakis-23/+7
2012-07-14Use of the type in interfacesRyan Scheel-0/+12
2012-07-14Added note about type parameters in ifaces.Ryan Scheel-0/+4
Specficially, the type parameters should be left off of the function signatures in both the iface and the impl if they are already in the iface declaration.
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-97/+97
#2907.
2012-07-13update tutorial example to new syntax for unique strsNiko Matsakis-1/+1
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-07-10tutorial: Add more buffalo.Joshua Wise-2/+2
2012-07-10Get rid of some remaining uses of old style vecs.Michael Sullivan-2/+2
2012-07-100.2 -> 0.3Brian Anderson-4/+4
2012-07-10tutorial: Remove disclaimer. Redundant with previous sectionBrian Anderson-8/+0