rust/src/librustdoc
Alex Crichton 9ac9245564 rustdoc: Have no_run imply no_trans
This allows writing code examples which pass all analysis of the compiler, but
don't actually link. A good example is examples that use extern {} blocks.

Closes #12903
2014-05-03 02:09:30 -07:00
..
html rustdoc: Make static initalizers prettier 2014-05-03 02:09:30 -07:00
clean.rs rustdoc: Put bangs on the names of macros 2014-05-03 02:09:29 -07:00
core.rs rustdoc: Stop requiring a crate ID attribute 2014-05-03 02:09:29 -07:00
doctree.rs rustdoc: External module item links to the module contents. Fixes #12926. 2014-04-27 19:54:31 +09:00
flock.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
fold.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
lib.rs Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is provided (everywhere but treemap) 2014-04-28 16:45:36 -05:00
markdown.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
passes.rs rustdoc: Make strip_hidden use a dedicated hidden item if any. 2014-04-29 04:01:55 +09:00
plugins.rs libstd: Implement StrBuf, a new string buffer type like Vec, and 2014-04-10 22:10:10 +10:00
test.rs rustdoc: Have no_run imply no_trans 2014-05-03 02:09:30 -07:00
visit_ast.rs rustdoc: Allow forcing inlining of pub use 2014-05-03 02:09:30 -07:00