| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-04-13 | rustdoc-search: use ES6 Map for `Result` instead of Object | Michael Howell | -1/+6 | |
| 2022-06-27 | Add comments, fixes for `0` sentinel | Michael Howell | -0/+6 | |
| 2022-06-27 | Update src/librustdoc/html/static/js/externs.js | Michael Howell | -1/+1 | |
| Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com> | ||||
| 2022-06-27 | Add documentation | Michael Howell | -0/+53 | |
| 2022-05-07 | Change eslint rules from configuration comments to configuration files | Folyd | -3/+0 | |
| 2022-04-26 | Migrate externs.js to ES6 | Guillaume Gomez | -7/+10 | |
| 2022-04-18 | Apply suggestions: | Guillaume Gomez | -1/+0 | |
| * 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 | * Greatly improve the rustdoc search parser source code | Guillaume Gomez | -6/+38 | |
| * Move all functions outside parseQuery | ||||
| 2022-04-18 | Improve naming of "val" field | Guillaume Gomez | -1/+1 | |
| 2022-04-18 | Greatly improve rustdoc search | Guillaume Gomez | -4/+24 | |
| 2021-12-22 | Add some JSDoc comments to rustdoc JS | Jacob Hoffman-Andrews | -0/+32 | |
| This follows the Closure Compiler dialect of JSDoc, so we can use it to do some basic type checking. We don't plan to compile with Closure Compiler, just use it to check types. See https://github.com/google/closure-compiler/wiki/ for details. | ||||
