Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6afedf3
Say that docs.rs sometimes rebuilds crates.
aDotInTheVoid Nov 5, 2025
a606c19
Merge pull request #2629 from rust-lang/aDotInTheVoid-patch-1
aDotInTheVoid Nov 5, 2025
9c1b958
sembr src/rustdoc.md
tshepang Nov 5, 2025
899ff1a
use sentence case for titles
tshepang Nov 5, 2025
06d329e
some text improvements
tshepang Nov 5, 2025
c6b4a22
that redirects to docs.rs
tshepang Nov 5, 2025
3a4d146
sembr src/rustdoc-internals.md
tshepang Nov 5, 2025
8808940
some text improvements
tshepang Nov 5, 2025
2e6ff58
rustdoc json format remains unstable today
tshepang Nov 5, 2025
717449c
fix code block markers
tshepang Nov 5, 2025
205aa55
Merge pull request #2630 from rust-lang/tshepang/sembr
tshepang Nov 5, 2025
037ee61
Fix some invalid language tags
ehuss Nov 5, 2025
5f04888
Add code spans around HTML-like text
ehuss Nov 5, 2025
032c820
Merge pull request #2631 from ehuss/markup-cleanup
tshepang Nov 6, 2025
5a4bb89
the download-ci-llvm experiment turned out to be too unreliable
ZuseZ4 Nov 6, 2025
9774d0a
Merge pull request #2632 from rust-lang/autodiff-remove-downloadllvm
ZuseZ4 Nov 6, 2025
2f00812
typo
tshepang Nov 9, 2025
3bca1a2
Merge pull request #2633 from rust-lang/tshepang-patch-2
tshepang Nov 9, 2025
ca4abb5
typo
tshepang Nov 9, 2025
bc59f94
Merge pull request #2634 from rust-lang/tshepang-patch-4
tshepang Nov 9, 2025
ed09431
Prepare for merging from rust-lang/rust
invalid-email-address Nov 10, 2025
68710f6
Merge ref '8401398e1f14' from rust-lang/rust
invalid-email-address Nov 10, 2025
cec4a23
Merge pull request #2635 from rust-lang/rustc-pull
tshepang Nov 10, 2025
f4e2f0b
sembr src/getting-started.md
tshepang Nov 10, 2025
49143e5
use chapter name instead of text that does not fit well
tshepang Nov 10, 2025
7a7608c
overlong
tshepang Nov 10, 2025
b4a91c3
a double dot is not end of sentence
tshepang Nov 10, 2025
2ae4b0b
Merge pull request #2636 from rust-lang/tshepang/sembr
tshepang Nov 10, 2025
299a13b
sembr tests/running.md
tshepang Nov 10, 2025
b271341
sembr: handle text inside div blocks
tshepang Nov 10, 2025
241e890
tests/running.md: minor improvements
tshepang Nov 10, 2025
87c4064
fix code block language marker
tshepang Nov 10, 2025
6e14d2a
a more suitable marker
tshepang Nov 10, 2025
191778d
Merge pull request #2637 from rust-lang/tshepang/sembr
tshepang Nov 10, 2025
7675d7a
sembr sanitizers.md
tshepang Nov 10, 2025
de1b775
some text improvements
tshepang Nov 10, 2025
dbd05d3
Merge pull request #2638 from rust-lang/tshepang/sembr
tshepang Nov 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/src/rustdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ When crates are published to crates.io, docs.rs automatically builds
and publishes their documentation, for instance at
<https://docs.rs/serde/latest/serde/>. It always builds with the current nightly
rustdoc, so any changes you land in rustdoc are "insta-stable" in that they will
have an immediate public effect on docs.rs. Old documentation is not rebuilt, so
have an immediate public effect on docs.rs. Old documentation is only sometimes rebuilt, so
you will see some variation in UI when browsing old releases in docs.rs. Crate
authors can request rebuilds, which will be run with the latest rustdoc.

Expand Down