rust/src/librustdoc
Guillaume Gomez 3e9a1a1b82
Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis
[nll] enable feature(nll) on various crates for bootstrap: part 4

#53172

r? @nikomatsakis
2018-08-12 23:26:56 +02:00
..
clean Add HirId to VisibilityKind::Restricted 2018-08-07 10:13:17 -06:00
html Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrc 2018-08-09 16:58:41 +08:00
passes only abort after all early passes have run 2018-08-04 22:20:45 -05:00
Cargo.toml Minify css 2018-06-25 23:28:20 +02:00
core.rs Avoid unnecessary pattern matching against Option and Result 2018-08-07 10:24:27 +02:00
doctree.rs Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
externalfiles.rs Remove global derive_id and reset_ids functions 2018-07-31 17:55:12 -06:00
fold.rs Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
lib.rs [nll] librustdoc: enable feature(nll) for bootstrap 2018-08-09 15:35:06 -04:00
markdown.rs Remove global derive_id and reset_ids functions 2018-07-31 17:55:12 -06:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Move basic_options to impl of Default 2018-08-04 06:54:36 -06:00
theme.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
visit_ast.rs Store concrete crate stores where possible 2018-08-03 11:09:49 -06:00
visit_lib.rs Store concrete crate stores where possible 2018-08-03 11:09:49 -06:00

For more information about how librustdoc works, see the rustc guide.