rust/src/test
bors 523be2e05d Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr
Rollup of 17 pull requests

Successful merges:

 - #91032 (Introduce drop range tracking to generator interior analysis)
 - #92856 (Exclude "test" from doc_auto_cfg)
 - #92860 (Fix errors on blanket impls by ignoring the children of generated impls)
 - #93038 (Fix star handling in block doc comments)
 - #93061 (Only suggest adding `!` to expressions that can be macro invocation)
 - #93067 (rustdoc mobile: fix scroll offset when jumping to internal id)
 - #93086 (Add tests to ensure that `let_chains` works with `if_let_guard`)
 - #93087 (Fix src/test/run-make/raw-dylib-alt-calling-convention)
 - #93091 (⬆ chalk to 0.76.0)
 - #93094 (src/test/rustdoc-json: Check for `struct_field`s in `variant_tuple_struct.rs`)
 - #93098 (Show a more informative panic message when `DefPathHash` does not exist)
 - #93099 (rustdoc: auto create output directory when "--output-format json")
 - #93102 (Pretty printer algorithm revamp step 3)
 - #93104 (Support --bless for pp-exact pretty printer tests)
 - #93114 (update comment for `ensure_monomorphic_enough`)
 - #93128 (Add script to prevent point releases with same number as existing ones)
 - #93136 (Backport the 1.58.1 release notes to master)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-01-21 03:04:43 +00:00
..
assembly Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa 2021-12-29 22:35:11 +00:00
auxiliary
codegen update test assertion 2022-01-17 16:20:46 +01:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
debuginfo Do not hash zero bytes of i64 and u32 in Sip128 hasher 2022-01-04 19:12:10 +01:00
incremental Rollup merge of #92825 - pierwill:rustc-version-force-rename, r=Mark-Simulacrum 2022-01-17 20:07:06 +01:00
mir-opt Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu 2022-01-17 09:40:29 +00:00
pretty Remove pretty tests for LLVM-style inline assembly 2022-01-12 18:51:31 +01:00
run-make Fix test directives; comment out calls broken on windows-gnu 2022-01-19 10:54:08 -08:00
run-make-fulldeps Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix 2022-01-20 17:10:32 +01:00
run-pass-valgrind
rustdoc Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr 2022-01-21 03:04:43 +00:00
rustdoc-gui Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr 2022-01-21 03:04:43 +00:00
rustdoc-js Fix warnings in rustdoc JS tests 2021-11-28 11:49:12 -08:00
rustdoc-js-std
rustdoc-json Rollup merge of #93094 - Enselic:check-for-enum-tuple-struct-fields, r=CraftSpider 2022-01-20 23:37:37 +01:00
rustdoc-ui Use Res instead of Disambiguator for resolved in report_mismatch 2022-01-10 19:23:26 -08:00
ui Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr 2022-01-21 03:04:43 +00:00
ui-fulldeps Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr 2022-01-16 16:58:15 +01:00
COMPILER_TESTS.md