rust/src/test
Dylan DPC 2c62189db1
Rollup merge of #76299 - CDirkx:ip-tests, r=matklad
Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`

These tests are about the standard library, not the compiler itself, thus should live in `library`, see #76268.
2020-09-07 01:17:52 +02:00
..
assembly Fix test 2020-08-28 18:53:09 +01:00
auxiliary
codegen Add codegen tests 2020-08-31 08:19:15 +02:00
codegen-units ty: remove obsolete printer 2020-08-30 18:59:07 +01:00
compile-fail pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
debuginfo debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 2020-09-05 14:47:16 -07:00
incremental pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mir-opt Generalize to Eq(true, _place) and Eq(_place, true) 2020-09-06 11:51:44 +02:00
pretty pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
run-make proc_macro: Add API for tracked access to environment variables 2020-07-26 13:37:37 +03:00
run-make-fulldeps Ignore failing PGO/coverage tests on MinGW 2020-09-05 12:31:16 +02:00
run-pass-valgrind
rustdoc Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez 2020-09-05 16:28:28 +02:00
rustdoc-js Allow #[doc(alias)] on impl const items 2020-08-12 11:09:24 +02:00
rustdoc-js-std
rustdoc-ui Add test for doc alias on associated const in trait impls 2020-09-03 22:11:29 +02:00
rustfix
ui Rollup merge of #76299 - CDirkx:ip-tests, r=matklad 2020-09-07 01:17:52 +02:00
ui-fulldeps Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov 2020-09-04 20:58:37 +00:00
COMPILER_TESTS.md