rust/src/librustdoc
Steven Fackler 71cab0410f Add an option to not run rustdoc blocks
This is useful for code that would be expensive to run or has some kind
of external dependency (e.g. a database or server).
2014-03-08 19:57:00 -08:00
..
html Add an option to not run rustdoc blocks 2014-03-08 19:57:00 -08:00
clean.rs librustdoc: Fix librustdoc for the Vec<T> change. 2014-03-08 21:41:42 +01:00
core.rs librustdoc: Fix librustdoc for the Vec<T> change. 2014-03-08 21:41:42 +01:00
doctree.rs Mark top level module as a crate in rustdoc, closes #12507 2014-02-26 14:00:00 +01:00
fold.rs Mark top level module as a crate in rustdoc, closes #12507 2014-02-26 14:00:00 +01:00
lib.rs Move extra::json to libserialize 2014-02-24 09:51:39 -08:00
passes.rs rustc: Move to FNV hashing for node/def ids 2014-03-06 17:45:48 -08:00
plugins.rs Move extra::json to libserialize 2014-02-24 09:51:39 -08:00
test.rs Add an option to not run rustdoc blocks 2014-03-08 19:57:00 -08:00
visit_ast.rs rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternMod to clean::ExternCrate 2014-03-07 15:57:45 +08:00