| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-23 | Fix C function FFI example in the Rust cheatsheet | Tobias Bucher | -1/+1 | |
| 2014-02-22 | Reduce 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-11 | Added examples for converting vectors of u8 into strings. Also fixed some ↵ | WebeWizard | -2/+32 | |
| styling | ||||
| 2014-02-02 | Move 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 | ||||
