rust/src/test
Mazdak Farrokhzad bce77980a2
Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor
Remove hack for top-level or-patterns in match checking

Follow-up to #66612.

Or-patterns are now truly first-class in match checking. As a side-effect, redundant subpatterns are linted as such, making the `unreachable_patterns` lint a bit more general.

cc #54883

r? @varkor
2019-12-03 11:07:08 +01:00
..
assembly
auxiliary
codegen Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix 2019-11-29 11:35:03 +00:00
codegen-units Update test output. 2019-10-25 14:52:39 +02:00
compile-fail Move tests to ui, split them and add some 2019-11-26 14:53:54 +00:00
debuginfo debuginfo: Support for std::collections::Hash* in windows debuggers. 2019-11-20 19:27:42 -08:00
incremental rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
mir-opt Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk 2019-12-02 04:09:01 +01:00
pretty Merge branch 'master' into format-temporaries 2019-11-02 11:12:42 -04:00
run-fail [const-prop] Handle MIR Rvalue::Aggregates 2019-10-18 06:29:57 -04:00
run-make Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
run-make-fulldeps Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum 2019-11-29 22:57:34 +01:00
run-pass-valgrind
rustdoc Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
rustdoc-js
rustdoc-js-std
rustdoc-ui Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinnison 2019-11-27 04:51:31 +00:00
rustfix
ui Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor 2019-12-03 11:07:08 +01:00
ui-fulldeps rustc_plugin: Some further cleanup 2019-12-01 20:53:25 +03:00
COMPILER_TESTS.md