rust/src/test
bors b814b63983 Auto merge of #81271 - m-ou-se:rollup-xv7gq3w, r=m-ou-se
Rollup of 10 pull requests

Successful merges:

 - #80573 (Deny rustc::internal lints for rustdoc and clippy)
 - #81173 (Expand docs on Iterator::intersperse)
 - #81194 (Stabilize std::panic::panic_any.)
 - #81202 (Don't prefix 0x for each segments in `dbg!(Ipv6)`)
 - #81225 (Make 'docs' nullable in rustdoc-json output)
 - #81227 (Remove doctree::StructType)
 - #81233 (Document why not use concat! in dbg! macro)
 - #81236 (Gracefully handle loop labels missing leading `'` in different positions)
 - #81241 (Turn alloc's force_expr macro into a regular macro_rules.)
 - #81242 (Enforce statically that `MIN_NON_ZERO_CAP` is calculated at compile time)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-01-22 16:04:36 +00:00
..
assembly Use probe-stack=inline-asm in LLVM 11+ 2021-01-14 22:49:16 -05:00
auxiliary
codegen Auto merge of #78818 - scottmcm:as_rchunks, r=KodrAus 2021-01-17 05:43:55 +00:00
codegen-units simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
debuginfo Update tests for extern block linting 2021-01-13 07:49:16 -05:00
incremental Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper 2021-01-14 14:41:58 +00:00
mir-opt Remove disabled transformation from instcombine 2021-01-18 13:15:27 +01:00
pretty test for issue 80832 2021-01-11 10:44:46 -08:00
run-make Update tests for extern block linting 2021-01-13 07:49:16 -05:00
run-make-fulldeps Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper 2021-01-14 14:41:58 +00:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Auto merge of #80958 - bstrie:deptbdnums, r=KodrAus 2021-01-21 09:14:37 +00:00
rustdoc-js Add more rustdoc-js test cases 2020-12-03 14:11:37 -08:00
rustdoc-js-std
rustdoc-json Address review v2 2021-01-19 17:02:34 -05:00
rustdoc-ui Feature-gate pointer and reference in intra-doc links 2021-01-17 15:27:35 -05:00
rustfix
ui Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obk 2021-01-22 14:30:19 +00:00
ui-fulldeps Fix formatting for removed lints 2021-01-17 16:18:02 -05:00
COMPILER_TESTS.md