rust/src/librustdoc
Alex Crichton 6c9c045064 rustdoc: Add the ability to test code in comments
This adds support for the `--test` flag to rustdoc which will parse a crate,
extract all code examples in doc comments, and then run each test in the
extra::test driver.
2013-12-23 09:10:36 -08:00
..
html rustdoc: Add the ability to test code in comments 2013-12-23 09:10:36 -08:00
clean.rs rustdoc: Add the ability to test code in comments 2013-12-23 09:10:36 -08:00
core.rs rustdoc: Add the ability to test code in comments 2013-12-23 09:10:36 -08:00
doctree.rs auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton 2013-12-01 05:42:06 -08:00
fold.rs Fix rustdoc output of enums with private variants 2013-12-16 21:30:02 -08:00
lib.rs rustdoc: Add the ability to test code in comments 2013-12-23 09:10:36 -08:00
passes.rs Make 'self lifetime illegal. 2013-12-11 10:54:06 -08:00
plugins.rs path2: Adjust the API to remove all the _str mutation methods 2013-10-15 22:18:30 -07:00
test.rs rustdoc: Add the ability to test code in comments 2013-12-23 09:10:36 -08:00
visit_ast.rs rustdoc: Add the ability to test code in comments 2013-12-23 09:10:36 -08:00