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
Age
Commit message (
Expand
)
Author
Lines
2025-08-30
rustdoc-search: improve concurrency at type search
Michael Howell
-9
/
+15
2025-08-30
rustdoc-search: split function inverted index by input/output
Michael Howell
-67
/
+256
2025-08-28
Create new `Item::is_fake_item` method as equivalent to check for `is_primiti...
Guillaume Gomez
-2
/
+2
2025-08-28
Add new `doc(attribute = "...")` attribute
Guillaume Gomez
-5
/
+26
2025-08-26
Rollup merge of #145596 - lumiscosity:optimize-png-files, r=davidtwco
Guillaume Gomez
-0
/
+0
2025-08-24
Auto merge of #137229 - GuillaumeGomez:expand-macro, r=lolbinarycat
bors
-61
/
+472
2025-08-24
rustdoc: render attributes in Field and Variants sections
Karol Zwolak
-4
/
+22
2025-08-23
Rollup merge of #145782 - karolzwolak:rustdoc-consistent-attributes-rendering...
Samuel Tardieu
-70
/
+68
2025-08-23
Improve code and add test with macro coming from another file from the same c...
Guillaume Gomez
-18
/
+14
2025-08-23
rustdoc: make attributes render consistently
Karol Zwolak
-70
/
+68
2025-08-22
Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,...
Jacob Pratt
-43
/
+18
2025-08-23
Also support statements and patterns for macro expansion
Guillaume Gomez
-2
/
+18
2025-08-23
Improve code
Guillaume Gomez
-4
/
+2
2025-08-23
Make macro expansion feature buttons accessible
Guillaume Gomez
-10
/
+11
2025-08-23
Do macro expansion at AST level rather than HIR
Guillaume Gomez
-147
/
+163
2025-08-23
Clean up computation of macro expansion span and correctly handle spans open ...
Guillaume Gomez
-28
/
+90
2025-08-23
Go around firefox bug
Guillaume Gomez
-1
/
+7
2025-08-23
Correctly handle multiple macro expansions on a same line
Guillaume Gomez
-18
/
+49
2025-08-23
Add new unstable `--generate-macro-expansion` rustdoc command line flag
Guillaume Gomez
-14
/
+23
2025-08-23
Add support for macro expansion in rustdoc source code pages
Guillaume Gomez
-63
/
+339
2025-08-22
main.js: only call window.rustdocToggleSrcSidebar if it exists
binarycat
-2
/
+1
2025-08-22
typecheck: add nonnull around element known to exist
binarycat
-2
/
+1
2025-08-22
typecheck tooltipBlurHandler
binarycat
-1
/
+3
2025-08-22
typecheck window.CURRENT_TOOLTIP_ELEMENT
binarycat
-32
/
+7
2025-08-21
typecheck window.NOTABLE_TRAITS
binarycat
-2
/
+2
2025-08-21
typecheck window.rr_
binarycat
-2
/
+2
2025-08-21
typecheck window.searchIndex
binarycat
-2
/
+2
2025-08-21
unbox raw pointers in type-based search
binarycat
-3
/
+6
2025-08-21
add special formatting for displaying raw pointers in signatures
binarycat
-2
/
+22
2025-08-21
rustdoc search: accept *mut T syntax for raw pointers
binarycat
-30
/
+45
2025-08-21
make primitive:pointer work in type-based search.
binarycat
-2
/
+2
2025-08-21
Losslessly optimize PNG files
lumiscosity
-0
/
+0
2025-08-20
Fix JS search scripts path
Guillaume Gomez
-2
/
+2
2025-08-20
Rollup merge of #140314 - lolbinarycat:rustdoc-js-scrape-examples-typecheck, ...
Jacob Pratt
-11
/
+43
2025-08-19
Rollup merge of #145025 - lolbinarycat:ci-tidy-spellcheck, r=Kobzol
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-08-16
run spellcheck as a tidy extra check in ci
binarycat
-1
/
+1
2025-08-15
rustdoc-search: search backend with partitioned suffix tree
Michael Howell
-4247
/
+8224
2025-08-15
Rollup merge of #145389 - GuillaumeGomez:unstable-search, r=fmease
Stuart Cook
-39
/
+2
2025-08-14
Revert "rustdoc search: prefer stable items in search results"
Guillaume Gomez
-36
/
+2
2025-08-14
Revert "rustdoc: IndexItem::{stability -> is_unstable}"
Guillaume Gomez
-3
/
+8
2025-08-14
Revert "rustdoc search: add performance note about searchIndexUnstable check"
Guillaume Gomez
-6
/
+0
2025-08-14
Revert "Correctly handle when there are no unstable items in the documented c...
Guillaume Gomez
-3
/
+1
2025-08-14
rustdoc: Allow multiple references to a single footnote
Tsukasa OI
-9
/
+24
2025-08-13
Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca...
Guillaume Gomez
-1
/
+3
2025-08-13
Correctly handle when there are no unstable items in the documented crate
Guillaume Gomez
-1
/
+3
2025-08-10
rustdoc: Use `discr`s `Display` impl to render the value with the correct sig...
Eval EXEC
-5
/
+3
2025-08-10
Ignore impl associated types in jump to def feature
Guillaume Gomez
-1
/
+7
2025-08-10
Fix panic if an item does not have a body
Guillaume Gomez
-10
/
+22
2025-08-10
Update to last rustc_hir Visitor changes
Guillaume Gomez
-6
/
+3
2025-08-10
Better handling of paths in link to def feature
Guillaume Gomez
-73
/
+117
[prev]
[next]