index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
render
/
write_shared.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-16
rustdoc-search: shard the search result descriptions
Michael Howell
-2
/
+29
2024-02-04
rustdoc: trait.impl, type.impl: sort impls to make it not depend on serializa...
klensy
-10
/
+21
2023-12-15
Simplify JS code a little bit
Guillaume Gomez
-2
/
+2
2023-12-14
rustdoc-search: fix a race condition in search index loading
Michael Howell
-2
/
+8
2023-12-14
Use Map instead of Object for source files and search index
Guillaume Gomez
-9
/
+10
2023-11-29
rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.
Alona Enraght-Moony
-2
/
+2
2023-11-08
rustdoc: minor changes suggested by clippy perf lints.
Nicholas Nethercote
-9
/
+6
2023-10-22
rustdoc: make JS trait impls act more like HTML
Michael Howell
-2
/
+19
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-2
/
+250
2023-10-22
rustdoc: rename `/implementors` to `/impl.trait`
Michael Howell
-1
/
+1
2023-10-08
rustdoc: clean up the In [name] up-pointer
Michael Howell
-1
/
+1
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+1
2023-08-16
Use more named format args
Guillaume Gomez
-3
/
+3
2023-08-16
Improve code readability by moving fmt args directly into the string
Guillaume Gomez
-10
/
+9
2023-07-14
rustdoc: use `src` consistently over `source` in JavaScript
Michael Howell
-4
/
+4
2023-02-02
Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...
bors
-1
/
+1
2023-01-30
rustdoc: remove meta keywords from HTML
Michael Howell
-2
/
+1
2023-01-27
Improve code readability
Guillaume Gomez
-1
/
+1
2023-01-19
Revert "Improve code readability"
Guillaume Gomez
-1
/
+1
2023-01-13
rustdoc: remove unnecessary DOM class `h1.fqn`
Michael Howell
-1
/
+1
2023-01-06
Correctly render sidebar for relative module paths
clubby789
-21
/
+41
2022-12-07
Improve code readability
Guillaume Gomez
-1
/
+1
2022-10-29
Generate static file hashes once
Jacob Hoffman-Andrews
-6
/
+5
2022-10-29
Make --static-root-path point to static.files
Jacob Hoffman-Andrews
-3
/
+6
2022-10-29
rustdoc: add hash to filename of toolchain files
Jacob Hoffman-Andrews
-241
/
+47
2022-10-05
rustdoc: remove unused CSS class `in-band`
Michael Howell
-3
/
+1
2022-09-16
rustdoc: clean up CSS for All Items and All Crates lists
Michael Howell
-2
/
+2
2022-09-03
more clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-08-05
rustdoc: use serde, which can escape strings more quickly
Michael Howell
-35
/
+15
2022-08-05
rustdoc: reduce the number of intermediate Strings allocated
Michael Howell
-12
/
+21
2022-08-04
rustdoc: use a more compact encoding for implementors/trait.*.js
Michael Howell
-17
/
+73
2022-08-02
rustdoc: use a more compact encoding for source-files.js
Michael Howell
-13
/
+20
2022-06-20
Improve loading of crates.js and sidebar-items.js
Jacob Hoffman-Andrews
-2
/
+0
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-1
/
+1
2022-06-07
Update minifier version to 0.2.1
Guillaume Gomez
-4
/
+6
2022-05-27
Pass Context as a &mut to allow to remove RefCell fields
Guillaume Gomez
-5
/
+7
2022-05-17
rustdoc: make search.js a module
Jacob Hoffman-Andrews
-1
/
+7
2022-05-14
Remove theme picker button
Guillaume Gomez
-1
/
+0
2022-05-12
rustdoc: remove weird, unused variable from source-files.js
Michael Howell
-1
/
+1
2022-05-05
rustdoc: ensure HTML/JS side implementors don't have dups
Michael Howell
-3
/
+6
2022-04-21
Remove .woff font files
Guillaume Gomez
-18
/
+9
2022-04-16
Rename `def_id` into `item_id` when the type is `ItemId` for readability
Guillaume Gomez
-1
/
+1
2022-01-14
Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomez
bors
-1
/
+1
2022-01-14
rustdoc: avoid many `Symbol` to `String` conversions.
Nicholas Nethercote
-1
/
+1
2022-01-13
Use the updated Rust logo and change it's format to SVG
Loïc BRANSTETT
-1
/
+1
2022-01-10
Migrate rustdoc from Tera to Askama
Dirkjan Ochtman
-8
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-3
/
+3
2021-11-24
Consistentize the system for image URLs in CSS.
Jacob Hoffman-Andrews
-28
/
+20
2021-11-24
Move themes and version into rustdoc-vars
Jacob Hoffman-Andrews
-32
/
+2
2021-11-24
Simplify rendering of stylesheet links into HTML
Jacob Hoffman-Andrews
-2
/
+2
[next]