rust/src/librustdoc
Brian Anderson 3673486c6d rollup merge of #19774: tomjakubowski/rustdoc-consts-statics
Build `clean::ConstantItem` values in the `inline` module and
pretty-print the AST for inlined const items.

Doc strings are still missing from inlined constants (see #19773).

Partially address #18156, #19722, #19185

Fix #15821

r? @alexcrichton
2014-12-15 06:45:34 -08:00
..
clean rollup merge of #19774: tomjakubowski/rustdoc-consts-statics 2014-12-15 06:45:34 -08:00
html rollup merge of #19774: tomjakubowski/rustdoc-consts-statics 2014-12-15 06:45:34 -08:00
core.rs Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
doctree.rs Parse unsafe impl but don't do anything particularly interesting with the results. 2014-12-14 11:11:55 -05:00
externalfiles.rs Deal with the fallout of string stabilization 2014-09-23 18:31:52 -07:00
flock.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
fold.rs librustdoc: fix fallout 2014-12-13 17:03:44 -05:00
lib.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
markdown.rs std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
passes.rs librustdoc: remove unnecessary as_slice() calls 2014-12-06 19:05:58 -05:00
plugins.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
stability_summary.rs librustdoc: use tuple indexing 2014-12-13 20:04:41 -05:00
test.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
visit_ast.rs Parse unsafe impl but don't do anything particularly interesting with the results. 2014-12-14 11:11:55 -05:00