about summary refs log tree commit diff
path: root/doc/tutorial.md
AgeCommit message (Expand)AuthorLines
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
2012-07-04tutorial: Minor correctionBrian Anderson-1/+1
2012-07-04Remove empty argument lists from do expressionsBen Striegel-3/+3
2012-07-04Doc nit.Graydon Hoare-1/+1
2012-07-04tutorial: Make example less braceyBrian Anderson-15/+15
2012-07-04tutorial: More improvements to closure sectionBrian Anderson-37/+63
2012-07-03tutorial: More cleanupBrian Anderson-9/+4
2012-07-03tutorial: Add a more detailed example to the introBrian Anderson-3/+60
2012-07-03tutorial: Minor editing to introBrian Anderson-3/+2
2012-07-03tutorial: Restructure intro materialsBrian Anderson-9/+10
2012-07-02tutorial: Minor improvements to closuresBrian Anderson-20/+26
2012-07-02tutorial: More updates for closuresBrian Anderson-42/+71
2012-07-02tutorial: Some work on closuresBrian Anderson-36/+62
2012-07-01Convert to new closure syntaxBrian Anderson-20/+18
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-33/+21
2012-06-29Get rid of basically all of the remaining old style vecs in tests.Michael Sullivan-53/+62
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-20/+23
2012-06-22Remove section on resources from tutorial; add a todo to cover classesTim Chevalier-21/+2
2012-06-20doc: add information about suffix inference to tutorial and manual.Lindsey Kuper-6/+51