rust/src/librustdoc
bors f89003eda8 Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomez
rustdoc: use the regular arrow indicator for dir-entry CSS

This mostly reverts 468acca108, while still fixing the problem it fixed by using an internal list-style-position. It results in a slight change in the hover indicator, but nothing misleading.

Preview: http://notriddle.com/notriddle-rustdoc-demos/dir-entry/src/std/lib.rs.html

## Before

![image](https://user-images.githubusercontent.com/1593513/210104247-642e6df0-07d3-452a-a2ab-4c700bc22e0e.png)

## After

![image](https://user-images.githubusercontent.com/1593513/210104271-a3832784-1e4d-4516-983e-6ecb9051857b.png)
2023-01-02 10:21:53 +00:00
..
clean Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr 2022-12-29 19:40:06 +00:00
doctest Rename TestOptions to GlobalTestOptions 2021-12-12 17:46:19 -08:00
formats rustdoc: stop treating everything in a trait item as a method 2022-12-12 12:49:29 -07:00
html Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomez 2023-01-02 10:21:53 +00:00
json Rustdoc-Json: Don't include foreign traits 2022-12-02 16:58:10 +00:00
passes Combine projection and opaque into alias 2022-12-13 17:48:55 +00:00
theme Correctly handle parens 2022-09-15 13:53:20 +02:00
askama.toml Move back templates into html folder 2022-01-19 11:13:24 +01:00
Cargo.toml update cpufeatures, swap difference to dissimilar 2022-11-29 19:59:37 +03:00
config.rs Revert crate_types change, add new bin_crate field 2022-12-07 09:08:43 -08:00
core.rs Revert crate_types change, add new bin_crate field 2022-12-07 09:08:43 -08:00
docfs.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
doctest.rs Revert crate_types change, add new bin_crate field 2022-12-07 09:08:43 -08:00
error.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
externalfiles.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
fold.rs rustdoc: remove clean::TraitWithExtraInfo 2022-09-27 12:27:04 -07:00
lib.rs Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors, r=notriddle 2022-12-09 07:25:45 +01:00
lint.rs Change default lint level of INVALID_HTML_TAGS to warning 2022-10-10 18:28:29 +02:00
markdown.rs rustdoc: remove `type="text/css" from stylesheet links 2022-12-12 15:17:49 -07:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
scrape_examples.rs Revert crate_types change, add new bin_crate field 2022-12-07 09:08:43 -08:00
theme.rs Correctly handle parens 2022-09-15 13:53:20 +02:00
visit.rs rustdoc: remove clean::TraitWithExtraInfo 2022-09-27 12:27:04 -07:00
visit_ast.rs Improve code 2022-12-07 20:37:34 +01:00
visit_lib.rs rustdoc: Split effective visibilities from rustc from similar data built by rustdoc for external def-ids 2022-10-29 23:36:52 +04:00

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