about summary refs log tree commit diff
path: root/doc/complement-cheatsheet.md
AgeCommit message (Collapse)AuthorLines
2014-02-02Move 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-28Update extract-tests.py to use same test directives as rustdoc.William Ting-3/+3
Closes #11362.
2014-01-17Tweak the interface of std::ioAlex 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-09Fix cheatsheet examples on 32-bit platforms.Huon Wilson-3/+3
0xDEADBEEF doesn't fit in an int = i32 (on 32-bit computers).
2014-01-07mk: Start testing the cheatsheetBrian Anderson-3/+14
2014-01-07doc: Fix table format in cheatsheetBrian Anderson-6/+6
2014-01-07doc: Syntax highlight the cheatsheetBrian Anderson-28/+28
2014-01-06First phase of migrating the wiki to the internal docs #11078Alan Andrade-0/+203