about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
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/+21
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-06Add 'class' and 'new' to codemirror-rust.jsBrian Anderson-2/+2
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-12/+12
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-5/+5
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-37/+63
2012-07-01Convert to new closure syntaxBrian Anderson-26/+24
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-35/+23
2012-06-29Get rid of basically all of the remaining old style vecs in tests.Michael Sullivan-81/+90
2012-06-27Fix tabSize doc build breakage, also remove the stray tab that got into docs.Graydon Hoare-1/+2
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-65/+69
2012-06-25In doc reference, don't mention references, and stub out a section for classesTim Chevalier-16/+26
2012-06-22Remove section on resources from tutorial; add a todo to cover classesTim Chevalier-21/+2
2012-06-20Merge pull request #2684 from mozilla/incomingBrian Anderson-70/+67
2012-06-20doc: add information about suffix inference to tutorial and manual.Lindsey Kuper-13/+66
2012-06-20Remove bind. Issue #2189Brian Anderson-57/+1
2012-06-16Use smaller 32x32 logoKevin Cantu-4/+2
2012-06-16Add logo to HTML docsKevin Cantu-0/+8
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-77/+1