rust/src/librustdoc
bors fb0b1237b1 Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearth
Rollup of 10 pull requests

Successful merges:

 - #74742 (Remove links to rejected errata 4406 for RFC 4291)
 - #74819 (Point towards `format_spec`; it is in other direction)
 - #74852 (Explain why inlining default ToString impl)
 - #74869 (Make closures and generators a must use types)
 - #74873 (symbol mangling: use ty::print::Print for consts)
 - #74902 (Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functions)
 - #74904 (Fix some typos in src/librustdoc/clean/auto_trait.rs)
 - #74910 (fence docs: fix example Mutex)
 - #74912 (Fix broken link in unstable book `plugin`)
 - #74927 (Change the target data layout to specify more values)

Failed merges:

r? @ghost
2020-07-30 00:17:51 +00:00
..
clean Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearth 2020-07-30 00:17:51 +00:00
formats More requested changes 2020-07-27 17:34:17 -05:00
html Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandry 2020-07-29 22:24:46 +00:00
passes private_items_doc_tests -> doc_test_lints 2020-07-27 23:30:17 -04:00
test Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Remove unused lazy_static 2020-07-16 09:03:46 -04:00
config.rs Extract Cache and other types from html module 2020-07-27 16:00:38 -05:00
core.rs More requested changes 2020-07-27 17:34:17 -05:00
docfs.rs Pass by value 2020-07-29 16:48:22 -05:00
doctree.rs Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
error.rs Move Error and RenderInfo out of html module 2020-07-27 16:00:38 -05:00
externalfiles.rs rustdoc: Rename internal API fns to into_string 2020-07-15 10:55:40 +00:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Refactor DocFS to fix error handling bugs 2020-07-29 16:15:31 -05:00
markdown.rs rustdoc: Rename internal API fns to into_string 2020-07-15 10:55:40 +00:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
test.rs Update code to new invalid_codeblock_attributes lint name 2020-07-16 16:40:16 +02:00
theme.rs Expand and remove try_something macro. 2020-04-02 19:55:56 +02:00
visit_ast.rs Record visibility of reexports for all items, not just type items 2020-07-16 22:22:40 -07:00
visit_lib.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00

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