summary refs log tree commit diff
path: root/src/doc/style/features/functions-and-methods/input.md
AgeCommit message (Collapse)AuthorLines
2016-04-19rustbuild: Run all markdown documentation testsAlex Crichton-13/+13
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-08doc: Fix a bunch of broken linksAlex Crichton-1/+1
A few categories: * Links into compiler docs were just all removed as we're not generating compiler docs. * Move up one more level to forcibly go to std docs to fix inlined documentation across the facade crates.
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-28remove references to IoResultSteve Klabnik-1/+1
This is now std::io::Result
2015-05-27Remove mentions of int / uint from public documentationJake Goulding-5/+5
2015-02-16Import rust-guidlinesSteve Klabnik-0/+201
at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513 Fixes #19315