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
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
2023-05-03
Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume...
Manish Goregaokar
-196
/
+224
2023-04-21
rustdoc: clean up redundant search hiding results code
Michael Howell
-4
/
+0
2023-04-20
rustdoc-search: use more descriptive "x not found; y instead" message
Michael Howell
-1
/
+1
2023-04-20
rustdoc-search: make type name correction choice deterministic
Michael Howell
-0
/
+3
2023-04-20
rustdoc-search: clean up `checkIfInGenerics` call at end of `checkType`
Michael Howell
-5
/
+1
2023-04-19
rustdoc-search: give longer notification for type corrections
Michael Howell
-2
/
+7
2023-04-17
rustdoc: restructure type search engine to pick-and-use IDs
Michael Howell
-195
/
+219
2023-04-17
rustdoc-search: fix incorrect doc comment
Michael Howell
-1
/
+1
2023-04-14
rustdoc-search: add support for nested generics
Michael Howell
-11
/
+10
2023-04-13
rustdoc-search: use ES6 Map for `Result` instead of Object
Michael Howell
-20
/
+34
2023-04-13
rustdoc-search: use ES6 `Set` for deduplication instead of `Object`
Michael Howell
-3
/
+3
2023-04-13
rustdoc-search: use ES6 `Map` for generic matching instead of `Object`
Michael Howell
-23
/
+14
2023-04-13
rustdoc-search: use ES6 `Map` for aliases instead of `Object`
Michael Howell
-11
/
+16
2023-03-27
Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddle
Matthias Krüger
-5
/
+1
2023-03-26
Fix "Directly go to item in search if there is only one result" setting
Guillaume Gomez
-5
/
+1
2023-03-20
rustdoc: add support for type filters in arguments and generics
Michael Howell
-53
/
+111
2023-03-19
rustdoc: implement bag semantics for function parameter search
Michael Howell
-26
/
+70
2023-03-12
Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez
Matthias Krüger
-149
/
+223
2023-03-11
rustdoc: collapse edit distance state into an object
Michael Howell
-80
/
+86
2023-03-11
Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jsha
Matthias Krüger
-4
/
+21
2023-03-10
rustdoc: use restricted Damerau-Levenshtein distance for search
Michael Howell
-147
/
+215
2023-03-10
rustdoc: sort deprecated items lower in search
Peter Jaszkowiak
-4
/
+21
2023-03-03
Emit an error for unclosed generic
Guillaume Gomez
-1
/
+13
2023-03-02
Put backtick content from rustdoc search errors into a <code> elements
Guillaume Gomez
-39
/
+91
2023-03-01
Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...
Dylan DPC
-6
/
+26
2023-02-26
Clean up JS files code a bit
Guillaume Gomez
-11
/
+6
2023-02-25
Update search eBNF with `!` moved
Michael Howell
-2
/
+2
2023-02-16
Correct eslint warning
Michael Howell
-1
/
+1
2023-02-16
rustdoc: search by macro when query ends with `!`
Michael Howell
-4
/
+24
2023-02-13
rustdoc: use a string with one-character codes for search index types
Michael Howell
-4
/
+5
2023-02-11
Improve JS function itemTypeFromName code a bit
Guillaume Gomez
-6
/
+4
2023-01-21
rustdoc: compute maximum Levenshtein distance based on the query
Michael Howell
-65
/
+84
2023-01-14
rustdoc: simplify JS search routine by not messing with lev distance
Michael Howell
-50
/
+64
2022-12-22
rustdoc: use a more evocative name for CSS/JS `#titles`
Michael Howell
-8
/
+8
2022-11-28
Add sentence when rustdoc search is running
Guillaume Gomez
-4
/
+6
2022-11-14
rustdoc: fix corner case in search keyboard commands
Michael Howell
-0
/
+1
2022-11-04
rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really needed
Michael Howell
-3
/
+1
2022-11-04
rustdoc: simplify search results CSS and DOM
Michael Howell
-4
/
+2
2022-08-10
Improve crate selection on rustdoc search results page
Frank Steffahn
-22
/
+9
2022-06-27
Add comments, fixes for `0` sentinel
Michael Howell
-4
/
+3
2022-06-27
Put back, fix ()-output optimization
Michael Howell
-1
/
+1
2022-06-27
Add documentation
Michael Howell
-1
/
+34
2022-06-24
rustdoc: reference function signature types from the `p` array
Michael Howell
-35
/
+96
2022-06-20
Improve loading of crates.js and sidebar-items.js
Jacob Hoffman-Andrews
-2
/
+3
2022-06-18
Remove weird JS condition
Guillaume Gomez
-4
/
+1
2022-05-27
Add "eqeqeq" eslint rule
Guillaume Gomez
-4
/
+4
2022-05-18
Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddle
Yuki Okushi
-1
/
+1
2022-05-17
rustdoc: make search.js a module
Jacob Hoffman-Andrews
-46
/
+66
2022-05-17
Fix duplicated "in" in the search result text
Guillaume Gomez
-1
/
+1
2022-05-15
Add new eslint rule about brace style
Guillaume Gomez
-28
/
+45
[next]