summaryrefslogtreecommitdiff
path: root/src/tools/rustdoc-js
Commit message (Expand)AuthorAgeFilesLines
* rustdoc: restructure type search engine to pick-and-use IDsMichael Howell2023-04-171-8/+46
* rustdoc: add support for type filters in arguments and genericsMichael Howell2023-03-201-2/+9
* Improve rustdoc-js tester code clarity a bitGuillaume Gomez2023-03-111-7/+9
* Add eslint checks for rustdoc-js testerGuillaume Gomez2023-03-112-38/+134
* Clean up rustdoc-js tester.js fileGuillaume Gomez2023-03-041-58/+55
* Update rustdoc-js test toolGuillaume Gomez2023-03-021-1/+13
* rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews2022-10-291-2/+5
* rustdoc: make search.js a moduleJacob Hoffman-Andrews2022-05-171-261/+44
* Update rustdoc-js tester tool to work with new kind of variablesGuillaume Gomez2022-04-241-4/+16
* Add an extra check over filter typeGuillaume Gomez2022-04-181-1/+2
* Parse idents the same way in both quote string elements and "normal" elementsGuillaume Gomez2022-04-181-1/+1
* Handle separators in their own functions and fix missing handling of tabsGuillaume Gomez2022-04-181-1/+1
* Add isIdentCharacter function to ensure that unexpected characters are handle...Guillaume Gomez2022-04-181-1/+2
* Simplify parser syntaxGuillaume Gomez2022-04-181-1/+1
* Make query parser more strict and improve display of errorsGuillaume Gomez2022-04-181-4/+3
* * Greatly improve the rustdoc search parser source codeGuillaume Gomez2022-04-181-6/+10
* Improve naming of "val" fieldGuillaume Gomez2022-04-181-1/+1
* Add possibility to check parsed queryGuillaume Gomez2022-04-181-21/+144
* Update tester to have FILTER_CRATE set to null if undefined.Guillaume Gomez2022-02-031-0/+2
* Allow to run a specific rustdoc-js* testGuillaume Gomez2021-11-091-6/+12
* Simplify js tester a bitGuillaume Gomez2021-11-031-7/+3
* Fix rustdoc-js tool string "parsing"Guillaume Gomez2021-08-111-14/+19
* Update rustdoc-js toolsGuillaume Gomez2021-05-151-1/+2
* Updated tester.js for separate search.jsJacob Hoffman-Andrews2021-04-131-6/+6
* rustdoc: Separate filter-empty-string out into its own functionMichael Howell2021-04-011-1/+2
* Improve diff display in case the whole key in missingGuillaume Gomez2021-02-011-0/+4
* Remove inline script tagsGuillaume Gomez2021-01-181-2/+1
* Improve rustdoc JS tests error outputGuillaume Gomez2020-11-261-0/+31
* rustdoc: Fix doc aliases with crate filteringOliver Middleton2020-06-231-2/+11
* Import missing functions from storage.jsGuillaume Gomez2020-05-261-1/+1
* Make current crate aliases go firstGuillaume Gomez2020-05-141-2/+4
* Merge aliases and search-indexGuillaume Gomez2020-05-071-6/+3
* Extend rustdoc-js tester to allow to test multiple queries in one fileGuillaume Gomez2020-05-071-33/+65
* Improve rustdoc js testers codeGuillaume Gomez2020-04-141-42/+31
* End cleanup on rustdoc-js toolsGuillaume Gomez2020-04-111-24/+400
* Clean up rustdoc js tester source code and move common code in one placeGuillaume Gomez2020-03-211-295/+6
* Add missing variable to load in non-std tester as wellGuillaume Gomez2020-03-161-2/+2
* Allow `rustdoc-js` and `rustdoc-js-std` to use none default build dir locationOliver Middleton2020-03-131-5/+5
* Move documentation build into bootstrapGuillaume Gomez2019-02-251-41/+17
* Rename rustdoc js test suitesGuillaume Gomez2019-02-251-12/+53
* Add rustdoc JS non-std testsGuillaume Gomez2019-02-251-1/+2
* Account for no newline before test annotationsMark Rousskov2018-12-261-3/+6
* Remove licensesMark Rousskov2018-12-251-10/+0
* Fix rustdoc-js testsJohn Heitmann2018-12-181-2/+14
* Add test for crate filteringGuillaume Gomez2018-11-281-0/+1
* reduce search-index sizeGuillaume Gomez2018-06-301-0/+1
* Add rustdoc-js tester should-fail optionGuillaume Gomez2018-06-161-1/+7
* Update rustdoc-jsGuillaume Gomez2018-06-041-1/+3
* Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27Guillaume Gomez2018-05-151-47/+122
|\
| * Update js tester toolGuillaume Gomez2018-05-121-47/+122