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