rust/tests
Matthias Krüger eff2b7017d
Rollup merge of #132569 - lolbinarycat:rustdoc-search-path-end-empty-v2, r=notriddle
rustdoc search: allow queries to end in an empty path segment

fixes https://github.com/rust-lang/rust/issues/129707

this can be used to show all items in a module,
or all associated items for a type.
currently sufferes slightly due to case insensitivity, so `Option::` will also show items in the `option::` module.

it disables the checking of the last path element, otherwise only items with short names will be shown

r? `@notriddle`
2024-11-16 21:05:45 +01:00
..
assembly tests: use max-llvm-major-version instead of ignore-llvm-version range like N - 99 2024-11-14 17:44:54 +08:00
auxiliary
codegen Always inline functions signatures containing f16 or f128 2024-11-14 16:18:41 -06:00
codegen-units
coverage
coverage-run-rustdoc
crashes Fix ICE when passing DefId-creating args to legacy_const_generics. 2024-11-16 01:07:51 +01:00
debuginfo
incremental
mir-opt
pretty
run-make Rollup merge of #133045 - mrkajetanp:pauth-test-clang-lto-flag-merge, r=jieyouxu 2024-11-15 19:05:18 +01:00
rustdoc Add regression test for #131946 2024-11-14 17:01:29 +01:00
rustdoc-gui
rustdoc-js Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr 2024-11-14 21:09:28 +00:00
rustdoc-js-std rustdoc search: allow queries to end in an empty path segment 2024-11-15 16:32:40 -06:00
rustdoc-json
rustdoc-ui
ui Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors 2024-11-16 21:05:44 +01:00
ui-fulldeps
COMPILER_TESTS.md