about summary refs log tree commit diff
path: root/doc/tutorial-borrowed-ptr.md
AgeCommit message (Expand)AuthorLines
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-10/+10
2013-03-25docs: update to avoid mention of const.Graydon Hoare-5/+4
2013-03-22libcore: Fix obsolete syntax in extfmtPatrick Walton-1/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-17/+17
2013-03-02Remove REC, change related tests/docsJihyun Yu-5/+6
2013-02-26doc: Remove references to mut fields. rs=demutingPatrick Walton-157/+4
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-01-31add if to borrowed ptr tutorialDavid Forsythe-1/+1
2013-01-29Add expected failure annotation on "fixed" example to placate 'make check'.Felix S. Klock II-1/+1
2013-01-29Fixed two examples of erroneous code so their errors match expectation.Felix S. Klock II-2/+4
2012-10-29Fix typo in borrowed pointer tutorial. Closes #3876Brian Anderson-1/+1
2012-10-23Remove binary move from the docsTim Chevalier-1/+1
2012-10-10Copyedit sections 9-11 of the borrowed pointer tutorial (last edits from me)Tim Chevalier-20/+25
2012-10-10Copyedit sections 7 and 8 of the borrowed pointer tutorialTim Chevalier-69/+73
2012-10-10Copyedit sections 5 and 6 of the borrowed pointer tutorialTim Chevalier-71/+77
2012-10-10Copyedit sections 3 and 4 of the borrowed pointer tutorialTim Chevalier-10/+11
2012-10-09Copyedit first two sections of borrowed pointer tutorialTim Chevalier-49/+49
2012-10-02Update to current rules, make (more) examples buildNiko Matsakis-195/+224
2012-09-26tutorial: Remove all references to 'records'. MiscBrian Anderson-10/+13
2012-09-15Make a few more borrowed pointer tutorial examples passBrian Anderson-10/+10
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-21/+85
2012-09-15docs: Add Niko's borrowed pointers tutorialBrian Anderson-0/+702