rust/src/test
bors ad88831cd5 Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #86374 (Enable combining `+crt-static` and `relocation-model=pic` on `x86_64-unknown-linux-gnu`)
 - #91828 (Implement `RawWaker` and `Waker` getters for underlying pointers)
 - #92021 (Eliminate duplicate codes of is_single_fp_element)
 - #92584 (add rustc lint, warning when iterating over hashmaps 2)
 - #93267 (implement a lint for suspicious auto trait impls)
 - #93290 (remove `TyS::same_type`)
 - #93436 (Update compiler_builtins to fix duplicate symbols in `armv7-linux-androideabi` rlib)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-02-01 16:55:43 +00:00
..
assembly Add preliminary support for inline assembly for msp430. 2022-01-22 23:42:46 -05:00
auxiliary
codegen Rollup merge of #93153 - tmiasko:reject-unsupported-naked-functions, r=Amanieu 2022-01-22 15:32:54 +01:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
debuginfo Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwco,oli-obk 2022-01-28 12:46:13 +00:00
incremental Bless incremental tests. 2022-01-26 12:25:30 -03:00
mir-opt Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obk 2022-01-26 12:10:54 +00:00
pretty Bless all pretty printer tests and ui tests 2022-01-31 10:57:19 -08:00
run-make Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa 2022-02-01 16:08:01 +01:00
run-make-fulldeps Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum 2022-01-31 00:04:46 +00:00
run-pass-valgrind
rustdoc Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomez 2022-01-30 08:37:47 -08:00
rustdoc-gui Rollup merge of #93475 - GuillaumeGomez:theme-in-history, r=jsha 2022-01-30 08:37:51 -08:00
rustdoc-js rustdoc: add test case for multiple traits and erased names 2022-01-26 13:03:31 -07:00
rustdoc-js-std Fix linkcheck issues 2021-09-12 02:30:24 +00:00
rustdoc-json Add has tests for blanket_with_local trait methods 2022-01-22 19:55:25 -05: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 #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgr 2022-02-01 16:55:43 +00:00
ui-fulldeps add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
COMPILER_TESTS.md