rust/src/librustdoc
bors 90463a6bdc Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton
Switch to bootstrapping from 1.27

It's possible the Float trait could be removed from core, but I couldn't tell whether it was intended to be removed or not. @SimonSapin may be able to comment more here; we can presumably also do that in a follow up PR as this one is already quite large.
2018-05-17 16:44:38 +00:00
..
clean Fix rustdoc panic with impl Trait in type parameters 2018-05-16 11:03:02 +09:00
html Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichton 2018-05-16 11:18:05 +00:00
passes Add a Rayon thread pool 2018-05-13 01:28:20 +02:00
Cargo.toml Add minification process 2018-05-12 19:15:06 +02:00
core.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
doctree.rs
externalfiles.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
fold.rs
lib.rs Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton 2018-05-17 16:44:38 +00:00
markdown.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
plugins.rs
README.md
test.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
theme.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
visit_ast.rs Remove macro_reexport 2018-05-01 15:58:42 +03:00
visit_lib.rs

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