rust/src/test
Felix S. Klock II 6e70849304 tests encoding current behavior for various cases of "binding" to _.
The `_` binding form is special, in that it encodes a "no-op": nothing is
actually bound, and thus nothing is moved or borrowed in this scenario. Usually
we do the "right" thing in all such cases. The exceptions are explicitly pointed
out in this test case, so that we keep track of whether they are eventually
fixed.
2020-04-10 18:07:56 +02:00
..
assembly
auxiliary Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb 2020-02-08 18:10:48 +00:00
codegen Add hash of source files in debug info 2020-04-02 14:13:19 -07:00
codegen-units Keep codegen units unmerged when building compiler builtins 2020-04-06 00:00:00 +00:00
compile-fail Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
debuginfo Test and fix gdb pretty printing again 2020-03-26 23:09:20 +00:00
incremental update tests 2020-03-31 19:01:49 +02:00
mir-opt Add ignore-wasm32-bare to mir-opt tests that need it. 2020-04-08 18:58:49 +00:00
pretty Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
run-fail better lint names 2020-02-18 22:49:47 +01:00
run-make
run-make-fulldeps Do not lose or reorder user-provided linker arguments 2020-04-04 22:01:18 +03:00
run-pass-valgrind
rustdoc rustdoc: Don't try to load source files from external crates 2020-04-08 18:35:17 +01:00
rustdoc-js
rustdoc-js-std Add tests for new of variables 2020-03-16 18:30:26 +01:00
rustdoc-ui Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC 2020-03-28 20:11:01 +00:00
rustfix
ui tests encoding current behavior for various cases of "binding" to _. 2020-04-10 18:07:56 +02:00
ui-fulldeps rustc_session: forbid lints override regardless of position 2020-04-07 22:05:32 -07:00
COMPILER_TESTS.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00