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
2024-04-11
Replace `document.write` with `document.head.insertAdjacentHTML`
Guillaume Gomez
-2
/
+1
2024-04-10
Properly handle emojis as literal prefix in macros
Esteban Küber
-3
/
+4
2024-04-09
rustdoc: remove unused 16x16 favicon
Michael Howell
-3
/
+0
2024-04-09
rustdoc: load icons from css instead of inline
Michael Howell
-23
/
+26
2024-04-09
rustdoc: reduce size of `<head>` with preload loop
Michael Howell
-9
/
+6
2024-04-09
rustdoc: clean up type alias code
Michael Howell
-16
/
+12
2024-04-08
rustdoc: add re-export info to RawSearchIndex type def
Michael Howell
-6
/
+13
2024-04-08
Update search_index.rs
Michael Howell
-1
/
+0
2024-04-08
rustdoc: improve comments based on feedback
Michael Howell
-8
/
+13
2024-04-08
rustdoc-search: single result for items with multiple paths
Michael Howell
-22
/
+165
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-1
/
+5
2024-04-03
Default to light theme is JS is enabled but not working
Guillaume Gomez
-3
/
+9
2024-04-02
Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez
Guillaume Gomez
-210
/
+751
2024-04-02
Clean up src/librustdoc/html/render/search_index/encode.rs
Michael Howell
-24
/
+22
2024-04-02
Support type '/' to search
mu001999
-2
/
+3
2024-03-28
Make local_crate_source_file return a RealFileName
Urgau
-1
/
+1
2024-03-27
Add rustdoc hack
Oli Scherer
-2
/
+3
2024-03-27
Remove `DefId`'s `Partial/Ord` impls
Oli Scherer
-2
/
+2
2024-03-27
rustdoc: Swap fields and variant documentations
chloekek
-2
/
+2
2024-03-22
rustdoc-search: address nits
Michael Howell
-265
/
+297
2024-03-21
rustdoc-search: compressed bitmap to sort, then load desc
Michael Howell
-32
/
+391
2024-03-18
Use promise.all to load sorted results in parallel
Michael Howell
-3
/
+8
2024-03-17
Fix style errors
Michael Howell
-1
/
+1
2024-03-17
some minor code simplifications
Matthias Krüger
-2
/
+2
2024-03-16
rustdoc-search: shard the search result descriptions
Michael Howell
-200
/
+347
2024-03-15
rustdoc: clean up formatting
Michael Howell
-1
/
+1
2024-03-15
Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez
Matthias Krüger
-51
/
+49
2024-03-15
Rollup merge of #122530 - klensy:as_str, r=fee1-dead
Guillaume Gomez
-3
/
+4
2024-03-15
less symbols interner locks
klensy
-3
/
+4
2024-03-14
Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume...
Matthias Krüger
-31
/
+107
2024-03-14
fix polarity
Manish Goregaokar
-2
/
+2
2024-03-14
inline
Manish Goregaokar
-5
/
+9
2024-03-14
Make compact
Manish Goregaokar
-10
/
+10
2024-03-14
print doc(hidden)
Manish Goregaokar
-5
/
+14
2024-03-14
Refactor visibility_print_with_space to directly take an item
Manish Goregaokar
-44
/
+23
2024-03-14
print ghosts
Manish Goregaokar
-0
/
+6
2024-03-14
Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume...
Matthias Krüger
-115
/
+229
2024-03-12
rustdoc: do not preload fonts when browsing locally
Elijah Riggs
-0
/
+2
2024-03-11
rustdoc-search: add search query syntax `Fn(T) -> U`
Michael Howell
-48
/
+65
2024-03-11
rustdoc: use `const` for the special type name ids
Michael Howell
-25
/
+11
2024-03-11
rustdoc: clean up search.js by removing empty sort case
Michael Howell
-5
/
+0
2024-03-11
rustdoc-search: parse and search with ML-style HOF
Michael Howell
-45
/
+161
2024-03-09
rustdoc-search: depth limit `T<U>` -> `U` unboxing
Michael Howell
-31
/
+108
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-4
/
+4
2024-03-01
Correctly generate item info of trait items
Guillaume Gomez
-13
/
+14
2024-02-29
Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n...
Matthias Krüger
-1
/
+2
2024-02-28
Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco
bors
-2
/
+2
2024-02-28
Add regression test for inclusion of whitespace characters in rustdoc highlig...
Guillaume Gomez
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-2
/
+2
2024-02-27
Prevent inclusion of whitespace character after macro_rules ident
Guillaume Gomez
-0
/
+1
[prev]
[next]