about summary refs log tree commit diff
path: root/src/tools/rustdoc-js/tester.js
AgeCommit message (Expand)AuthorLines
2025-08-19Strenghten rustdoc js tester file macthing regexGuillaume Gomez-1/+1
2025-08-19Fix bug where `rustdoc-js` tester would not pick the right `search.js` file i...Guillaume Gomez-2/+20
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-90/+97
2025-07-16Update rustdoc search tester to new alias outputGuillaume Gomez-25/+46
2025-03-27tester.js: ignore displayTypeSignature if it is nullbinarycat-1/+1
2025-01-16fix error for when results in a rustdoc-js test are in the wrong orderbinarycat-1/+1
2024-10-30rustdoc-search: show types signatures in resultsMichael Howell-11/+43
2024-10-30rustdoc-search: pass original names through ASTMichael Howell-1/+0
2024-08-29Separate core search logic with search uiFolyd-4/+3
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-5/+0
2024-03-17Fix style errorsMichael Howell-1/+1
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-26/+78
2023-12-15rustdoc-search: remove parallel searchWords arrayMichael Howell-3/+3
2023-11-19rustdoc-search: add support for associated typesMichael Howell-1/+28
2023-09-03rustdoc: fix test case for generics that look like namesMichael Howell-1/+3
2023-06-09Change format of rustdoc-js tests by putting `query` and `correction` directl...Guillaume Gomez-41/+49
2023-04-17rustdoc: restructure type search engine to pick-and-use IDsMichael Howell-8/+46
2023-03-20rustdoc: add support for type filters in arguments and genericsMichael Howell-2/+9
2023-03-11Improve rustdoc-js tester code clarity a bitGuillaume Gomez-7/+9
2023-03-11Add eslint checks for rustdoc-js testerGuillaume Gomez-38/+38
2023-03-04Clean up rustdoc-js tester.js fileGuillaume Gomez-58/+55
2023-03-02Update rustdoc-js test toolGuillaume Gomez-1/+13
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-2/+5
2022-05-17rustdoc: make search.js a moduleJacob Hoffman-Andrews-261/+44
2022-04-24Update rustdoc-js tester tool to work with new kind of variablesGuillaume Gomez-4/+16
2022-04-18Add an extra check over filter typeGuillaume Gomez-1/+2
2022-04-18Parse idents the same way in both quote string elements and "normal" elementsGuillaume Gomez-1/+1
2022-04-18Handle separators in their own functions and fix missing handling of tabsGuillaume Gomez-1/+1
2022-04-18Add isIdentCharacter function to ensure that unexpected characters are handle...Guillaume Gomez-1/+2
2022-04-18Simplify parser syntaxGuillaume Gomez-1/+1
2022-04-18Make query parser more strict and improve display of errorsGuillaume Gomez-4/+3
2022-04-18* Greatly improve the rustdoc search parser source codeGuillaume Gomez-6/+10
2022-04-18Improve naming of "val" fieldGuillaume Gomez-1/+1
2022-04-18Add possibility to check parsed queryGuillaume Gomez-21/+144
2022-02-03Update tester to have FILTER_CRATE set to null if undefined.Guillaume Gomez-0/+2
2021-11-09Allow to run a specific rustdoc-js* testGuillaume Gomez-6/+12
2021-11-03Simplify js tester a bitGuillaume Gomez-7/+3
2021-08-11Fix rustdoc-js tool string "parsing"Guillaume Gomez-14/+19
2021-05-15Update rustdoc-js toolsGuillaume Gomez-1/+2
2021-04-13Updated tester.js for separate search.jsJacob Hoffman-Andrews-6/+6
2021-04-01rustdoc: Separate filter-empty-string out into its own functionMichael Howell-1/+2
2021-02-01Improve diff display in case the whole key in missingGuillaume Gomez-0/+4
2021-01-18Remove inline script tagsGuillaume Gomez-2/+1
2020-11-26Improve rustdoc JS tests error outputGuillaume Gomez-0/+31
2020-06-23rustdoc: Fix doc aliases with crate filteringOliver Middleton-2/+11
2020-05-26Import missing functions from storage.jsGuillaume Gomez-1/+1
2020-05-14Make current crate aliases go firstGuillaume Gomez-2/+4
2020-05-07Merge aliases and search-indexGuillaume Gomez-6/+3
2020-05-07Extend rustdoc-js tester to allow to test multiple queries in one fileGuillaume Gomez-33/+65
2020-04-14Improve rustdoc js testers codeGuillaume Gomez-42/+31