| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -385/+0 | |
| 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 ↵ | Guillaume Gomez | -4/+14 | |
| handled correctly | ||||
| 2022-04-18 | Apply suggestions: | Guillaume Gomez | -0/+40 | |
| * Forbid generics without a path (so "<p>" is forbidden). * Change `handleSingleArg` so that it takes `results_others`, `results_in_args` and `results_returned` as arguments instead of using the "global" variables. * Change `createQueryElement` so that it returns the newly created element instead of taking `elems` as argument. * Improve documentation | ||||
| 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 | |
| * Move all functions outside parseQuery | ||||
| 2022-04-18 | * If type filter is in quotes, throw an error. | Guillaume Gomez | -1/+27 | |
| * If there are generics, don't allow to have quotes. | ||||
| 2022-04-18 | Improve naming of "val" field | Guillaume Gomez | -3/+3 | |
| 2022-04-18 | Add parser tests | Guillaume Gomez | -0/+43 | |
