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
/
test
/
rustdoc-js-std
/
parser-errors.js
Age
Commit message (
Expand
)
Author
Lines
2022-04-26
Update rustdoc search test to check `!`
Guillaume Gomez
-0
/
+20
2022-04-18
Correctly handle single `:`
Guillaume Gomez
-0
/
+10
2022-04-18
Add an extra check over filter type
Guillaume Gomez
-0
/
+40
2022-04-18
Add tests for paths
Guillaume Gomez
-0
/
+20
2022-04-18
Handle separators in their own functions and fix missing handling of tabs
Guillaume Gomez
-0
/
+10
2022-04-18
Improve the BNF description a bit and fix some issues
Guillaume Gomez
-19
/
+69
2022-04-18
Forbid rustdoc search query to end with ->
Guillaume Gomez
-0
/
+10
2022-04-18
Add isIdentCharacter function to ensure that unexpected characters are handle...
Guillaume Gomez
-4
/
+14
2022-04-18
Apply suggestions:
Guillaume Gomez
-0
/
+40
2022-04-18
Improve documentation and add some explanations in the code
Guillaume Gomez
-1
/
+2
2022-04-18
Simplify parser syntax
Guillaume Gomez
-20
/
+3
2022-04-18
Make query parser more strict and improve display of errors
Guillaume Gomez
-1
/
+138
2022-04-18
* Greatly improve the rustdoc search parser source code
Guillaume Gomez
-20
/
+5
2022-04-18
* If type filter is in quotes, throw an error.
Guillaume Gomez
-1
/
+27
2022-04-18
Improve naming of "val" field
Guillaume Gomez
-3
/
+3
2022-04-18
Add parser tests
Guillaume Gomez
-0
/
+43