rust/src/librustdoc/html
bors bb029a1d3f Auto merge of #137511 - jhpratt:rollup-07whsax, r=jhpratt
Rollup of 10 pull requests

Successful merges:

 - #136610 (Allow `IndexSlice` to be indexed by ranges.)
 - #136991 ([rustdoc] Add new setting to wrap source code lines when too long)
 - #137061 (Unstable `gen_future` Feature Tracking  )
 - #137393 (Stabilize `unbounded_shifts`)
 - #137482 (Windows: use existing wrappers in `File::open_native`)
 - #137484 (Fix documentation for unstable sort on slice)
 - #137491 (Tighten `str-to-string-128690.rs``CHECK{,-NOT}`s to make it less likely to incorrectly fail with symbol name mangling)
 - #137495 (Added into_value function to ControlFlow<T, T>)
 - #137501 (Move `impl` blocks out of `rustc_middle/src/mir/syntax.rs`)
 - #137505 (Add a span to `CompilerBuiltinsCannotCall`)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-02-24 10:27:53 +00:00
..
escape rustdoc: improve <wbr>-insertion for SCREAMING_CAMEL_CASE 2024-10-07 10:52:39 -07:00
highlight Nuke Buffer abstraction from librustdoc 💣 2025-02-12 15:50:06 +00:00
length_limit Remove from librustdoc and clippy too 2023-01-27 20:44:19 -08:00
markdown Rustfmt 2025-02-08 22:12:13 +00:00
render Make asm a named field 2025-02-22 00:05:09 +00:00
static Rollup merge of #136991 - GuillaumeGomez:code-wrapping, r=notriddle 2025-02-24 02:11:32 -05:00
templates Move line numbers into the <code> directly 2025-02-10 18:50:05 +01: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 librustdoc: Use pulldown-cmark-escape for HTML escaping 2025-02-19 18:42:02 +00:00
format.rs librustdoc: lazily format some paths 2025-02-14 14:50:05 +00:00
highlight.rs Nuke Buffer abstraction from librustdoc 💣 2025-02-12 15:50:06 +00:00
layout.rs Nuke Buffer abstraction from librustdoc 💣 2025-02-12 15:50:06 +00:00
length_limit.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
markdown.rs rustdoc: improve refdef handling in the unresolved link lint 2025-02-15 12:21:35 -07:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Nuke Buffer abstraction from librustdoc 💣 2025-02-12 15:50:06 +00:00
static_files.rs Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomez 2025-02-05 18:28:16 +00: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