rust/src/librustdoc
bors 6eb956fcbb Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha
Open impl blocks by default

Fixes #84558.
Part of #84422.

As you can see on https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/context/struct.TyCtxt.html, impl blocks are currently not open by default whereas they should.

I also realized that a test was outdated so I removed it and opened #84550 because it seems like the rustdoc-gui test suite isn't run on CI...

cc `@jyn514`
r? `@jsha`
2021-04-27 01:58:29 +00:00
..
clean get rid of min_const_fn references in library/ and rustdoc 2021-04-25 14:14:19 +02:00
doctest Fix injected errors when running doctests on a crate named after a keyword 2021-02-11 17:16:43 -05:00
formats Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider 2021-04-25 01:53:15 +09:00
html Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha 2021-04-27 01:58:29 +00:00
json Get rid of item.span 2021-04-24 19:21:48 -04:00
passes Get rid of item.span 2021-04-24 19:21:48 -04:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Use arrayvec 0.7, drop smallvec 0.6 2021-04-21 22:39:08 -07:00
config.rs Rollup merge of #82497 - jyn514:json, r=CraftSpider 2021-04-08 01:01:42 +02:00
core.rs Move crate loader to collect_intra_doc_links::early 2021-04-11 16:00:26 -04:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum 2021-04-04 19:19:58 +02:00
doctree.rs rustdoc: Remove unnecessary is_crate field from doctree::Module and clean::Module 2021-04-23 15:33:18 -04:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
fold.rs Do the hard part first 2021-04-24 19:20:46 -04:00
lib.rs Remove unnecessary edition parameter to renderer 2021-04-22 19:35:20 -04:00
lint.rs Apply suggestions from code review 2021-04-05 09:25:36 -04:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
theme.rs Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
visit_ast.rs rustdoc: Fix typo for maybe_inline_local fn 2021-04-26 13:43:30 +08:00
visit_lib.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00

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