summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
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
2012-07-10tutorial: Fix broken exampleBrian Anderson-1/+1
2012-07-10tutorial: Minor editingBrian Anderson-4/+4
2012-07-09tutorial: Expand the failure section a bitPatrick Walton-9/+25
2012-07-09tutorial: Add a better description of vectorsBrian Anderson-3/+3
2012-07-09tutorial: Emphasize GC in shared box sectionBrian Anderson-7/+5
2012-07-09tutorial: Minor formatting change in task exampleBrian Anderson-0/+1
2012-07-09tutorial: Overhaul task sectionBrian Anderson-50/+63
2012-07-09tutorial: Don't mention the non-existant --no-core switchBrian Anderson-1/+1
2012-07-09tutorial: Generics section cleanupBrian Anderson-35/+33
2012-07-09tutorial: Fix typos. Closes #2852Brian Anderson-4/+5
2012-07-09tutorial: pointer -> boxBrian Anderson-2/+2
2012-07-08tutorial: Fix a test-failure due to typoBrian Anderson-1/+1
2012-07-08It's hard to type when the cursor is not where you are actually typing.Ryan Scheel-1/+1
2012-07-08elt -> elementRyan Scheel-1/+1
2012-07-08Parameter/Variable names for for_rev and map extended.Ryan Scheel-7/+7
2012-07-08tutorial: Fill out bounded type test caseBrian Anderson-0/+5
2012-07-08tutorial: Make class example compileBrian Anderson-1/+1
2012-07-08tutorial: Fix capitalization of headerBrian Anderson-1/+1
2012-07-07tutorial: Describe blockquotes in the 'Conventions' sectionBrian Anderson-0/+4
2012-07-07tutorial: Put class warning in a blockquoteBrian Anderson-2/+2
2012-07-07tutorial: Add section on classes.Glenn Willen-0/+79
2012-07-07tutorial: CleanupBrian Anderson-15/+13
2012-07-07Merge remote-tracking branch 'ben0x539/incoming'Brian Anderson-1/+1
2012-07-07tutorial: TypoBrian Anderson-1/+1
2012-07-07tutorial: Add a few words about shadowingBrian Anderson-0/+8
2012-07-07tutorial: Add a section on common vector methodsBrian Anderson-0/+44
2012-07-07tutorial: Expand the section on vectorsBrian Anderson-39/+81
2012-07-07tutorial: Pointer cleanupBrian Anderson-12/+19
2012-07-07tutorial: Add a note about the experimentalness of borrowed pointersBrian Anderson-0/+6
2012-07-07tutorial: Reorder sections around the memory model discussionBrian Anderson-368/+348
2012-07-07tutorial: Use blockquotes for asides. Add stylingBrian Anderson-14/+14
2012-07-07tutorial: Expand the section on functionsBrian Anderson-6/+46
2012-07-07tutorial: Discuss failure and asserts togetherBrian Anderson-15/+15
2012-07-07tutioral: Discuss basic function syntax is discussed before the memory modelBrian Anderson-37/+37
2012-07-06tutorial: Use consistent casing in headersBrian Anderson-3/+3
2012-07-06tutorial: Add some work on borrowed pointersBrian Anderson-0/+27
2012-07-06tutorial: Expand the section on datatypesBrian Anderson-27/+61
2012-07-06tutorial: Fix a test-breaking typoBrian Anderson-1/+1
2012-07-06tutorial: Remove some triviaBrian Anderson-4/+1
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-4/+4
2012-07-06tutorial: Reduce header level for do/for loop sectionsBrian Anderson-2/+2
2012-07-06tutorial: Formatting fixBenjamin Herr-1/+1
2012-07-06tutorial: Minor tweakBrian Anderson-7/+6
2012-07-06tutorial: Add a section on the memory modelBrian Anderson-0/+76
2012-07-06tutorial: Minor tweaks to introBrian Anderson-7/+7
2012-07-06tutorial: Add a language overview to the introductionBrian Anderson-0/+27
2012-07-05Minor tutorial tweaksLindsey Kuper-30/+30