summary refs log tree commit diff
path: root/src/doc/style/features
AgeCommit message (Collapse)AuthorLines
2015-06-17style: typo fixTshepang Lekhonkhobe-1/+1
2015-05-29Fix link to newtypes pageNils Liberg-1/+1
2015-05-29remove extra space from "over" code as wellDavid Campbell-1/+1
2015-05-29Update let.md -- follow whitespace style guidelineDavid Campbell-1/+1
"Idiomatic code should not use extra whitespace in the middle of a line to provide alignment."
2015-05-29Make adjancent code examples more similarCorey Farwell-2/+2
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-12/+12
2015-02-16Import rust-guidlinesSteve Klabnik-0/+1046
at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513 Fixes #19315