rust/src/test/run-pass
kennytm 3792dbd013
Rollup merge of #53860 - pnkfelix:issue-53764-migrate-run-pass-to-ui, r=nikomatsakis
Migrate (some) of run-pass/ to ui

This is a step towards addressing #53764. Much still remains.

I went through a large portion of the `*.rs` files that were directly stored into `src/test/run-pass/` and moved them into various subdirectories of a newly created `src/test/ui/run-pass/`.

(yes, it would have perhaps been nice to meld it more directly with directories already in `src/test/ui/`; but the sad truth is that opens up the reality of filename collisions, and one of my short term goals for resolving #53764 is to keep the *filenames* invariant, even as their parents directories and contents are mildly revised...)
2018-09-07 15:26:42 +08:00
..
allocator Fix test/run-pass 2018-08-05 15:54:49 +01:00
auxiliary Move a bunch of auxiliary support files into ui/run-pass/**/auxiliary. 2018-09-06 13:00:26 +02:00
bench Improve time complexity of equality relations 2016-03-21 22:40:30 +01:00
borrowck Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
ctfe Restrict most uses of const_fn to min_const_fn 2018-08-31 08:40:00 +02:00
generator Record adjustments and original type for expressions in the generator interior 2018-08-07 04:44:35 +02:00
impl-trait Use the correct visibility 2018-07-13 20:45:23 +02:00
nll Added regression test for NLL raw pointer cast bug 2018-08-09 00:58:52 -06:00
non_modrs_mods Treat #[path] files as mod.rs files 2018-01-09 10:54:13 -08:00
panic-runtime Fix stage 2 tests 2018-08-05 15:54:49 +01:00
specialization add Self: Trait<..> inside the param_env of a default impl 2018-02-15 15:31:05 +00:00
thinlto bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
uniform-paths rustc_resolve: overhaul #![feature(uniform_paths)] error reporting. 2018-08-17 01:41:06 +03:00
union Deduplicate and fix a test 2018-06-03 19:37:50 +02:00
unsized-locals Implement simple codegen for unsized rvalues. 2018-08-19 08:07:33 +09:00
.gitattributes
abi-sysv64-arg-passing.rs Stabilize abi_sysv64 2017-12-06 01:19:35 +01:00
abi-sysv64-register-usage.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
abort-on-c-abi.rs add unwind_attributes feature 2018-02-21 20:39:01 -05:00
alias-uninit-value.rs
align-with-extern-c-fn.rs Stabilize 'attr_literals' feature. 2018-08-23 19:06:07 -07:00
alignment-gep-tup-like-1.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
alloca-from-derived-tydesc.rs
allocator-alloc-one.rs Rename OOM to allocation error 2018-06-18 21:41:24 +02:00
anon-extern-mod.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
argument-passing.rs
artificial-block.rs
as-precedence.rs
asm-concat-src.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
asm-in-moved.rs Give MIR borrowck a better understanding of inline asm 2017-12-23 23:45:07 +00:00
asm-in-out-operand.rs
asm-indirect-memory.rs
asm-out-assign.rs Give MIR borrowck a better understanding of inline asm 2017-12-23 23:45:07 +00:00
assert-eq-trailing-comma.rs Allow a trailing comma in assert_eq/ne macro 2017-11-09 14:14:49 +01:00
assert-escape.rs Escape stringified expression 2018-03-14 18:11:42 +09:00
assert-ne-trailing-comma.rs Allow a trailing comma in assert_eq/ne macro 2017-11-09 14:14:49 +01:00
assign-assign.rs
assoc-oddities-3.rs
associated-item-long-paths.rs
async-await.rs move PinBox into pin module and export through std 2018-08-23 01:37:03 +03:00
atomic-access-bool.rs Add a test to check that AtomicBool has the proper representation 2016-08-17 15:34:43 +01:00
atomic-compare_exchange.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
atomic-print.rs use fmt::Result where applicable 2018-05-09 02:01:37 +02:00
attr-before-view-item.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
attr-before-view-item2.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
attr-main-2.rs
attr-main.rs
attr-mix-new.rs
attr-on-generic-formals.rs Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
attr-shebang.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
attr-start.rs
attr.rs
augmented-assignments-feature-gate-cross.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
augmented-assignments-feature-gate.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
augmented-assignments.rs Do not trigger unused_assignments for overloaded AssignOps 2016-03-04 21:07:11 +01:00
auto-instantiate.rs
auto-is-contextual.rs Parse auto traits the same as traits. 2017-11-03 16:13:22 -02:00
autobind.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
backtrace-debuginfo-aux.rs Print inlined functions on Windows 2018-01-26 04:49:54 +01:00
backtrace-debuginfo.rs Force frame pointers for the backtrace test 2018-05-01 10:44:45 +03:00
backtrace.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
bare-fn-implements-fn-mut.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
bare-static-string.rs
big-literals.rs Fix overflowing_literals lint for large f32s 2017-07-19 03:22:45 +01:00
binary-minus-without-space.rs
bind-by-move.rs
binops-issue-22743.rs
binops.rs
bitwise.rs
blind-item-local-shadow.rs
blind-item-mixed-crate-use-item.rs
blind-item-mixed-use-item.rs
block-arg-call-as.rs
block-arg.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
block-explicit-types.rs
block-expr-precedence.rs
block-fn-coerce.rs
block-iter-1.rs
block-iter-2.rs
bool-not.rs
bool.rs
borrow-by-val-method-receiver.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
box-new.rs
bug-7183-generics.rs
bug-7295.rs
builtin-clone-unwind.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
builtin-clone.rs Handle unwinding, use a loop for arrays 2017-08-14 15:07:21 +02:00
builtin-superkinds-capabilities-transitive.rs
builtin-superkinds-capabilities-xc.rs
builtin-superkinds-capabilities.rs
builtin-superkinds-in-metadata.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
builtin-superkinds-phantom-typaram.rs
builtin-superkinds-simple.rs
builtin-superkinds-typaram.rs
byte-literals.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
c-stack-as-value.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
c-stack-returning-int64.rs Fix test/run-pass 2018-08-05 15:54:49 +01:00
cabi-int-widening.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
can-copy-pod.rs
cancel-clean-via-immediate-rvalue-ref.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
cast-does-fallback.rs Revert checking casts before fallback. 2018-02-08 17:36:17 -02:00
cast-region-to-uint.rs
cast-rfc0401-vtable-kinds.rs Update check::cast::pointer_kind logic to new rustc 2017-12-23 23:38:09 +02:00
cast-rfc0401.rs Const-propagate casts 2018-07-18 18:52:43 +02:00
cast-to-infer-ty.rs Be a bit more constrained in our early check 2016-04-14 10:05:51 -04:00
cast.rs revert making casts atomic, test order dependency 2018-03-26 22:58:36 -03:00
catch-unwind-bang.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
cell-does-not-clone.rs
char.rs
char_unicode.rs Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. 2018-04-12 00:13:53 +02:00
check-static-recursion-foreign.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
check_const-feature-gated.rs
child-outlives-parent.rs Fix test/run-pass 2018-08-05 15:54:49 +01:00
cleanup-arm-conditional.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
cleanup-rvalue-during-if-and-while.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
cleanup-rvalue-for-scope.rs
cleanup-rvalue-scopes.rs
cleanup-rvalue-temp-during-incomplete-alloc.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
cleanup-shortcircuit.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
clone-with-exterior.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
close-over-big-then-small-data.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
cmp-default.rs
codegen-object-shim.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
collections-const-new.rs make String::new() const 2018-05-05 16:38:27 +08:00
command-before-exec.rs Prefer .nth(n) over .skip(n).next(). 2018-08-23 09:35:49 -04:00
command-exec.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
compiletest-skip-codegen.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
complex.rs
concat.rs
const-int-conversion.rs Wrap rhs in ident function 2018-09-03 15:01:04 +02:00
const-int-overflowing.rs Add ident function to the rest of the tests 2018-09-03 15:25:06 +02:00
const-int-rotate.rs Add ident function to the rest of the tests 2018-09-03 15:25:06 +02:00
const-int-sign.rs rebase 2018-09-01 15:05:55 +02:00
const-int-wrapping.rs Add missing brace 2018-09-03 15:26:27 +02:00
core-run-destroy.rs Fix test/run-pass 2018-08-05 15:54:49 +01:00
crate-leading-sep.rs
crate-method-reexport-grrrrrrr.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
crate-name-attr-used.rs
crt-static-off-works.rs rustc: Implement #[link(cfg(..))] and crt-static 2016-11-16 07:00:09 -08:00
crt-static-on-works.rs rustc: Implement #[link(cfg(..))] and crt-static 2016-11-16 07:00:09 -08:00
cycle-generic-bound.rs
dead-code-alias-in-pat.rs Count type aliases in patterns 2017-10-31 11:57:40 +09:00
dead-code-leading-underscore.rs
debuginfo-lto.rs Add regression test for debuginfo + LTO 2017-01-18 11:24:43 -05:00
deep.rs ci: Disable optimized tests for asm.js 2018-03-16 12:47:49 -07:00
default-alloc-error-hook.rs Add a test for the default allocation error hook 2018-07-09 23:13:24 +02:00
default-associated-types.rs Test fixes, added README for tests 2016-03-14 15:05:14 -07:00
default-method-parsing.rs
default-method-simple.rs
defaults-well-formedness.rs Fix #49344 2018-04-05 15:21:56 -03:00
deprecation-in-force-unstable.rs Test staging attributes when -Zforce-unstable-if-unmarked is set 2017-08-20 16:57:17 +02:00
deref-lval.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
deref-mut-on-ref.rs
deref-on-ref.rs
deref-rc.rs
deref.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
discriminant_value-wrapper.rs stabilize mem::discriminant (closes #24263) 2017-09-02 01:59:54 -04:00
discriminant_value.rs
diverging-fallback-control-flow.rs Revert stabilization of feature(never_type). 2018-04-20 18:09:28 +02:00
diverging-fallback-method-chain.rs more detailed tests around diverging type variables 2017-03-30 07:55:29 -04:00
diverging-fallback-option.rs more detailed tests around diverging type variables 2017-03-30 07:55:29 -04:00
double-ref.rs
dupe-first-attr.rc
duplicated-external-mods.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
early-ret-binop-add.rs
early-vtbl-resolution.rs
edition-keywords-2015-2015.rs Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-keywords-2015-2018.rs Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
edition-keywords-2018-2015.rs Fix 2018 edition tests 2018-08-05 15:54:49 +01:00
edition-keywords-2018-2018.rs Fix 2018 edition tests 2018-08-05 15:54:49 +01:00
else-if.rs
empty-allocation-non-null.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
empty-allocation-rvalue-non-null.rs
empty-type-parameter-list.rs tests: add test for empty <> 2016-03-03 23:30:23 +03:00
empty_global_asm.rs Add global_asm tests 2017-04-12 19:12:50 -05:00
env-args-reverse-iterator.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
env-funky-keys.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
env-home-dir.rs Fix test/run-pass 2018-08-05 15:54:49 +01:00
env-null-vars.rs Don't panic on std::env::vars() when env in null. 2018-08-09 12:56:42 -04:00
env-vars.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
epoch-gate-feature.rs Fix test 2018-03-29 08:45:14 +02:00
eq-multidispatch.rs
estr-uniq.rs
exec-env.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
existential_type.rs Adjust run pass test to stricter existential type rules 2018-07-18 14:14:04 +02:00
explicit-i-suffix.rs
export-glob-imports-target.rs
export-multi.rs
export-non-interference2.rs
export-non-interference3.rs
expr-block-fn.rs
expr-block-generic-unique1.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
expr-block-generic-unique2.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
expr-block-generic.rs
expr-block-slot.rs
expr-block-unique.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
expr-block.rs
expr-copy.rs
expr-empty-ret.rs
expr-fn.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
expr-if-generic.rs
expr-if-panic-all.rs
expr-if-panic.rs
expr-if-unique.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
expr-if.rs
expr-scope.rs
ext-expand-inner-exprs.rs
extend-for-unit.rs Add implementation of Extend for () 2018-05-14 11:50:44 -07:00
exterior.rs
extoption_env-not-defined.rs
fact.rs
fat-lto.rs rustc: Add -C lto=val option 2018-01-23 14:13:47 -08:00
fat-ptr-cast.rs
fds-are-cloexec.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
filter-block-view-items.rs
fixup-deref-mut.rs
format-hygiene.rs Test format hygiene 2018-04-24 22:15:00 +01:00
format-nan.rs
format-no-std.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
format-ref-cell.rs
fsu-moves-and-copies.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
fun-call-variants.rs
fun-indirect-call.rs
futures-api.rs move PinBox into pin module and export through std 2018-08-23 01:37:03 +03:00
global-scope.rs
guards-not-exhaustive.rs
guards.rs
hashmap-memory.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
hello.rs
html-literals.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
if-bot.rs
if-check.rs
if-ret.rs
ifmt.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
ignore-all-the-things.rs Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
impl-for-never.rs Revert stabilization of feature(never_type). 2018-04-20 18:09:28 +02:00
impl-inherent-non-conflict.rs
impl-not-adjacent-to-type.rs
impl-privacy-xc-1.rs
impl-privacy-xc-2.rs
in-band-lifetimes.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
inc-range-pat.rs Stabilize dotdoteq_in_patterns language feature. 2018-03-15 16:58:02 +08:00
infer-fn-tail-expr.rs
init-large-type.rs Fix test/run-pass 2018-08-05 15:54:49 +01:00
init-res-into-things.rs
inlined-main.rs Ensure main() always has external linkage 2018-02-25 23:05:06 +00:00
inner-attrs-on-impl.rs
inner-module.rs
inner-static.rs
instantiable.rs
invalid_const_promotion.rs Implement the min_const_fn feature gate 2018-08-31 08:39:59 +02:00
invoke-external-foreign.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
irrefutable-unit.rs
issue-48006.rs fix u32 steps_between for 16-bit systems 2018-08-30 12:35:00 +02:00
istr.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
item-attributes.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
item-name-overload.rs
keyword-changes-2012-07-31.rs
kindck-implicit-close-over-mut-var.rs Fix test/run-pass 2018-08-05 15:54:49 +01:00
kinds-in-metadata.rs
lambda-infer-unresolved.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
lambda-var-hygiene.rs
large-records.rs
last-use-in-block.rs
last-use-in-cap-clause.rs
last-use-is-capture.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
lazy-and-or.rs
lazy-init.rs
leak-unique-as-tydesc.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
lex-bare-cr-nondoc-comment.rs Allow bare CR in ////-style comment. 2017-05-08 22:29:24 +09:00
lexer-crlf-line-endings-string-literal-doc-comment.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
lexical-scoping.rs
lib-defaults.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
link-cfg-works.rs rustc: Implement #[link(cfg(..))] and crt-static 2016-11-16 07:00:09 -08:00
link-section.rs
linkage1.rs test: Update Emscripten failures/passing 2017-10-17 18:46:38 -07:00
lint-cap.rs
lint-dead-code-associated-type.rs lint: mark associated types as live for the dead_code pass 2016-03-09 11:36:05 -08:00
lint-dead-code-variant.rs
lint-expr-stmt-attrs-for-early-lints.rs
lint-non-camel-case-types-non-uppercase-statics-unicode.rs
lint-non-camel-case-with-trailing-underscores.rs
lint-unknown-lints-at-crate-level.rs rustc: Fix unknown_lints next to an unknown lint 2017-08-13 08:09:46 -07:00
list.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
liveness-assign-imm-local-after-ret.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
llvm-pr32379.rs update LLVM with fix for PR32379 2017-03-24 00:54:23 +02:00
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs
log-knows-the-names-of-variants.rs
log-poly.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
logging-only-prints-once.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
logging_before_rt_started.rs
long-while.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
lto-many-codegen-units.rs rustc: Enable LTO and multiple codegen units 2017-09-30 00:22:15 -07:00
lto-still-runs-thread-dtors.rs std: Flag Windows TLS dtor symbol as #[used] 2017-11-24 14:28:12 -08:00
lub-glb-with-unbound-infer-var.rs make LUB/GLB of higher-ranked things actually do EQ 2017-11-17 10:32:15 -05:00
max-min-classes.rs
mid-path-type-params.rs
minmax-stability-issue-23687.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
monad.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
monomorphize-abi-alignment.rs
monomorphized-callees-with-ty-params-3314.rs
msvc-data-only.rs
multi-panic.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
multibyte.rs
multidispatch-conditional-impl-not-considered.rs
multidispatch1.rs
multidispatch2.rs
multiline-comment.rs
multiple-reprs.rs Fix and improve test for enum repr sizes 2017-11-28 00:54:16 -05:00
mut-function-arguments.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
mut-vstore-expr.rs
mutual-recursion-group.rs
native-print-no-runtime.rs
negative.rs
nested-block-comment.rs
nested-class.rs
nested-function-names-issue-8587.rs
nested_item_main.rs
never-result.rs Revert stabilization of feature(never_type). 2018-04-20 18:09:28 +02:00
never-type-rvalues.rs Add clarifying comment regarding the trailing type of a block 2018-01-26 15:39:19 +00:00
never_coercions.rs Add explanations to tests 2016-08-13 21:37:09 +08:00
new-box-syntax.rs Remove all unstable placement features 2018-04-03 11:02:34 +02:00
new-box.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
new-impl-syntax.rs
new-import-syntax.rs
new-style-constants.rs
new-unicode-escapes.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
new-unsafe-pointers.rs
newlambdas-ret-infer.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
newlambdas-ret-infer2.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
newlambdas.rs
newtype-polymorphic.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
newtype-temporary.rs
newtype.rs
nil-decl-in-foreign.rs
no-core-1.rs
no-landing-pads.rs rustc: Prepare to enable ThinLTO by default 2017-11-30 07:17:53 -08:00
no-std-1.rs
no-std-2.rs
no-std-3.rs
no-stdio.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
non-built-in-quote.rs
non-legacy-modes.rs
nul-characters.rs
nullable-pointer-ffi-compat.rs tests: Avoid transmuting from fn item types. 2016-03-09 16:45:29 +02:00
nullable-pointer-iotareduction.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
nullable-pointer-size.rs
object-lifetime-default-default-to-static.rs
object-lifetime-default-from-rptr-box.rs
object-lifetime-default-from-rptr-mut.rs
object-lifetime-default-from-rptr.rs rustc: move object default lifetimes to resolve_lifetimes. 2017-01-28 02:56:46 +02:00
object-method-numbering.rs
objects-coerce-freeze-borrored.rs
objects-owned-object-borrowed-method-headerless.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
objects-owned-object-owned-method.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
once-move-out-on-heap.rs
one-tuple.rs
op-assign-builtins-by-ref.rs Missing trailing newline 2017-09-12 16:56:40 -04:00
opeq.rs
operator-associativity.rs
operator-multidispatch.rs
operator-overloading.rs Fix run-pass-fulldeps tests 2018-08-05 15:54:49 +01:00
optimization-fuel-0.rs Tests for -Z fuel=foo=n 2017-04-11 14:36:08 +03:00
optimization-fuel-1.rs Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
option-ext.rs Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
option-unwrap.rs
out-of-stack.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
out-pointer-aliasing.rs
output-slot-variants.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
over-constrained-vregs.rs
overlap-doesnt-conflict-with-specialization.rs Put overlapping impls behind feature gate, add tests 2017-04-14 22:05:11 -04:00
owned-implies-static.rs
paren-free.rs
parse-assoc-type-lt.rs
parse-panic.rs
parser-unicode-whitespace.rs
path.rs
paths-containing-nul.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
print-stdout-eprint-stderr.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
project-cache-issue-31849.rs some new tests 2016-05-31 19:59:34 -04:00
project-cache-issue-37154.rs add regression test for #37154 2016-10-21 11:13:36 -04:00
project-defer-unification.rs Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" 2017-03-22 11:13:09 -04:00
ptr-coercion.rs
pure-sum.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
purity-infer.rs
range-type-infer.rs
range.rs adjust range tests 2016-02-27 02:01:41 -05:00
range_inclusive.rs Fix some RangeInclusive test cases. 2018-07-13 09:53:37 +08:00
range_inclusive_gate.rs Stabilize inclusive_range_syntax language feature. 2018-03-15 16:58:02 +08:00
ranges-precedence.rs
raw-fat-ptr.rs
raw-str.rs
rcvr-borrowed-to-region.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
reachable-unnameable-items.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
reachable-unnameable-type-alias.rs Add more tests for unnameable reachable items 2016-02-18 01:04:28 +03:00
readalias.rs
realloc-16687.rs Replace usages of ptr::offset with ptr::{add,sub}. 2018-08-20 07:28:34 -04:00
redundant.rs rustc_resolve: allow use crate_name; under uniform_paths. 2018-09-06 22:07:56 +03:00
reexport-should-still-link.rs
reexport-star.rs
reexport-test-harness-main.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
refer-to-other-statics-by-value.rs Added tests fo referring to statics by value in other statics. 2018-06-30 23:52:33 +01:00
repeat-expr-in-static.rs
repr_c_int_align.rs Add repr(u8) to the test 2018-05-01 18:52:27 +01:00
resolve-issue-2428.rs
resolve-pseudo-shadowing.rs
resource-assign-is-not-copy.rs
resource-destruct.rs
result-opt-conversions.rs Add transpose conversions for Option and Result 2018-01-10 17:42:47 -08:00
ret-bang.rs
ret-none.rs
return-nil.rs
rmeta.rs Rebasing and review changes 2016-11-23 12:50:39 +13:00
running-with-no-runtime.rs Replace usages of ptr::offset with ptr::{add,sub}. 2018-08-20 07:28:34 -04:00
rustc-rust-log.rs rustc: Check if def_path_hash_to_def_id is populated before accessing it. 2017-06-18 17:01:25 +01:00
rvalue-static-promotion.rs rustc: treat impl associated consts like const items for constness. 2017-08-28 09:27:58 +03:00
segfault-no-out-of-stack.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
semistatement-in-lambda.rs Lambda expressions honor no struct literal restriction 2017-07-23 16:20:14 +03:00
seq-compare.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
shadow.rs
shadowed-use-visibility.rs
shebang.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
signal-alternate-stack-cleanup.rs Fix typos found by codespell. 2018-08-19 17:41:28 +02:00
signal-exit-status.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
sigpipe-should-be-ignored.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
simple-infer.rs
simple_global_asm.rs Comply with windows symbol name conventions 2017-04-13 23:41:03 -05:00
size-and-align.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
sized-borrowed-pointer.rs
sized-owned-pointer.rs
sleep.rs [emscripten] Ignore tests 2016-08-10 16:38:31 +02:00
slowparse-bstring.rs
slowparse-string.rs
snake-case-no-lowercase-equivalent.rs
sse2.rs Enable target_feature on any LLVM 6+ 2018-03-27 12:27:45 -07:00
stable-addr-of.rs
stack-probes-lto.rs bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
stack-probes.rs bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
stdio-is-blocking.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
str-concat.rs
str-multiline.rs
string-box-error.rs
string-escapes.rs
structured-compare.rs
super-fast-paren-parsing.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
super.rs
supported-cast.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
svh-add-nothing.rs Remove some svh-tests from run-pass. 2017-12-08 10:02:26 +01:00
swap-1.rs
swap-2.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
swap-overlapping.rs
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
tcp-stress.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
terminate-in-initializer.rs Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
test-allow-dead-extern-static-no-warning.rs Don't warn about dead foreign items if the 'allow(dead_code)' attribute is present 2017-01-03 14:54:15 +13:00
test-allow-fail-attr.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
test-allow-non-camel-case-variant.rs Use check_variant for non_camel_case_types lint 2017-02-14 19:46:48 +09:00
test-fn-signature-verification-for-explicit-return-type.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
test-main-not-dead-attr.rs
test-main-not-dead.rs
test-runner-hides-buried-main.rs
test-runner-hides-main.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
test-runner-hides-start.rs
test-should-fail-good-message.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
test-vs-cfg-test.rs Do not inject test harness for --cfg test 2016-05-24 00:44:44 +09:00
thin-lto-global-allocator.rs bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
tool_attributes.rs Stabilize a few secondary macro features 2018-08-23 01:13:17 +03:00
tool_lints.rs Tests for tool_lints 2018-07-04 12:16:45 +02:00
tool_lints_2018_preview.rs Tests for tool_lints 2018-07-04 12:16:45 +02:00
trailing-comma.rs Stabilize slice patterns without .. 2018-03-20 02:27:40 +03:00
transmute-non-immediate-to-immediate.rs
transmute-specialization.rs rustc: always normalize projections in ty::layout regardless where they appear. 2016-08-12 06:43:34 +03:00
trivial-message.rs
trivial_casts.rs
try-block.rs Rename catch_expr feature to try_blocks 2018-08-19 16:53:43 -07:00
try-from-int-error-partial-eq.rs Add partialeq implementation for TryFromIntError type 2018-08-28 20:40:14 +02:00
try-is-identifier-edition2015.rs Add try to syntax_pos as an edition-2018-only keyword 2018-08-19 16:30:53 -07:00
try-operator-custom.rs Lower ? to Try instead of Carrier 2017-05-25 00:47:30 -07:00
try-operator-hygiene.rs Stabilise ? 2016-10-12 08:40:22 +13:00
try-operator.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
try-wait.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
tup.rs
tuple-index-fat-types.rs
tuple-index.rs
tydesc-name.rs
type-ascription.rs tests: replace "lvalue" terminology with "place". 2018-01-29 11:48:12 +02:00
type-id-higher-rank-2.rs Rewrite TypeId computation to not miss anything and work cross-crate. 2016-08-06 00:50:13 +03:00
type-id-higher-rank.rs Fix run-pass-fulldeps tests 2018-08-05 15:54:49 +01:00
type-in-nested-module.rs
type-infer-generalize-ty-var.rs generalize type variables too 2017-04-11 20:32:47 -04:00
type-namespace.rs
type-param-constraints.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-sizes.rs Find the largest niche when computing layouts 2018-05-18 14:32:05 +02:00
type-use-i1-versus-i8.rs
typeck-fn-to-unsafe-fn-ptr.rs rustc_typeck: Allow reification from fn item to unsafe ptr 2016-10-24 17:05:58 -07:00
typeck_type_placeholder_1.rs
typeclasses-eq-example-static.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
typeclasses-eq-example.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
typeid-intrinsic.rs rustc: allow less and handle fn pointers in the type hashing algorithm. 2016-09-20 20:30:55 +03:00
typestate-cfg-nesting.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
typestate-multi-decl.rs
ufcs-polymorphic-paths.rs std: Clean out deprecated APIs 2016-03-12 12:31:13 -08:00
ufcs-type-params.rs
unary-minus-suffix-inference.rs
underscore-lifetimes.rs Stabilize underscore lifetimes 2018-03-29 00:27:50 +02:00
underscore-method-after-integer.rs Disallow ._ in float literal. 2017-05-12 22:00:06 +09:00
unify-return-ty.rs
uninit-empty-types.rs
unit.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
unnamed_argument_mode.rs
unreachable-code-1.rs Fix compiletest so it respects warnings for run-pass. 2016-08-22 16:51:37 -07:00
unreachable-code.rs Ensure that attributes are spelled properly. 2016-08-13 02:41:43 -07:00
unsafe-coercion.rs
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unsafe-pointer-assignability.rs
unsized-tuple-impls.rs Add a test for unsized tuple impls. 2017-07-04 21:26:46 +09:00
unsized.rs
unsized2.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
unsized3.rs
unused-move-capture.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
unused-move.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
unwind-resource.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
unwind-unique.rs Convert unknown_features lint into an error 2018-08-05 15:54:49 +01:00
use-crate-name-alias.rs
use-import-export.rs
use-keyword-2.rs Add tests 2016-04-24 20:59:44 +03:00
use-mod.rs
use-nested-groups.rs Stabilize use_nested_groups 2018-02-05 10:23:40 +01:00
use.rs
use_inline_dtor.rs
using-target-feature-unstable.rs rustc: Whitelist upstream target_features 2018-04-19 17:54:13 -07:00
utf8-bom.rs
utf8.rs
utf8_chars.rs Fix run-pass-fulldeps tests 2018-08-05 15:54:49 +01:00
utf8_idents.rs
variadic-ffi.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
variance-intersection-of-ref-and-opt-ref.rs Fix run-pass-fulldeps tests 2018-08-05 15:54:49 +01:00
variance-iterators-in-libcore.rs Remove data structure specialization for .zip() iterator 2016-09-15 13:00:15 +02:00
variant-attributes.rs
volatile-fat-ptr.rs Fix volatile stores of fat pointers 2016-03-19 02:24:37 +00:00
wait-forked-but-failed-child.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
warn-ctypes-inhibit.rs
weak-lang-item.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
weak-new-uninhabited-issue-48493.rs Add a test for Weak::new() not crashing for uninhabited types 2018-07-07 01:41:30 +02:00
weird-exit-code.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
weird-exprs.rs Add a punch card to weird expressions test 2018-07-05 12:31:09 +02:00
wf-bound-region-in-object-type.rs
wrapping-int-api.rs
write-fmt-errors.rs Make sure formatter errors are emitted by the default Write::write_fmt 2016-02-26 02:59:25 +01:00
writealias.rs
wrong-hashset-issue-42918.rs Add test for wrong code generation for HashSet creation on arm cpu 2017-08-26 08:33:35 +03:00
x86stdcall.rs Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
x86stdcall2.rs Fix test/run-pass 2018-08-05 15:54:49 +01:00
yield.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
yield1.rs Ignore tests that use threads on emscripten 2016-02-11 12:34:41 +01:00
yield2.rs
z-crate-attr.rs Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes 2018-07-27 19:51:21 +02:00