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-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
2022-05-12
rustdoc: fix GUI crash when searching for magic JS property values
Michael Howell
-2
/
+2
2022-05-11
Rollup merge of #96879 - notriddle:notriddle/search-ranking, r=GuillaumeGomez
Yuki Okushi
-1
/
+1
2022-05-09
rustdoc: search result ranking fix
Michael Howell
-1
/
+1
2022-05-08
Remove unused param from search.js::checkPath
Michael Howell
-2
/
+2
2022-05-07
Enforce quote rule for JS source code
Guillaume Gomez
-13
/
+14
2022-05-07
Change eslint rules from configuration comments to configuration files
Folyd
-4
/
+0
2022-05-06
Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddle
Guillaume Gomez
-0
/
+3
2022-05-06
Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo...
Guillaume Gomez
-25
/
+44
2022-05-06
Fix reexports missing from the search index
Guillaume Gomez
-0
/
+3
2022-05-05
rustdoc: fix JS error when rendering parse error
Michael Howell
-0
/
+4
2022-05-05
rustdoc: fix keyboard shortcuts and console log on search page
Michael Howell
-12
/
+24
2022-05-05
rustdoc: change the "In Function Signatures" to context-sensitive
Michael Howell
-1
/
+5
2022-05-05
rustdoc: when running a function-signature search, tweak the tab bar
Michael Howell
-13
/
+12
2022-05-05
Use "strict" mode in JS scripts
Guillaume Gomez
-1
/
+3
2022-05-04
Move callback to the () => {} syntax.
Folyd
-23
/
+23
2022-04-30
Move settings into full JS
Guillaume Gomez
-8
/
+8
2022-04-29
Rollup merge of #96390 - GuillaumeGomez:es6-part2, r=notriddle
Dylan DPC
-5
/
+4
2022-04-26
Small JS code improvements
Guillaume Gomez
-5
/
+4
2022-04-26
Update rustdoc search parser to handle `!` correctly
Guillaume Gomez
-2
/
+13
2022-04-24
Update search.js to ES6
Guillaume Gomez
-218
/
+207
2022-04-20
Extend `handleSingleArg` documentation
Guillaume Gomez
-0
/
+4
2022-04-18
Correctly handle single `:`
Guillaume Gomez
-10
/
+6
2022-04-18
Add an extra check over filter type
Guillaume Gomez
-3
/
+30
2022-04-18
Fix some corner cases
Guillaume Gomez
-5
/
+3
2022-04-18
Parse idents the same way in both quote string elements and "normal" elements
Guillaume Gomez
-32
/
+44
2022-04-18
Remove unnecessary `elem.name.length === 0` since the rustdoc search eBNF doe...
Guillaume Gomez
-1
/
+1
2022-04-18
Update the eBNF to allow generics bracket to not be closed if it's EOF
Guillaume Gomez
-1
/
+1
2022-04-18
Handle separators in their own functions and fix missing handling of tabs
Guillaume Gomez
-3
/
+18
2022-04-18
Improve the BNF description a bit and fix some issues
Guillaume Gomez
-18
/
+44
2022-04-18
Forbid rustdoc search query to end with ->
Guillaume Gomez
-0
/
+3
2022-04-18
Add isIdentCharacter function to ensure that unexpected characters are handle...
Guillaume Gomez
-10
/
+29
2022-04-18
Replace unneeded use of regex with a simple if
Guillaume Gomez
-1
/
+4
[next]