rust/src/test
kennytm 9d2eb9b752
Rollup merge of #55166 - varkor:ret-parens, r=davidtwco
Don't warn about parentheses on `match (return)`

Fixes #55164.
2018-10-19 16:47:48 +08:00
..
auxiliary
codegen Support for disabling the PLT on ELF targets 2018-10-11 21:11:00 +03:00
codegen-units Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
compile-fail Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
compile-fail-fulldeps Merge the proc_macro_ expansion feature gates into a single proc_macro_hygiene gate. 2018-10-02 19:23:54 -07:00
debuginfo Run both lldb and gdb tests 2018-10-10 08:27:01 -06:00
incremental Improve implicit self mutability suggestions. 2018-10-02 00:35:15 +02:00
incremental-fulldeps Ignore new test on Windows 2018-09-21 10:05:23 -07:00
mir-opt fix mir-opt test 2018-10-15 16:25:08 -04:00
parse-fail make Parser::parse_foreign_item() return a foreign item or error 2018-10-05 02:47:57 -07:00
pretty abolish ICE when pretty-printing async block 2018-10-02 23:02:51 -07:00
run-fail Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
run-fail-fulldeps mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
run-make Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister 2018-10-07 03:07:16 +00:00
run-make-fulldeps rustc: Allow #[no_mangle] anywhere in a crate 2018-10-06 13:57:30 -07:00
run-pass Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakis 2018-10-18 12:55:02 +08:00
run-pass-fulldeps Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich_stabil_sein, r=Centril 2018-10-07 13:37:07 +00:00
run-pass-valgrind Implement simple codegen for unsized rvalues. 2018-08-19 08:07:33 +09:00
rustdoc rustdoc: Use dyn keyword when rendering dynamic traits 2018-10-15 00:48:57 +01:00
rustdoc-js Remove outdated rustdoc PinBox tests 2018-09-18 01:42:27 -07:00
rustdoc-ui Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus 2018-10-18 09:53:29 +00:00
rustfix
ui Rollup merge of #55166 - varkor:ret-parens, r=davidtwco 2018-10-19 16:47:48 +08:00
ui-fulldeps Remove feature(tool_lints) from tests 2018-10-09 16:38:38 -07:00
COMPILER_TESTS.md