summary refs log tree commit diff
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-11Change FIXME numberTim Chevalier-1/+1
2012-10-11Revert "Use a constant vector for the sudoku board, delete a FIXME"Tim Chevalier-13/+32
2012-10-11Re-xfail two tests that I tried to resurrect (no time right now)Tim Chevalier-37/+78
2012-10-11Use move instead of ref in select-macroTim Chevalier-1/+1
2012-10-11Fix pipe-select-macroTim Chevalier-1/+1
2012-10-11Export VecUnboxedRepr from vec so a test case can use itTim Chevalier-10/+11
2012-10-11Un-XFAIL task-compareTim Chevalier-3/+0
2012-10-11Use match move in select-macro, get rid of a FIXMETim Chevalier-3/+2
2012-10-11Un-XFAIL reflect-visit-typeTim Chevalier-3/+0
2012-10-11Annotate FIXMEs in reflect-visit-dataTim Chevalier-10/+4
2012-10-11Uncomment nested module in test, delete a FIXMETim Chevalier-2/+0
2012-10-11Use a constant vector for the sudoku board, delete a FIXMETim Chevalier-32/+13
2012-10-11Use match move in pingpong, delete a FIXMETim Chevalier-8/+4
2012-10-11Remove obsolete commentTim Chevalier-2/+0
2012-10-11Remove obsolete FIXMETim Chevalier-2/+0
2012-10-11Use truncate in typeck::infer; gets rid of FIXMETim Chevalier-5/+2
2012-10-11Remove obsolete commentTim Chevalier-5/+0
2012-10-11Update FIXME numbersTim Chevalier-10/+10
2012-10-11Remove obsolete FIXMETim Chevalier-3/+0
2012-10-11Fix from_buf in test casesTim Chevalier-4/+4
2012-10-11Update FIXME numbersTim Chevalier-2/+2
2012-10-11Remove obsolete FIXMETim Chevalier-6/+1
2012-10-11Remove obsolete FIXMETim Chevalier-1/+0
2012-10-11Update FIXME numberTim Chevalier-1/+1
2012-10-11Remove unneeded no_rt flagTim Chevalier-17/+11
2012-10-11Update FIXME numberTim Chevalier-1/+1