rust/tests
Yuki Okushi 038ece0a42
Rollup merge of #109956 - compiler-errors:tweak-debug-outputs, r=oli-obk
Tweak debug outputs to make debugging new solver easier

1. Move the fields that are "most important" (I know this is subjective) to the beginning of the structs.

For goals, I typically care more about the predicate than the param-env (which is significantly longer in debug output).
For canonicalized things, I typically care more about what is *being* canonicalized.
For a canonical response, I typically care about the response -- or at least, it's typically useful to put it first since it's short and affects the whether the solver recurses or not...

2. Add some more debug and instrument calls to functions to add more structure to tracing lines.

r? `@oli-obk` or `@BoxyUwU` (since I think `@lcnr` is on holiday)
2023-04-05 20:47:24 +09:00
..
assembly
auxiliary
codegen Auto merge of #109843 - scottmcm:better-transmute, r=WaffleLapkin 2023-04-05 03:26:38 +00:00
codegen-units
debuginfo
incremental
mir-opt Tweak debug outputs to make debugging new solver easier 2023-04-05 03:18:29 +00:00
pretty
run-make Auto merge of #109770 - jyn514:run-make-fulldeps, r=Mark-Simulacrum 2023-04-03 01:34:05 +00:00
run-make-fulldeps try to fix test-various 2023-04-02 17:54:24 -04:00
run-pass-valgrind
rustdoc Rollup merge of #109937 - compiler-errors:rustdoc-rpit-cant-be-documented, r=GuillaumeGomez 2023-04-04 09:27:47 -07:00
rustdoc-gui Add GUI test for scrollbar position on source code page 2023-04-04 16:35:53 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister 2023-04-04 20:01:05 +00:00
ui Auto merge of #109944 - cjgillot:lint-cstring-macro, r=Nilstrieb 2023-04-04 22:35:09 +00:00
ui-fulldeps
COMPILER_TESTS.md