rust/src/librustdoc
Oliver Middleton 6fe7786db6 rustdoc: Fix some local inlining issues
* Only inline public items when inlining glob imports.
* Never inline while in a private module or a child of a private module.
* Never inline impls. This allowed the removal of a workaround in the
rendering code.
2016-11-14 18:24:47 +00:00
..
clean rustc: clean up lookup_item_type and remove TypeScheme. 2016-11-10 16:49:53 +02:00
html rustdoc: Fix some local inlining issues 2016-11-14 18:24:47 +00:00
passes Remove redundant 'Variant' in variant names, stop reexporting. 2016-10-02 21:58:23 -04:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml Fix rustbuild 2016-08-29 14:27:40 -04:00
core.rs Fix fallout in librustdoc. 2016-11-10 10:04:43 +00:00
doctree.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03: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 Stabilize .. in tuple (struct) patterns 2016-11-03 01:38:15 +03:00
markdown.rs rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs Fix fallout in librustdoc. 2016-11-10 10:04:43 +00:00
visit_ast.rs rustdoc: Fix some local inlining issues 2016-11-14 18:24:47 +00:00
visit_lib.rs Remove some unused methods from metadata 2016-10-04 23:53:51 +03:00