| Age | Commit message (Expand) | Author | Lines |
| 2012-10-11 | Merge pull request #3734 from dbp/tutorial-fixes release-0.4 0.4 | Brian Anderson | -2/+6 |
| 2012-10-11 | tutorial: add note about mutability of vectors | Daniel Patterson | -2/+6 |
| 2012-10-11 | manual: Lightly copyedit the crates section | Tim Chevalier | -40/+26 |
| 2012-10-11 | manual: Lightly copyedit the macros section | Tim Chevalier | -17/+13 |
| 2012-10-11 | Fix tutorial-ffi tests | Tim Chevalier | -4/+4 |
| 2012-10-11 | manual: fix one more nit. | Graydon Hoare | -1/+1 |
| 2012-10-11 | manual: fix accidentally broken test. | Graydon Hoare | -2/+2 |
| 2012-10-11 | manual: remove as many ~[] literals as possible. | Graydon Hoare | -18/+18 |
| 2012-10-11 | manual: remove as many ~"" literals as possible. | Graydon Hoare | -15/+15 |
| 2012-10-11 | manual: fix bullet list. | Graydon Hoare | -0/+1 |
| 2012-10-11 | manual: remove description of references (modes) from memory-slots section. | Graydon Hoare | -20/+2 |
| 2012-10-11 | manual: rewrite the section on type kinds. | Graydon Hoare | -24/+29 |
| 2012-10-11 | manual: fix various examples. | Graydon Hoare | -23/+17 |
| 2012-10-11 | manual: capitalize more examples properly. | Graydon Hoare | -10/+10 |
| 2012-10-11 | manual: fix vec and str types to discuss definite / indefinite size. | Graydon Hoare | -27/+20 |
| 2012-10-11 | manual: example fixup. | Graydon Hoare | -1/+1 |
| 2012-10-11 | manual: add 'item', remove statement that built-in types are keywords. | Graydon Hoare | -4/+2 |
| 2012-10-11 | manual: avoid describing 'assert' as 'like check', note future removal. | Graydon Hoare | -4/+3 |
| 2012-10-11 | manual: remove 'analogy' between return and return. meaningless. | Graydon Hoare | -2/+1 |
| 2012-10-11 | manual: fixes to match expression examples and explanation. | Graydon Hoare | -14/+14 |
| 2012-10-11 | manual: remove unusual production name in match-expr grammar. | Graydon Hoare | -1/+1 |
| 2012-10-11 | manual: "to" -> ".." | Graydon Hoare | -1/+1 |
| 2012-10-11 | manual: rewrite for-expression section to reflect this year's definition. | Graydon Hoare | -6/+14 |
| 2012-10-11 | manual: add section on do-expressions. | Graydon Hoare | -0/+46 |
| 2012-10-11 | manual: add section on lambda expressions. | Graydon Hoare | -4/+38 |
| 2012-10-11 | manual: remove mention of do-while loops. | Graydon Hoare | -2/+1 |
| 2012-10-11 | manual: remove mention of >>>. | Graydon Hoare | -2/+2 |
| 2012-10-11 | manual: remove 'trivial cast', it's an unused definition. | Graydon Hoare | -5/+0 |
| 2012-10-11 | manual: note overloading and traits for comparison ops. | Graydon Hoare | -3/+13 |
| 2012-10-11 | manual: mention overloading, traits on the arithmetic and bitwise operators. | Graydon Hoare | -10/+19 |
| 2012-10-11 | manual: fix exponents on number types. | Graydon Hoare | -3/+3 |
| 2012-10-11 | manual: s/unique/owned/, s/shared/managed/, fix rval/lval more. | Graydon Hoare | -40/+40 |
| 2012-10-11 | Fix tutorial link to tasks | Tim Chevalier | -1/+3 |
| 2012-10-11 | manual: remove box-specific language. | Graydon Hoare | -5/+4 |
| 2012-10-11 | manual: "with" -> ".." for FRU. | Graydon Hoare | -1/+1 |
| 2012-10-11 | manual: link to expressions in lval/rval section. | Graydon Hoare | -3/+7 |
| 2012-10-11 | manual: add borrow operator to symbolic unary operator list; mention copy an... | Graydon Hoare | -5/+9 |
| 2012-10-11 | manual: add section for unary move expressions. | Graydon Hoare | -0/+14 |
| 2012-10-11 | manual: add section for path expressions. | Graydon Hoare | -0/+5 |
| 2012-10-11 | Fix doctest. | Graydon Hoare | -2/+2 |
| 2012-10-11 | manual: pluralize; decls can introduce multiple names. | Graydon Hoare | -2/+2 |
| 2012-10-11 | manual: remove vestigial mention of tasking from definition of statement (lon... | Graydon Hoare | -4/+1 |
| 2012-10-11 | manual: s/Self type/Self types/. | Graydon Hoare | -1/+1 |
| 2012-10-11 | manual: remove all mention of constraints. | Graydon Hoare | -6/+5 |
| 2012-10-11 | manual: capitalize examples, remove mention of named impls, change RC -> mana... | Graydon Hoare | -57/+54 |
| 2012-10-11 | manual: disambiguate field expressions from method-call expressions. | Graydon Hoare | -14/+20 |
| 2012-10-11 | manual: improve description of traits. | Graydon Hoare | -7/+11 |
| 2012-10-11 | manual: describe structs, split out handling of recursion from enums, depreca... | Graydon Hoare | -59/+100 |
| 2012-10-11 | manual: remove mention of tags, now very obsolete. | Graydon Hoare | -3/+1 |
| 2012-10-11 | manual: link to kinds, remove kind-list. | Graydon Hoare | -1/+1 |