summary refs log tree commit diff
path: root/src/doc/style/features/functions-and-methods
AgeCommit message (Collapse)AuthorLines
2015-08-09Tweak style guide to avoid referencing the removed ascii::Ascii.Eli Friedman-10/+13
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-4/+3
Also fixes a few outdated links.
2015-05-29Fix link to newtypes pageNils Liberg-1/+1
2015-05-29add newline before list in functions-and-methodsDavid Campbell-0/+1
The current version of hoedown treats lists interrupting paragraphs in the Markdown.pl style rather than CommonMark, so a newline is needed for the list to be rendered properly.
2015-05-28remove references to IoResultSteve Klabnik-1/+1
This is now std::io::Result
2015-05-27Remove mentions of int / uint from public documentationJake Goulding-7/+7
2015-02-16Import rust-guidlinesSteve Klabnik-0/+343
at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513 Fixes #19315