rust/src/librustdoc/html
Jubilee Young a8d4d23107 rustdoc: Directly use rustc_abi instead of reexports
rustc_target reexports a lot of things that are in rustc_abi, but
that will be over soon and now is probably a good time to switch.
Uses of rustc_target remain where they inquire about the target tuple.
2024-11-01 09:24:09 -07:00
..
escape rustdoc: improve <wbr>-insertion for SCREAMING_CAMEL_CASE 2024-10-07 10:52:39 -07:00
highlight Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
length_limit Remove from librustdoc and clippy too 2023-01-27 20:44:19 -08:00
markdown rustdoc: Refractor footnote handling 2024-10-19 19:24:54 +00:00
render rustdoc: Directly use rustc_abi instead of reexports 2024-11-01 09:24:09 -07:00
static Unify variant struct fields margins with struct fields 2024-10-28 11:06:48 +01:00
templates rustdoc: adjust spacing and typography in header 2024-10-23 19:15:23 -04:00
toc rustdoc: show code spans as <code> in TOC 2024-08-20 16:51:37 -07:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs Add comment to describe camelcase line break 2024-10-07 13:27:50 -07:00
format.rs rustdoc: Directly use rustc_abi instead of reexports 2024-11-01 09:24:09 -07:00
highlight.rs Reserve guarded string literals (RFC 3593) 2024-10-08 18:21:16 -06:00
layout.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
length_limit.rs Improve code readability by moving fmt args directly into the string 2023-08-16 16:35:23 +02:00
markdown.rs rustdoc: Extract footnote logic into it's own module. 2024-10-19 14:37:11 +00:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00
static_files.rs rustdoc: hash assets at rustdoc build time 2024-10-19 15:36:19 -07:00
tests.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
toc.rs rustdoc: show code spans as <code> in TOC 2024-08-20 16:51:37 -07:00
url_parts_builder.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00