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
/
js
/
search.js
Age
Commit message (
Expand
)
Author
Lines
2024-04-18
rustdoc-search: fix description on aliases in results
Michael Howell
-10
/
+11
2024-04-08
rustdoc-search: single result for items with multiple paths
Michael Howell
-6
/
+29
2024-03-22
rustdoc-search: address nits
Michael Howell
-5
/
+5
2024-03-21
rustdoc-search: compressed bitmap to sort, then load desc
Michael Howell
-25
/
+165
2024-03-18
Use promise.all to load sorted results in parallel
Michael Howell
-3
/
+8
2024-03-16
rustdoc-search: shard the search result descriptions
Michael Howell
-151
/
+197
2024-03-15
rustdoc: clean up formatting
Michael Howell
-1
/
+1
2024-03-14
Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume...
Matthias Krüger
-31
/
+107
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
-44
/
+122
2024-03-09
rustdoc-search: depth limit `T<U>` -> `U` unboxing
Michael Howell
-31
/
+108
2024-01-08
rustdoc-search: intern function search types
Michael Howell
-17
/
+72
2024-01-08
rustdoc-search: reuse empty map/array in function signatures
Michael Howell
-5
/
+21
2024-01-06
Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez
Matthias Krüger
-29
/
+71
2024-01-05
Add notes about the serialization format
Michael Howell
-1
/
+1
2023-12-31
rustdoc-search: tighter encoding for `f` index
Michael Howell
-15
/
+66
2023-12-30
rustdoc-search: fix inaccurate type descriptions
Michael Howell
-54
/
+7
2023-12-26
rustdoc-search: count path edits with separate edit limit
Michael Howell
-17
/
+30
2023-12-26
rustdoc: search for tuples and unit by type with `()`
Michael Howell
-29
/
+71
2023-12-15
rustdoc-search: remove parallel searchWords array
Michael Howell
-46
/
+28
2023-12-14
Use Map instead of Object for source files and search index
Guillaume Gomez
-79
/
+62
2023-12-13
rustdoc-search: clean up handleSingleArg type handling
Michael Howell
-9
/
+3
2023-12-13
rustdoc-search: better hashing, faster unification
Michael Howell
-10
/
+46
2023-12-13
rustdoc-search: use set ops for ranking and filtering
Michael Howell
-40
/
+185
2023-12-13
rustdoc-search: remove the now-redundant `validateResult`
Michael Howell
-57
/
+0
2023-12-12
Rollup merge of #118886 - GuillaumeGomez:clean-up-search-vars, r=notriddle
Jubilee
-13
/
+7
2023-12-12
Clean up variables in `search.js`
Guillaume Gomez
-13
/
+7
2023-12-11
rustdoc-search: clean up parser
Michael Howell
-7
/
+2
2023-12-10
rustdoc-search: fix fast path unboxing bindings
Michael Howell
-1
/
+1
2023-12-10
rustdoc-search: do not treat associated type names as types
Michael Howell
-13
/
+20
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-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
-48
/
+283
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-10-10
Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui...
Guillaume Gomez
-3
/
+16
2023-10-05
rustdoc-search: fix bug with multi-item impl trait
Michael Howell
-1
/
+1
2023-09-21
rustdoc-search: add impl disambiguator to duplicate assoc items
Michael Howell
-3
/
+16
2023-09-20
rustdoc: add comment about numeric spacing
Michael Howell
-0
/
+4
2023-09-19
rustdoc: add test cases, and fix, search tabs
Michael Howell
-2
/
+7
[next]