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
Age
Commit message (
Expand
)
Author
Lines
2022-04-26
Migrate storage.js to ES6
Guillaume Gomez
-22
/
+25
2022-04-26
Migrate source-script to ES6
Guillaume Gomez
-44
/
+45
2022-04-26
Migrate main.js to ES6
Guillaume Gomez
-128
/
+130
2022-04-26
Migrate externs.js to ES6
Guillaume Gomez
-7
/
+10
2022-04-26
Small JS code improvements
Guillaume Gomez
-6
/
+5
2022-04-26
Update rustdoc search parser to handle `!` correctly
Guillaume Gomez
-2
/
+13
2022-04-24
Update settings.js to ES6
Guillaume Gomez
-6
/
+9
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
2022-04-18
Apply suggestions:
Guillaume Gomez
-37
/
+74
2022-04-18
Improve documentation and add some explanations in the code
Guillaume Gomez
-9
/
+23
2022-04-18
Simplify parser syntax
Guillaume Gomez
-41
/
+39
2022-04-18
Make query parser more strict and improve display of errors
Guillaume Gomez
-51
/
+64
2022-04-18
* Greatly improve the rustdoc search parser source code
Guillaume Gomez
-398
/
+497
2022-04-18
Add query syntax for the parser
Guillaume Gomez
-12
/
+71
2022-04-18
* If type filter is in quotes, throw an error.
Guillaume Gomez
-3
/
+11
2022-04-18
Improve naming of "val" field
Guillaume Gomez
-32
/
+32
2022-04-18
Update search engine and parser to error when quotes are used on queries with...
Guillaume Gomez
-58
/
+104
2022-04-18
Greatly improve rustdoc search
Guillaume Gomez
-394
/
+602
2022-04-13
Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez
Dylan DPC
-8
/
+24
2022-04-12
rustdoc: discr. required+provided assoc consts+tys
León Orell Valerian Liehr
-1
/
+1
2022-03-27
Improve alignment of additional scraped examples, add scrape examples help page
Will Crichton
-2
/
+4
2022-03-27
Improve Rustdoc UI for scraped examples with multiline arguments, fix
Will Crichton
-6
/
+20
2022-03-08
Unify inherent impl blocks by wrapping them into a div
Guillaume Gomez
-1
/
+1
2022-03-05
Scroll when the anchor change and is linking outside of the displayed content
Guillaume Gomez
-9
/
+7
2022-02-10
Remove support for multi-query search
Guillaume Gomez
-97
/
+6
2022-02-07
Rollup merge of #93673 - jsha:linkify-sidebar-headings, r=GuillaumeGomez
Mara Bos
-16
/
+24
2022-02-05
Linkify sidebar headings for sibling items
Jacob Hoffman-Andrews
-16
/
+24
2022-02-04
Refactor conditional
Eliaz Bobadilla
-5
/
+2
2022-02-04
Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jsha
Matthias Krüger
-58
/
+108
2022-02-03
Add filter-crate URL parameter
Guillaume Gomez
-47
/
+97
2022-02-02
Unify storage getter and setter functions
Guillaume Gomez
-12
/
+12
2022-01-29
rustdoc: small fixes to mobile navigation
Jacob Hoffman-Andrews
-1
/
+1
2022-01-25
Rollup merge of #93251 - jsha:theme-radio, r=GuillaumeGomez
Matthias Krüger
-10
/
+19
2022-01-23
Update theme on pageshow event
Jacob Hoffman-Andrews
-6
/
+25
2022-01-23
rustdoc settings: use radio buttons for theme
Jacob Hoffman-Andrews
-10
/
+19
2022-01-18
Simplify and unify rustdoc sidebar styles
Jacob Hoffman-Andrews
-40
/
+22
2022-01-18
Rollup merge of #92830 - jsha:style-cleanups, r=GuillaumeGomez
Matthias Krüger
-33
/
+12
2022-01-18
Rollup merge of #92803 - jsha:hide-sidebar, r=GuillaumeGomez
Matthias Krüger
-0
/
+4
[prev]
[next]