| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-02 | Move doc/ to src/doc/ | Alex Crichton | -214/+0 | |
| We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files | ||||
| 2014-01-28 | Update extract-tests.py to use same test directives as rustdoc. | William Ting | -3/+3 | |
| Closes #11362. | ||||
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -2/+2 | |
| * Reexport io::mem and io::buffered structs directly under io, make mem/buffered private modules * Remove with_mem_writer * Remove DEFAULT_CAPACITY and use DEFAULT_BUF_SIZE (in io::buffered) | ||||
| 2014-01-09 | Fix cheatsheet examples on 32-bit platforms. | Huon Wilson | -3/+3 | |
| 0xDEADBEEF doesn't fit in an int = i32 (on 32-bit computers). | ||||
| 2014-01-07 | mk: Start testing the cheatsheet | Brian Anderson | -3/+14 | |
| 2014-01-07 | doc: Fix table format in cheatsheet | Brian Anderson | -6/+6 | |
| 2014-01-07 | doc: Syntax highlight the cheatsheet | Brian Anderson | -28/+28 | |
| 2014-01-06 | First phase of migrating the wiki to the internal docs #11078 | Alan Andrade | -0/+203 | |
