about summary refs log tree commit diff
path: root/tests/rustdoc-js-std
AgeCommit message (Expand)AuthorLines
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-10/+10
2023-11-29rustdoc-search: replace TAB/NL/LF with SP firstMichael Howell-13/+22
2023-11-29rustdoc-search: removed dead parser codeMichael Howell-0/+9
2023-11-29rustdoc-search: allow `:: ` and ` ::`Michael Howell-18/+57
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-10/+10
2023-11-21rustdoc-search: make primitives and keywords less specialMichael Howell-33/+33
2023-11-19rustdoc-search: add support for associated typesMichael Howell-1/+275
2023-09-21rustdoc: update test cases for changes to the printing styleMichael Howell-20/+20
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-0/+70
2023-09-09rustdoc-search: fix bugs when unboxing and reordering combineMichael Howell-1/+26
2023-09-03rustdoc: bug fix for `-> option<t>`Michael Howell-0/+6
2023-09-03rustdoc-search: add support for type parametersMichael Howell-0/+53
2023-09-01Add tests for type-based searchGuillaume Gomez-0/+7
2023-07-02Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator...bors-114/+251
2023-06-15Auto merge of #112233 - notriddle:notriddle/search-unify, r=GuillaumeGomezbors-0/+13
2023-06-14Fix eBNF and handling of whitespace characters when not in a pathGuillaume Gomez-1/+105
2023-06-14Add "vec new" testGuillaume Gomez-9/+20
2023-06-14Update rustdoc-js-std testsGuillaume Gomez-105/+127
2023-06-12rustdoc-search: search never type with `!`Michael Howell-19/+98
2023-06-11rustdoc-search: fix order-independence bugMichael Howell-4/+1
2023-06-11rustdoc-search: add test case for `bufread -> result<u8>`Michael Howell-0/+16
2023-06-10rustdoc: add note about slice/array searches to help popupMichael Howell-21/+17
2023-06-10rustdoc: search for slices and arrays by type with `[]`Michael Howell-0/+315
2023-06-10rustdoc: add test case for `OsString::into_string`Michael Howell-0/+10
2023-06-09Update rustdoc-js* formatGuillaume Gomez-184/+132
2023-04-14rustdoc-search: add support for nested genericsMichael Howell-2/+122
2023-03-20rustdoc: add support for type filters in arguments and genericsMichael Howell-95/+142
2023-03-16Rollup merge of #108875 - notriddle:notriddle/return-trait, r=GuillaumeGomezMatthias Krüger-6/+17
2023-03-10rustdoc: use restricted Damerau-Levenshtein distance for searchMichael Howell-0/+12
2023-03-07rustdoc: fix type search when more than one `where` clause appliesMichael Howell-6/+17
2023-03-04Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomezMatthias Krüger-0/+7
2023-03-04rustdoc: function signature search with traits in `where` clauseMichael Howell-0/+7
2023-03-03Add test for unclosed genericGuillaume Gomez-0/+10
2023-03-02Add GUI test for rustdoc search errors backgroundGuillaume Gomez-2/+2
2023-03-01Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui...Dylan DPC-19/+88
2023-02-16rustdoc: search by macro when query ends with `!`Michael Howell-19/+88
2023-02-16rustdoc: hide `reference` methods in search indexMichael Howell-0/+8
2023-01-24rustdoc: add test case based on #103357Michael Howell-0/+10
2023-01-21rustdoc: update test cases to match with stricter match criteriaMichael Howell-1/+0
2023-01-21rustdoc: compute maximum Levenshtein distance based on the queryMichael Howell-3/+0
2023-01-14rustdoc: update search test casesMichael Howell-4/+5
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1549