rust/src/librustdoc
Tom Jakubowski 25223c8ef8 rustdoc: Properly inline const items
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
2014-12-12 05:37:08 -08:00
..
clean rustdoc: Properly inline const items 2014-12-12 05:37:08 -08:00
html rustdoc: Properly inline const items 2014-12-12 05:37:08 -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 librustc: Make Copy opt-in. 2014-12-08 13:47:44 -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 Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
lib.rs Register new snapshots 2014-12-11 11:30:38 -08: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 librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
test.rs Allow message specification for should_fail 2014-12-06 15:13:48 -08:00
visit_ast.rs rustdoc: Render Sized? on traits and generics 2014-11-24 10:39:26 -08:00