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
/
static
Age
Commit message (
Expand
)
Author
Lines
2023-12-07
rustdoc: remove unused parameter `reversed` from onEach(Lazy)
Michael Howell
-19
/
+6
2023-12-07
Fix display of features in rustdoc
Guillaume Gomez
-9
/
+12
2023-12-05
Make headings anchor hidden by default and show on hover
Guillaume Gomez
-3
/
+19
2023-12-05
Rework doc blocks headings by not turning them into links anymore and putting...
Guillaume Gomez
-0
/
+3
2023-12-01
Rollup merge of #118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez
Takayuki Maeda
-5
/
+2
2023-11-30
rustdoc: `div.where` instead of fmt-newline class
Michael Howell
-5
/
+2
2023-11-30
Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau...
Matthias Krüger
-5
/
+5
2023-11-29
rustdoc: remove small from `small-section-header`
Michael Howell
-5
/
+5
2023-11-29
rustdoc-search: replace TAB/NL/LF with SP first
Michael Howell
-10
/
+6
2023-11-29
rustdoc-search: removed dead parser code
Michael Howell
-2
/
+0
2023-11-29
rustdoc-search: allow `:: ` and ` ::`
Michael Howell
-8
/
+5
2023-11-27
Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease
Matthias Krüger
-2
/
+1
2023-11-26
Fix Rustdoc search docs link
clubby789
-2
/
+1
2023-11-26
Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomez
Guillaume Gomez
-21
/
+11
2023-11-25
rustdoc: replace `elemIsInParent` with `Node.contains`
Michael Howell
-21
/
+11
2023-11-25
rustdoc-search: clean up some DOM code
Michael Howell
-11
/
+5
2023-11-24
rustdoc-search: avoid infinite where clause unbox
Michael Howell
-8
/
+24
2023-11-21
rustdoc-search: make primitives and keywords less special
Michael Howell
-24
/
+12
2023-11-21
rustdoc-search: clean up `checkPath`
Michael Howell
-13
/
+3
2023-11-19
rustdoc-search: add support for associated types
Michael Howell
-49
/
+287
2023-11-18
rustdoc-search: switch to recursive backtracking
Michael Howell
-157
/
+87
2023-11-17
rustdoc-search: fix accidental shared, mutable map
Michael Howell
-30
/
+14
2023-11-17
rustdoc-search: fast path for 1-query unification
Michael Howell
-2
/
+76
2023-11-17
rustdoc-search: less new Maps in unifyFunctionType
Michael Howell
-16
/
+31
2023-11-15
rustdoc-search: simplify the checkTypes fast path
Michael Howell
-61
/
+10
2023-11-12
rustdoc: use `.rustdoc` class instead of `body`
Michael Howell
-2
/
+2
2023-10-27
Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez
bors
-1
/
+212
2023-10-23
Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomez
Matthias Krüger
-0
/
+1
2023-10-22
rustdoc: make JS trait impls act more like HTML
Michael Howell
-3
/
+12
2023-10-22
rustdoc: clean up and comment main.js `register_type_impls`
Michael Howell
-14
/
+44
2023-10-22
rustdoc: use JS to inline target type impl docs into alias
Michael Howell
-1
/
+173
2023-10-11
rustdoc: fix resize trouble with mobile
Michael Howell
-0
/
+4
2023-10-11
rustdoc: avoid whole page layout on each frame
Michael Howell
-8
/
+67
2023-10-11
rustdoc: bundle sidebar button icon into CSS
Michael Howell
-16
/
+22
2023-10-11
rustdoc: enforce BODY_MIN constraint on sidebar resize
Michael Howell
-17
/
+122
2023-10-11
rustdoc: clean up main.js and src-script.js
Michael Howell
-6
/
+13
2023-10-11
rustdoc: allow resizing the sidebar
Michael Howell
-19
/
+315
2023-10-11
Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease
bors
-20
/
+106
2023-10-10
Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...
Guillaume Gomez
-3
/
+44
2023-10-08
Clean up subversion layout
Michael Howell
-0
/
+5
2023-10-08
rustdoc: add missing macros to sibling nav sidebar
Michael Howell
-1
/
+15
2023-10-08
rustdoc: clean up the In [name] up-pointer
Michael Howell
-6
/
+11
2023-10-08
rustdoc: align crate name with search bar
Michael Howell
-5
/
+27
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-2
/
+3
2023-10-08
rustdoc: clean up the layout for annotated version numbers
Michael Howell
-3
/
+5
2023-10-08
rustdoc: show crate name beside small logo
Michael Howell
-14
/
+51
2023-10-05
rustdoc-search: fix bug with multi-item impl trait
Michael Howell
-1
/
+1
2023-09-21
Update search-result-impl-disambiguation.goml
Michael Howell
-2
/
+2
2023-09-21
rustdoc: wait for section to open before trying to highlight
Michael Howell
-2
/
+6
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-3
/
+40
[prev]
[next]