rust/tests/rustdoc-js-std
bors 314c39d2ea Auto merge of #112233 - notriddle:notriddle/search-unify, r=GuillaumeGomez
rustdoc-search: clean up type unification and "unboxing"

This PR redesigns parameter matching, return matching, and generics matching to use a single function that compares two lists of types.

It also makes the algorithms more consistent, so the "unboxing" behavior where `Vec<i32>` is considered a match for `i32` works inside generics, and not just at the top level.
2023-06-15 03:04:46 +00:00
..
alias-1.js
alias-2.js
alias-3.js
alias-4.js
alias.js
asrawfd.js
basic.js
bufread-fill-buf.js rustdoc-search: fix order-independence bug 2023-06-11 18:57:33 -07:00
deduplication.js
enum-option.js
filter-crate.js
fn-forget.js
from_u.js
keyword.js
macro-check.js
macro-print.js
never.js rustdoc-search: search never type with ! 2023-06-12 17:30:23 -07:00
option-type-signatures.js rustdoc: search for slices and arrays by type with [] 2023-06-10 13:52:54 -07:00
osstring-to-string.js rustdoc: add note about slice/array searches to help popup 2023-06-10 14:08:26 -07:00
parser-errors.js rustdoc-search: search never type with ! 2023-06-12 17:30:23 -07:00
parser-filter.js
parser-generics.js
parser-ident.js rustdoc-search: search never type with ! 2023-06-12 17:30:23 -07:00
parser-literal.js
parser-paths.js
parser-quote.js
parser-returned.js rustdoc-search: search never type with ! 2023-06-12 17:30:23 -07:00
parser-separators.js
parser-slice-array.js rustdoc: add note about slice/array searches to help popup 2023-06-10 14:08:26 -07:00
parser-weird-queries.js
path-ordering.js
primitive.js
println-typo.js
quoted.js
reference-shrink.js
regex.js
return-specific-literal.js
return-specific.js
should-fail.js
string-from_ut.js
struct-vec.js
typed-query.js
vec-new.js