rust/src/test
Mazdak Farrokhzad 2d6e3764b4
Rollup merge of #66497 - Nadrieril:fix-53820, r=varkor
Fix #53820

This fixes ICE #53820 by being more clever when matching large arrays with slice patterns.
In particular, it avoids treating large arrays like large tuples, and instead reuses the `VarLenSlice` constructor behaviour to only consider as little values as needed.
As a side-effect, such matches also get improved diagnostics, by reporting `[true, ..]` missing instead of `[true, _, _, _, _, _, _, _]`.
2019-11-20 12:58:29 +01:00
..
assembly
auxiliary
codegen [mir-opt] Turn on the ConstProp pass by default 2019-11-11 20:57:26 -05: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 fix debuginfo/issue22656 with LLDB 8 2019-09-18 10:42:55 -04:00
incremental [mir-opt] Turn on the ConstProp pass by default 2019-11-11 20:57:26 -05:00
mir-opt Auto merge of #66233 - cjgillot:constkind, r=oli-obk 2019-11-14 04:54:51 +00:00
pretty Fix a previously forgotten pretty-printing test after a change to the pretty-printing mechanism. 2019-10-28 18:43:59 +01: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 #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dylan-DPC 2019-11-18 19:03:21 +00:00
run-pass-valgrind
rustdoc Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomez 2019-11-18 03:06:42 +00:00
rustdoc-js
rustdoc-js-std
rustdoc-ui Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
rustfix
ui Rollup merge of #66497 - Nadrieril:fix-53820, r=varkor 2019-11-20 12:58:29 +01:00
ui-fulldeps rustc_plugin: Remove Registry::register_attribute 2019-11-16 18:50:23 +03:00
COMPILER_TESTS.md