rust/src/librustdoc
Corey Farwell e3363f2772 Rollup merge of #38264 - ollie27:rustdoc_src_macro, r=brson
rustdoc: Remove broken src links from reexported items from macros

When an item is defined in an external macro it doesn't get a real
filename so we need to filter out these when generating src links for
reexported items.
2016-12-12 14:10:33 -05:00
..
clean Refactor ty::FnSig to privatize all fields 2016-12-05 22:22:49 -07:00
html Rollup merge of #38264 - ollie27:rustdoc_src_macro, r=brson 2016-12-12 14:10:33 -05:00
passes rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. 2016-11-24 01:40:52 +02:00
build.rs
Cargo.toml
core.rs rustdoc: link to cross-crate sources directly. 2016-11-30 04:48:56 +02:00
doctree.rs rustc: desugar use a::{b,c}; into use a::b; use a::c; in HIR. 2016-11-28 04:18:10 +02:00
externalfiles.rs Remove unnecessary pub function classifier. 2016-10-09 00:17:50 -04:00
fold.rs Remove redundant 'Variant' in variant names, stop reexporting. 2016-10-02 21:58:23 -04:00
lib.rs Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton 2016-12-12 13:19:33 +00:00
markdown.rs rustdoc: fix up --playground-url 2016-11-30 10:33:23 +08:00
plugins.rs
test.rs Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton 2016-12-12 13:19:33 +00:00
visit_ast.rs rustc: embed path resolutions into the HIR instead of keeping DefMap. 2016-11-28 04:18:10 +02:00
visit_lib.rs rustdoc: we can now assume DocContext always has a TyCtxt. 2016-11-24 01:40:56 +02:00