rust/src/test
bors e28ef22ae5 Auto merge of #49875 - kennytm:rollup, r=kennytm
Rollup of 14 pull requests

Successful merges:

 - #49525 (Use sort_by_cached_key where appropriate)
 - #49575 (Stabilize `Option::filter`.)
 - #49614 (in which the non-shorthand patterns lint keeps its own counsel in macros)
 - #49665 (Small nits to make couple of tests pass on mips targets.)
 - #49781 (add regression test for #16223 (NLL): use of collaterally moved value)
 - #49795 (Properly look for uninhabitedness of variants in niche-filling check)
 - #49809 (Stop emitting color codes on TERM=dumb)
 - #49856 (Do not uppercase-lint #[no_mangle] statics)
 - #49863 (fixed typo)
 - #49857 (Fix "fp" target feature for AArch64)
 - #49849 (Add --enable-debug flag to musl CI build script)
 - #49734 (proc_macro: Generalize `FromIterator` impl)
 - #49730 (Fix ICE with impl Trait)
 - #48270 (Replace `structurally_resolved_type` in casts check.)

Failed merges:
2018-04-11 21:42:32 +00:00
..
auxiliary Remove directory src/rt 2018-02-24 16:45:39 +03:00
codegen Small nits to make couple of tests pass on mips targets. 2018-04-10 09:11:21 +02:00
codegen-units Add codegen-units test for shared-generics. 2018-04-06 12:14:08 +02:00
compile-fail Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoerister 2018-04-12 03:23:19 +08:00
compile-fail-fulldeps Use Ident instead of Name in MetaItem 2018-04-06 11:52:16 +03:00
debuginfo travis: Upgrade OSX builders 2018-03-07 10:47:38 -08:00
incremental [incremental] Hash Allocations 2018-04-07 12:48:33 +09:00
incremental-fulldeps Add incremental-fulldeps test suite and regression test for #47290. 2018-01-16 19:31:15 +01:00
mir-opt Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
parse-fail Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov 2018-04-05 10:49:14 -05:00
pretty Remove all unstable placement features 2018-04-03 11:02:34 +02:00
run-fail add failure-status: 1 to the test 2018-04-05 19:01:45 -04:00
run-fail-fulldeps Remove syntax and syntax_pos thread locals 2018-03-14 11:56:01 +01:00
run-make pgo: Move the tests to run-make-fulldeps, and make the profile file be in the tmp directory properly. 2018-03-25 03:58:26 +02:00
run-make-fulldeps Auto merge of #49672 - alexcrichton:fix-another-std-core-cycle, r=michaelwoerister 2018-04-07 17:14:46 +00:00
run-pass Rollup merge of #48270 - leodasvacas:refactor-casts, r=nikomatsakis 2018-04-12 03:41:36 +08:00
run-pass-fulldeps Use Ident instead of Name in MetaItem 2018-04-06 11:52:16 +03:00
run-pass-valgrind Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
rustdoc Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus 2018-04-10 06:23:52 +00:00
rustdoc-js Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollup 2018-01-26 06:51:58 -08:00
ui Auto merge of #49875 - kennytm:rollup, r=kennytm 2018-04-11 21:42:32 +00:00
ui-fulldeps proc_macro: Reorganize public API 2018-04-02 13:48:34 -07:00
COMPILER_TESTS.md Document only-X test header 2018-03-19 22:09:47 +09:00