rust/src/librustdoc/html
Guillaume Gomez a92ba60d0f
Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc
Unify sidebar buttons to use the same image

Part of https://github.com/rust-lang/rust/issues/139832.

The source sidebar looks like this with the new image:

![image](https://github.com/user-attachments/assets/df4fee52-fb71-4794-91b7-3afc6d2aab70)

You can test it [here](https://rustdoc.crud.net/imperio/sidebar-images/src/foo/foo.rs.html).

r? `@notriddle`
2025-05-06 14:50:45 +02: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 Suppress must_use in compiler and tools 2025-03-16 17:47:57 +00:00
markdown Remove and stabilize --enable-per-target-ignores 2025-03-27 19:06:48 -07:00
render Make impl item info come before doc 2025-04-24 12:33:29 +02:00
static Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc 2025-05-06 14:50:45 +02:00
templates Update to new rinja version (askama) 2025-04-03 15:38:08 +02: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 rustdoc/clean: Change terminology of items pertaining to (formal) fn params from "argument" to "parameter" 2025-04-17 08:55:50 +02:00
highlight.rs Implement RFC 3503: frontmatters 2025-05-05 23:10:08 +08:00
layout.rs Update to new rinja version (askama) 2025-04-03 15:38:08 +02:00
length_limit.rs Fix new clippy lints 2024-11-28 03:05:43 +01:00
markdown.rs Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease 2025-04-25 00:53:58 +02:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
sources.rs Update to new rinja version (askama) 2025-04-03 15:38:08 +02: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