rust/src/librustdoc/html
bors ad8ae0504c Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #104531 (Provide a better error and a suggestion for `Fn` traits with lifetime params)
 - #105899 (`./x doc library --open` opens `std`)
 - #106190 (Account for multiple multiline spans with empty padding)
 - #106202 (Trim more paths in obligation types)
 - #106234 (rustdoc: simplify settings, help, and copy button CSS by not reusing)
 - #106236 (docs/test: add docs and a UI test for `E0514` and `E0519`)
 - #106259 (Update Clippy)
 - #106260 (Fix index out of bounds issues in rustdoc)
 - #106263 (Formatter should not try to format non-Rust files)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-12-29 19:40:06 +00:00
..
highlight rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown Extend rustdoc hashtag prepended line test 2022-12-11 14:39:09 +01:00
render Fix index out of bounds issues in rustdoc 2022-12-29 21:48:40 +08:00
static Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr 2022-12-29 19:40:06 +00:00
templates rustdoc: remove width-limiter from source pages, stop overriding CSS 2022-12-19 11:40:22 -07:00
toc Format the world 2019-12-22 17:42:47 -05:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
format.rs Fix ICE 2022-12-22 01:24:43 +00:00
highlight.rs Clean up lifetimes in rustdoc syntax highlighting 2022-12-10 14:04:09 +01:00
layout.rs Fix rustdoc --version when used with download-rustc 2022-11-09 02:54:51 -06:00
length_limit.rs Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown.rs Don't add "Read more" link if there is no extra content 2022-12-16 14:52:35 +01:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Clean up lifetimes in rustdoc syntax highlighting 2022-12-10 14:04:09 +01:00
static_files.rs Fix UI issues with Rustdoc scrape-examples feature. 2022-11-26 22:04:45 -06:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs fix clippy perf lints 2022-05-24 13:35:54 -04:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00