summary refs log tree commit diff
path: root/src/doc/complement-cheatsheet.md
AgeCommit message (Collapse)AuthorLines
2014-02-23Fix C function FFI example in the Rust cheatsheetTobias Bucher-1/+1
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-4/+5
This is in preparation to remove the implementations of ToStrRadix in integers, and to remove the associated logic from `std::num::strconv`. The parts that still need to be liberated are: - `std::fmt::Formatter::runplural` - `num::{bigint, complex, rational}`
2014-02-11Added examples for converting vectors of u8 into strings. Also fixed some ↵WebeWizard-2/+32
styling
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+214
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files