summary refs log tree commit diff
path: root/src/doc/style/features/traits/objects.md
AgeCommit message (Collapse)AuthorLines
2016-04-19rustbuild: Run all markdown documentation testsAlex Crichton-1/+1
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.
2015-02-16Import rust-guidlinesSteve Klabnik-0/+49
at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513 Fixes #19315