about summary refs log tree commit diff
path: root/src/doc/style/features/traits
AgeCommit message (Collapse)AuthorLines
2016-08-25Remove style guide.Steve Klabnik-253/+0
We originally imported this into the repository with the intent of fixing it up. Instead, nothing happened. Its appearance on rust-lang.org makes it seem semi-official, but it's not. The rustfmt strike team will end up producing something like this anyway, and leaving it around does nothing but mislead people.
2016-04-19rustbuild: Run all markdown documentation testsAlex Crichton-4/+4
This commit adds support to rustbuild to run all documentation tests, basically running `rustdoc --test` over all our documentation. This also includes support for running the error index tests.
2016-03-27Extend linkchecker with anchor checkingmitaa-3/+2
This adds checks to ensure that: * link anchors refer to existing id's on the target page * id's are unique within an html document * page redirects are valid
2015-10-18Remove #[derive(Show)]Vadim Petrochenkov-4/+4
2015-10-13Correct spelling in docsAndrew Paseltiner-1/+1
2015-09-20doc: Fix broken linksSimon Mazur-2/+2
2015-06-23Fix grammar in style guide on traitsSteve Klabnik-1/+1
Fixes #26366
2015-06-17style: typo fixTshepang Lekhonkhobe-1/+1
2015-05-27Remove mentions of int / uint from public documentationJake Goulding-1/+1
2015-02-16Import rust-guidlinesSteve Klabnik-0/+254
at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513 Fixes #19315