about summary refs log tree commit diff
path: root/doc/guide-pointers.md
AgeCommit message (Collapse)AuthorLines
2014-02-02Move doc/ to src/doc/Alex Crichton-492/+0
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files
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
Closes #11362.
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-11/+15
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
2014-01-07Fixed code snippetsClinton Ryan-15/+15
2014-01-07Address some minor points in the pointer guideHuon Wilson-12/+18
cc #11364.
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