about summary refs log tree commit diff
path: root/doc
AgeCommit message (Expand)AuthorLines
2012-12-10Tutorial typo fixesLindsey Kuper-3/+3
2012-12-08doc: Fix broken doc test. rs=bustagePatrick Walton-4/+4
2012-12-07Xfail broken testsTim Chevalier-2/+2
2012-12-07doc: fix busted doctest, r=burningtree.Graydon Hoare-1/+1
2012-12-06Document pattern ranges a little moreTim Chevalier-2/+7
2012-12-06Be a bit more explicit about the nature of macro RHSes.Paul Stansifer-0/+6
2012-12-06Update macro tutorial to recognize item/statement macros and be clearerPaul Stansifer-6/+27
2012-11-30manual: Clarify that Drop types cannot be CopyBrian Anderson-0/+1
2012-11-29Fix tutorial's use of DropBrian Anderson-1/+1
2012-11-29Macros can now also be stmts and items.Paul Stansifer-4/+4
2012-11-26Fix sample code in the tutorialDamien Grassart-1/+2
2012-11-24[tutorial] Use a less confusing closure exampleTim Chevalier-2/+1
2012-11-19Fix breakage. Expand const examples in manualBrian Anderson-1/+11
2012-11-18Added optional pub to use_decl EBNF.Jesse Jones-1/+1
2012-11-18Slightly better description of macro designators.Jesse Jones-3/+2
2012-11-18Discuss the types that may be used with const items.Jesse Jones-1/+11
2012-11-18Added brief discussion of static trait methods.Jesse Jones-0/+3
2012-11-18Documented copy, ref, move in patterns.Jesse Jones-1/+6
2012-11-18Moved the matching structs example next to the prose talking about struct mat...Jesse Jones-11/+11
2012-11-18Document [0, ..8] vector syntax.Jesse Jones-2/+6
2012-11-18Improved attribute section, mostly by mentioning lint attributes.Jesse Jones-6/+7
2012-11-18Added a readme explaining how to generate html from markdown docs w/o nodeJesse Jones-0/+13
2012-11-15TypoTim Chevalier-1/+1
2012-11-11Minor grammatical edits; use preferred nomenclature consistently.Cat's Eye Technologies-17/+17
2012-11-07rustc: Implement the Drop trait. r=brsonPatrick Walton-21/+24
2012-10-29Fix typo in borrowed pointer tutorial. Closes #3876Brian Anderson-1/+1
2012-10-26Document labeled break and continue in the reference manualTim Chevalier-14/+30
2012-10-25Document how the compiler disambiguates variable patterns from variant patternsTim Chevalier-3/+15
2012-10-23Remove remaining mentions of <- from docsTim Chevalier-8/+3
2012-10-23Remove binary move from the docsTim Chevalier-40/+2
2012-10-22docs: Remove unfinished sentence in manual. Closes #3806Brian Anderson-1/+0
2012-10-20Talk about ends, rather than means, in macro tutorial introduction.Paul Stansifer-5/+5
2012-10-17Add examples to the parsing limitations section of the macro tutorial.Paul Stansifer-8/+13
2012-10-17Extraneous sigil patrol: turn &[] literals into []Ben Striegel-6/+6
2012-10-17Sigil patrol: change fn@ fn& fn~ to @fn &fn ~fnBen Striegel-25/+11
2012-10-17Extraneous sigil patrol: ~"string literals"Ben Striegel-14/+14
2012-10-16add missing pub from multifile example in sec 12.3Niko Matsakis-1/+1
2012-10-12Make moves explicit in doc examplesTim Chevalier-10/+10
2012-10-12Copyedit "Items and attributes" section in docsTim Chevalier-81/+44
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