rust/src/test
Tyler Mandry 61b810511c
Rollup merge of #66722 - matthewjasper:non_exhaustive_borrowck, r=varkor
Handle non_exhaustive in borrow checking

Borrow check can tell whether a pattern is exhaustive or not, make sure that `non_exhaustive` prevents this.
2019-11-27 15:28:42 -06:00
..
assembly
auxiliary
codegen Add support for tracking origins of uninitialized memory 2019-11-22 19:32:45 +01:00
codegen-units Update test output. 2019-10-25 14:52:39 +02:00
compile-fail A Downcast is now reached when const-checking a for loop 2019-11-15 10:33:52 -08: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 rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02: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 Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichton 2019-11-26 12:35:39 +00:00
run-pass-valgrind
rustdoc Add support for intra-doc link fields of enum variant 2019-11-27 13:13:16 +01: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 #66722 - matthewjasper:non_exhaustive_borrowck, r=varkor 2019-11-27 15:28:42 -06:00
ui-fulldeps Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
COMPILER_TESTS.md