about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/parser-errors.js
AgeCommit message (Expand)AuthorLines
2022-04-26Update rustdoc search test to check `!`Guillaume Gomez-0/+20
2022-04-18Correctly handle single `:`Guillaume Gomez-0/+10
2022-04-18Add an extra check over filter typeGuillaume Gomez-0/+40
2022-04-18Add tests for pathsGuillaume Gomez-0/+20
2022-04-18Handle separators in their own functions and fix missing handling of tabsGuillaume Gomez-0/+10
2022-04-18Improve the BNF description a bit and fix some issuesGuillaume Gomez-19/+69
2022-04-18Forbid rustdoc search query to end with ->Guillaume Gomez-0/+10
2022-04-18Add isIdentCharacter function to ensure that unexpected characters are handle...Guillaume Gomez-4/+14
2022-04-18Apply suggestions:Guillaume Gomez-0/+40
2022-04-18Improve documentation and add some explanations in the codeGuillaume Gomez-1/+2
2022-04-18Simplify parser syntaxGuillaume Gomez-20/+3
2022-04-18Make query parser more strict and improve display of errorsGuillaume Gomez-1/+138
2022-04-18* Greatly improve the rustdoc search parser source codeGuillaume Gomez-20/+5
2022-04-18* If type filter is in quotes, throw an error.Guillaume Gomez-1/+27
2022-04-18Improve naming of "val" fieldGuillaume Gomez-3/+3
2022-04-18Add parser testsGuillaume Gomez-0/+43