| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-02 | Move 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-29 | Removing usage of the do keyword from documentation | Scott Lawrence | -4/+4 | |
| 2014-01-28 | Update extract-tests.py to use same test directives as rustdoc. | William Ting | -4/+4 | |
| Closes #11362. | ||||
| 2014-01-11 | Remove 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-07 | Fixed code snippets | Clinton Ryan | -15/+15 | |
| 2014-01-07 | Address some minor points in the pointer guide | Huon Wilson | -12/+18 | |
| cc #11364. | ||||
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -9/+9 | |
| 2014-01-06 | doc: Fix tests in pointer guide | Brian Anderson | -51/+58 | |
| 2014-01-06 | Add Pointer tutorial, rename borrowed pointer tutorial. | Steve Klabnik | -0/+475 | |
