rust/tests
Matthias Krüger 03c1e4d4ff
Rollup merge of - ozkanonur:consistent-json-docs, r=aDotInTheVoid
rustdoc-json: switch from HashMap to FxHashMap to fix non-determinism

Using `HashMap` in `rustdoc_json_types::Crate` were causing creating randomly ordered objects in the json doc files. Which might cause problems to people who are doing comparison on those files specially in CI pipelines. See https://github.com/rust-lang/rust/issues/103785#issuecomment-1307425590

This PR fixes that issue and extends the coverage of `tests/run-make/rustdoc-verify-output-files` testing ability.
2023-03-05 14:29:09 +01:00
..
assembly
auxiliary
codegen Auto merge of - flba-eb:add_qnx_nto_stdlib, r=workingjubilee 2023-03-02 02:41:42 +00:00
codegen-units
debuginfo Remove the capture_disjoint_fields feature 2023-02-28 01:21:15 +00:00
incremental
mir-opt Add needs-unwind 2023-03-03 16:33:12 +01:00
pretty
run-make Rollup merge of - ozkanonur:consistent-json-docs, r=aDotInTheVoid 2023-03-05 14:29:09 +01:00
run-make-fulldeps
run-pass-valgrind
rustdoc rustdoc: Note in a type's layout/size if it is uninhabited 2023-03-04 12:07:29 +00:00
rustdoc-gui Add GUI test for rustdoc search errors background 2023-03-02 12:59:04 +01:00
rustdoc-js rustdoc: function signature search with traits in where clause 2023-03-04 09:05:57 -07:00
rustdoc-js-std Rollup merge of - notriddle:notriddle/where-clause, r=GuillaumeGomez 2023-03-04 20:48:18 +01:00
rustdoc-json
rustdoc-ui Add unstable option new_rpitit to be used for new RPITIT lowering system 2023-03-01 12:56:39 -03:00
ui Auto merge of - Zeegomo:no-drop-and-rep, r=cjgillot 2023-03-05 07:56:26 +00:00
ui-fulldeps Auto merge of - ChrisDenton:move-std-tests, r=thomcc 2023-02-25 10:26:57 +00:00
ui-toml/array_size_threshold Fix array-size-threshold config deserialization error 2023-03-02 21:42:11 +01:00
COMPILER_TESTS.md