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
2025-09-25
rustdoc: put the toolbar on the all item index
Michael Howell
-2
/
+7
2025-08-15
rustdoc-search: search backend with partitioned suffix tree
Michael Howell
-64
/
+14
2025-07-17
Improve path segment joining.
Nicholas Nethercote
-2
/
+2
2025-07-08
Auto merge of #142869 - nnethercote:join_path-mini, r=camelid
bors
-2
/
+2
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-22
Use `join_with_double_colon` in `write_shared.rs`.
Nicholas Nethercote
-2
/
+2
2025-06-19
`Option`s are `Iterator`s
Yotam Ofek
-11
/
+4
2025-06-19
avoid intermediately collecting into vectors
Yotam Ofek
-8
/
+4
2025-06-19
one less pathbuf allocation
Yotam Ofek
-2
/
+2
2025-06-18
`Result::expect` instead of `match` and `panic!`
Yotam Ofek
-6
/
+2
2025-06-16
rustdoc: make srcIndex no longer a global variable
binarycat
-5
/
+1
2025-05-30
Address review comments.
Nicholas Nethercote
-1
/
+1
2025-05-27
Streamline `TypeAliasPart::get`.
Nicholas Nethercote
-17
/
+16
2025-05-26
Avoid some unnecessary cloning.
Nicholas Nethercote
-1
/
+1
2025-05-24
Simplify things a little more.
Nicholas Nethercote
-6
/
+3
2025-05-24
Move code inside the `else` in `TypeAliasPart::get`.
Nicholas Nethercote
-29
/
+33
2025-05-24
Simplify the "is some" test in `TypeAliasPart::get`.
Nicholas Nethercote
-1
/
+1
2025-03-03
Rollup merge of #137684 - GuillaumeGomez:rustdoc-dep-info, r=notriddle
Matthias Krüger
-1
/
+1
2025-02-26
Use helper function instead of reimplementing the logic to check if rustdoc s...
Guillaume Gomez
-1
/
+1
2025-02-23
return `impl fmt::Display` in more places instead of writing to strings
Yotam Ofek
-20
/
+16
2025-02-12
Nuke `Buffer` abstraction from `librustdoc` 💣
Yotam Ofek
-19
/
+20
2025-01-29
rustdoc: run css and html minifier at build instead of runtime
Michael Howell
-8
/
+2
2025-01-11
re-add --disable-minification to rustdoc
binarycat
-1
/
+9
2024-12-01
Move `SharedContext` out of `Rc`
Guillaume Gomez
-14
/
+9
2024-12-01
Stop cloning `Context` so much
Guillaume Gomez
-1
/
+1
2024-11-28
Fix new clippy lints
Guillaume Gomez
-29
/
+27
2024-10-19
rustdoc: Document `markdown` module.
Alona Enraght-Moony
-1
/
+1
2024-10-06
Handle `librustdoc` cases of `rustc::potential_query_instability` lint
ismailarilik
-5
/
+5
2024-09-25
don't clone `clean::Item` in `TypeImplCollector`
Lukas Markeffsky
-9
/
+9
2024-09-25
rm higher-ranked lifetimes from `DocVisitor`
Lukas Markeffsky
-1
/
+1
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-3
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-10
Auto merge of #129337 - EtomicBomb:rfc, r=notriddle
bors
-43
/
+135
2024-09-07
rustdoc: use a single box to store Attributes and ItemKind
Michael Howell
-1
/
+1
2024-09-07
rfc#3662 changes under unstable flags
EtomicBomb
-43
/
+135
2024-09-06
Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr
bors
-2
/
+2
2024-09-02
Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates
Bryanskiy
-2
/
+2
2024-08-26
rustdoc: fix missing resource suffix on `crates.js`
Michael Howell
-6
/
+12
2024-08-08
fix typos, more Self
EtomicBomb
-2
/
+2
2024-08-07
rename sortedjson -> orderedjson
EtomicBomb
-66
/
+75
2024-08-07
added unit tests for write_shared
EtomicBomb
-51
/
+48
2024-08-07
initial implementation of mergable rustdoc cci
EtomicBomb
-655
/
+807
2024-06-30
Uplift fast rejection to new solver
Michael Goulet
-2
/
+1
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
[next]