rust/tests
bors 27794f95fd Auto merge of #118024 - notriddle:notriddle/search-speed, r=GuillaumeGomez
rustdoc-search: optimize unifyFunctionTypes

Final profile output:
https://notriddle.com/rustdoc-html-demo-5/profile-4/index.html

This PR contains three commits that improve performance of this hot inner loop: reduces the number of allocations, a fast path for the 1-element basic query case, and reconstructing the multi-element query case to use recursion instead of an explicit `backtracking` array. It also adds new test cases that I found while working on this.

r? `@GuillaumeGomez`
2023-11-19 14:47:08 +00:00
..
assembly Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber 2023-11-17 23:04:21 +01:00
auxiliary
codegen
codegen-units
coverage
coverage-run-rustdoc
debuginfo
incremental
mir-opt Remove option_payload_ptr; redundant to offset_of 2023-11-16 22:56:25 +00:00
pretty
run-make
run-make-fulldeps Move CodegenBackend out of Linker. 2023-11-17 17:30:36 +11:00
run-pass-valgrind
rustdoc
rustdoc-gui
rustdoc-js rustdoc-search: fix accidental shared, mutable map 2023-11-17 18:22:31 -07:00
rustdoc-js-std
rustdoc-json
rustdoc-ui
ui Auto merge of #118054 - max-niederman:pinned-must-use, r=Nilstrieb 2023-11-19 12:23:59 +00:00
ui-fulldeps Add more APIs and fix Instance::body 2023-11-16 12:01:10 -08:00
COMPILER_TESTS.md