rust/src/rustdoc
Patrick Walton 9ecd5ee81d rustc: Split diagnostics into "span diagnostics" and "diagnostics".
The former contain a codemap (which is per-crate), and the latter don't. This
will be useful in order to allow more than one crate to be compiled in one run
of the compiler.
2012-01-24 21:42:54 -08:00
..
astsrv.rs rustdoc: Prune unconfigured items from AST 2012-01-18 15:48:09 -08:00
attr_parser.rs rustdoc: Parse fn failure conditions 2012-01-24 18:02:33 -08:00
attr_pass.rs rustdoc: Add fn failure conditions to the doc tree 2012-01-24 18:05:57 -08:00
desc_to_brief_pass.rs rustdoc: Add a pass that extracts brief docs from long docs 2012-01-24 17:57:23 -08:00
doc.rs rustdoc: Add fn failure conditions to the doc tree 2012-01-24 18:05:57 -08:00
extract.rs rustdoc: Add fn failure conditions to the doc tree 2012-01-24 18:05:57 -08:00
fold.rs rustdoc: Prune undocumented consts 2012-01-24 00:44:47 -08:00
markdown_pass.rs rustdoc: Rename gen module to markdown_pass 2012-01-24 18:18:14 -08:00
parse.rs rustc: Split diagnostics into "span diagnostics" and "diagnostics". 2012-01-24 21:42:54 -08:00
path_pass.rs rustdoc: Add path_pass for recording full paths to mods 2012-01-19 00:04:59 -08:00
prune_undoc_pass.rs rustdoc: Don't prune functions with documented failure conditions 2012-01-24 18:08:48 -08:00
prune_unexported_pass.rs rustdoc: Prune unexported consts 2012-01-24 00:38:35 -08:00
rustdoc.rc rustdoc: Rename gen module to markdown_pass 2012-01-24 18:18:14 -08:00
rustdoc.rs rustdoc: Rename gen module to markdown_pass 2012-01-24 18:18:14 -08:00
trim_pass.rs rustdoc: Trim whitespace from failure conditions 2012-01-24 18:10:35 -08:00
tystr_pass.rs rustdoc: Add const types to the doc tree 2012-01-24 00:38:35 -08:00