about summary refs log tree commit diff
path: root/doc/guide-pointers.md
AgeCommit message (Expand)AuthorLines
2014-02-02Move doc/ to src/doc/Alex Crichton-492/+0
2014-01-29Removing usage of the do keyword from documentationScott Lawrence-4/+4
2014-01-28Update extract-tests.py to use same test directives as rustdoc.William Ting-4/+4
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-11/+15
2014-01-07Fixed code snippetsClinton Ryan-15/+15
2014-01-07Address some minor points in the pointer guideHuon Wilson-12/+18
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-9/+9
2014-01-06doc: Fix tests in pointer guideBrian Anderson-51/+58
2014-01-06Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik-0/+475