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
2021-10-25
Fix clippy lints in librustdoc
Guillaume Gomez
-1
/
+1
2021-10-23
Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514
Matthias Krüger
-0
/
+9
2021-10-12
rustdoc: update noto sans kr
Shinwoo Park
-2
/
+3
2021-10-06
Unversioned -> InvocationSpecific
Will Crichton
-1
/
+1
2021-10-06
Fix lint error, change scrape-examples.js minify call
Will Crichton
-1
/
+6
2021-10-06
Move JS into a standalone file
Will Crichton
-0
/
+4
2021-09-17
Add rustdoc version into the help popup
Guillaume Gomez
-4
/
+12
2021-09-16
Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez
bors
-31
/
+39
2021-08-26
Remove unnecessary copies when using parallel IO
Joshua Nelson
-31
/
+39
2021-08-22
Move Cache from Context to SharedContext
Joshua Nelson
-5
/
+6
2021-08-05
Add links on source types to go to definition
Guillaume Gomez
-2
/
+2
2021-08-03
Simplify usage of CSS background-image
Guillaume Gomez
-6
/
+41
2021-08-03
Rustdoc accessibility: use an icon for the [-]/[+] controls
Michael Howell
-2
/
+5
2021-06-22
Rollup merge of #86402 - tspiteri:source-woff2, r=jsha
Yuki Okushi
-0
/
+6
2021-06-20
Use Tera templates for rustdoc.
Jacob Hoffman-Andrews
-1
/
+8
2021-06-17
rustdoc: add optional woff2 versions of Source Serif and Source Code
Trevor Spiteri
-0
/
+6
2021-05-31
Remove unneeded file to load sidebar items at crate level
Guillaume Gomez
-1
/
+0
2021-05-28
Remove `--print unversioned-files` from rustdoc
Boris-Chengbiao Zhou
-1
/
+1
2021-05-26
Rollup merge of #84048 - konan8205:master, r=jsha
Yuki Okushi
-0
/
+2
2021-05-16
Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157
bors
-0
/
+2
2021-05-15
Call `initSidebarItems` in root module of crate
Justus K
-0
/
+2
2021-05-15
Minimize amount of fake `DefId`s used in rustdoc
Justus K
-2
/
+0
2021-05-15
rustdoc: update static files
Shinwoo Park
-0
/
+2
2021-05-10
Use an SVG image for clipboard instead of unicode character
Guillaume Gomez
-0
/
+1
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-1
/
+3
2021-04-22
Remove unnecessary `edition` field on SharedContext
Joshua Nelson
-1
/
+1
2021-04-17
Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomez
Dylan DPC
-1
/
+2
2021-04-17
rustdoc: use more precise relative URLS
Michael Howell
-2
/
+1
2021-04-13
Split search.js from search-index.js.
Jacob Hoffman-Andrews
-2
/
+4
2021-04-12
Move search JS into search-index.js
Jacob Hoffman-Andrews
-3
/
+2
2021-04-05
Update Source Serif to release 4.004
Trevor Spiteri
-4
/
+4
2021-04-02
Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum
Dylan DPC
-121
/
+173
2021-03-31
Fix `--external-css` to be invocation-specific and note main.js should be inv...
Joshua Nelson
-1
/
+10
2021-03-31
Rename CrateSpecific -> InvocationSpecific
Joshua Nelson
-7
/
+7
2021-03-31
Enforce that Toolchain files are static and Crate files are dynamic
Joshua Nelson
-28
/
+35
2021-03-25
Add unstable option to only emit shared/crate-specific files
Joshua Nelson
-11
/
+36
2021-03-25
Add SharedResource abstraction and use it in write_shared
Joshua Nelson
-103
/
+114
2021-03-24
Rework rustdoc const type
Guillaume Gomez
-1
/
+1
2021-03-23
Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157
Yuki Okushi
-56
/
+5
2021-03-07
Update Source Code Pro and include italics
Trevor Spiteri
-2
/
+3
2021-03-05
Add an unstable option to print all unversioned files
Joshua Nelson
-18
/
+21
2021-03-05
Store `UNVERSIONED_FILES` in a data structure
Joshua Nelson
-15
/
+21
2021-03-05
Remove theme.js file creation and move its code inside main.js
Guillaume Gomez
-56
/
+5
2021-03-04
Moved `write_shared` to its own file
Nicholas-Baron
-0
/
+542
[prev]