rust/src/test/run-pass
2019-07-19 19:59:12 +02:00
..
abi/issues rustc_target: avoid negative register counts in the SysV x86_64 ABI. 2019-07-05 13:24:25 +03:00
allocator Replace deprecated ATOMIC_INIT consts 2019-01-26 15:27:38 -07:00
array-slice-vec Stabilize the alloc crate. 2019-04-12 20:07:30 +02:00
associated-consts Update ui and run-pass for ellipsis_inclusive_range_patterns lint 2019-05-30 06:20:30 -04:00
associated-types Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
autoref-autoderef Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
auxiliary Remove duplicated arc_wake.rs 2019-07-06 14:09:41 +08:00
bench
binding Update ui and run-pass for ellipsis_inclusive_range_patterns lint 2019-05-30 06:20:30 -04:00
borrowck Added test for deref projection. 2019-06-21 12:43:55 +02:00
cfg reverted changed cfg test cases 2019-05-16 14:29:12 -07:00
chalkify chalkify: Add Copy/Clone builtins 2019-04-24 15:57:03 -07:00
coerce Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
coherence Added a test for coherence when a generic type param has a default value from an associated type 2019-07-09 17:35:30 +02:00
consts while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet. 2019-07-06 06:43:58 +02:00
cross-crate
deriving Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
drop Create async version of the dynamic-drop test 2019-07-04 20:23:21 +01:00
dynamically-sized-types Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
extern normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
for-loop-while Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
foreign Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
functions-closures Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
generator Use RequiresStorage to determine which locals can overlap 2019-06-28 18:42:06 -07:00
generics Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
higher-rank-trait-bounds Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
impl-trait Add Step::sub_usize 2019-05-25 02:53:08 +02:00
imports
intrinsics Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. 2019-07-04 09:33:15 -04:00
issues Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix 2019-07-13 20:45:40 +00:00
iterators
macros Implement checks for meta-variables in macros 2019-07-19 19:59:12 +02:00
methods Move some run-pass attribute tests to ui 2019-06-08 23:55:25 +03:00
mir Update ui and run-pass for ellipsis_inclusive_range_patterns lint 2019-05-30 06:20:30 -04:00
modules
moves
nll Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
non_modrs_mods
numbers-arithmetic Update tests 2019-05-03 03:11:37 -04:00
overloaded Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
packed wfcheck: resolve the type-vars in AdtField types 2019-06-29 23:12:15 +03:00
panic-runtime Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
panics Fix run-pass tests 2019-06-30 18:19:28 +01:00
privacy Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
proc-macro pprust: Use print_mac_common for attributes 2019-07-15 12:42:07 +03:00
process Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
regions Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril 2019-05-29 21:55:59 +00:00
rfcs normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
sepcomp Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
simd Disable simd_select_bitmask test on big endian 2019-07-17 20:26:59 -05:00
specialization
statics
structs-enums Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
thinlto Remove double trailing newlines 2019-04-22 16:57:01 +01:00
threads-sendsync Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
traits Aggregation of drive-by cosmetic changes. 2019-06-05 21:09:26 +01:00
unboxed-closures Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
uniform-paths Stabilize uniform_paths 2019-01-12 16:18:55 +03:00
union Make clear that status quo ≠ guarantee 2019-05-18 22:27:33 -04:00
unique Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
unsized-locals Remove FnBox. 2019-06-22 06:59:27 +02:00
where-clauses
zero-sized
.gitattributes
abi-sysv64-arg-passing.rs rustc_target: avoid negative register counts in the SysV x86_64 ABI. 2019-07-05 13:24:25 +03:00
abi-sysv64-register-usage.rs
abort-on-c-abi.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
alias-uninit-value.rs
align-with-extern-c-fn.rs
alignment-gep-tup-like-1.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
alloca-from-derived-tydesc.rs
allocator-alloc-one.rs
anon-extern-mod.rs
argument-passing.rs
artificial-block.rs
as-precedence.rs
asm-concat-src.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
asm-in-moved.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
asm-in-out-operand.rs
asm-indirect-memory.rs
asm-out-assign.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
assert-eq-trailing-comma.rs
assert-escape.rs
assert-ne-trailing-comma.rs
assign-assign.rs
assoc-oddities-3.rs
associated-item-long-paths.rs
atomic-access-bool.rs Replace deprecated ATOMIC_INIT consts 2019-01-26 15:27:38 -07:00
atomic-alignment.rs
atomic-compare_exchange.rs Replace deprecated ATOMIC_INIT consts 2019-01-26 15:27:38 -07:00
atomic-print.rs Fixed tidy errors 2019-05-16 14:29:12 -07:00
attr-main-2.rs
attr-main.rs
attr-shebang.rs
attr-start.rs
attr.rs
augmented-assignments-feature-gate-cross.rs
augmented-assignments-feature-gate.rs
augmented-assignments.rs
auto-instantiate.rs
auto-is-contextual.rs
autobind.rs
backtrace-debuginfo-aux.rs
backtrace-debuginfo.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
backtrace.rs test: support both (legacy and v0) choices of mangling. 2019-05-31 18:24:53 +03:00
bare-fn-implements-fn-mut.rs
bare-static-string.rs
big-literals.rs
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
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
box-new.rs
bug-7183-generics.rs
bug-7295.rs
builtin-clone-unwind.rs
builtin-clone.rs
builtin-superkinds-capabilities-transitive.rs
builtin-superkinds-capabilities-xc.rs
builtin-superkinds-capabilities.rs
builtin-superkinds-in-metadata.rs
builtin-superkinds-phantom-typaram.rs
builtin-superkinds-simple.rs
builtin-superkinds-typaram.rs
byte-literals.rs
c-stack-as-value.rs
c-stack-returning-int64.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
cabi-int-widening.rs
can-copy-pod.rs
cancel-clean-via-immediate-rvalue-ref.rs
cast-does-fallback.rs
cast-region-to-uint.rs
cast-rfc0401-vtable-kinds.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
cast-rfc0401.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
cast-to-infer-ty.rs
cast.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
catch-unwind-bang.rs
cell-does-not-clone.rs
char_unicode.rs
char.rs
check_const-feature-gated.rs
check-static-recursion-foreign.rs Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
child-outlives-parent.rs
cleanup-arm-conditional.rs
cleanup-rvalue-during-if-and-while.rs
cleanup-rvalue-for-scope.rs
cleanup-rvalue-scopes.rs
cleanup-rvalue-temp-during-incomplete-alloc.rs
cleanup-shortcircuit.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
clone-with-exterior.rs
close-over-big-then-small-data.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
cmp-default.rs
codegen-object-shim.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
collections-const-new.rs
command-exec.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
command-pre-exec.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
command-uid-gid.rs std: Move a process test out of libstd 2019-06-27 07:54:53 -07:00
complex.rs
concat.rs
core-run-destroy.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
crate-leading-sep.rs
crate-method-reexport-grrrrrrr.rs
crate-name-attr-used.rs
crt-static-off-works.rs
crt-static-on-works.rs
cycle-generic-bound.rs
dead-code-alias-in-pat.rs
dead-code-leading-underscore.rs
debuginfo-lto.rs
deep.rs
default-alloc-error-hook.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
default-associated-types.rs
default-method-parsing.rs
default-method-simple.rs
defaults-well-formedness.rs
deprecation-in-force-unstable.rs
deref-lval.rs
deref-mut-on-ref.rs
deref-on-ref.rs
deref-rc.rs
deref.rs
dispatch_from_dyn_zst.rs Support ZSTs in DispatchFromDyn 2019-04-29 14:03:40 +02:00
diverging-fallback-control-flow.rs
diverging-fallback-method-chain.rs
diverging-fallback-option.rs
double-ref.rs
dupe-first-attr.rc Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
duplicated-external-mods.rs
early-ret-binop-add.rs
early-vtbl-resolution.rs
edition-keywords-2015-2015.rs
edition-keywords-2015-2018.rs
edition-keywords-2018-2015.rs
edition-keywords-2018-2018.rs
else-if.rs
empty_global_asm.rs
empty-allocation-non-null.rs
empty-allocation-rvalue-non-null.rs
empty-type-parameter-list.rs
env-args-reverse-iterator.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
env-funky-keys.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
env-home-dir.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
env-null-vars.rs
env-vars.rs
epoch-gate-feature.rs
eq-multidispatch.rs
estr-uniq.rs
exec-env.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
existential_type.rs Fix run-pass test 2019-05-01 00:36:51 +09: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
expr-block-generic-unique2.rs
expr-block-generic.rs
expr-block-slot.rs
expr-block-unique.rs
expr-block.rs
expr-copy.rs
expr-empty-ret.rs
expr-fn.rs
expr-if-generic.rs
expr-if-panic-all.rs
expr-if-panic.rs
expr-if-unique.rs
expr-if.rs
expr-scope.rs
ext-expand-inner-exprs.rs
extend-for-unit.rs
exterior.rs
extoption_env-not-defined.rs
fact.rs
fat-lto.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
fat-ptr-cast.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
fds-are-cloexec.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
filter-block-view-items.rs
fixup-deref-mut.rs
format-hygiene.rs
format-nan.rs
format-no-std.rs Stabilize the alloc crate. 2019-04-12 20:07:30 +02:00
format-ref-cell.rs
fsu-moves-and-copies.rs
fun-call-variants.rs
fun-indirect-call.rs
global-scope.rs
guards-not-exhaustive.rs
guards.rs
hashmap-memory.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
hello.rs
html-literals.rs
if-bot.rs
if-check.rs
if-ret.rs
if-ret.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
ifmt.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
ignore-all-the-things.rs
impl-for-never.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
impl-inherent-non-conflict.rs
impl-not-adjacent-to-type.rs
impl-privacy-xc-1.rs
impl-privacy-xc-2.rs
impl-trait-in-bindings.rs add impl_trait_in_bindings to INCOMPLETE_FEATURES 2019-05-13 18:45:20 +03:00
impl-trait-in-bindings.stderr add impl_trait_in_bindings to INCOMPLETE_FEATURES 2019-05-13 18:45:20 +03:00
in-band-lifetimes.rs
inc-range-pat.rs Update ui and run-pass for ellipsis_inclusive_range_patterns lint 2019-05-30 06:20:30 -04:00
infer-fn-tail-expr.rs
inherit-env.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
init-large-type.rs
init-res-into-things.rs
inlined-main.rs
inner-attrs-on-impl.rs
inner-module.rs
inner-static.rs
instantiable.rs
invalid_const_promotion.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
invoke-external-foreign.rs
irrefutable-unit.rs
issue-58375-monomorphize-default-impls.rs Add missing trailing newline 2019-07-15 14:27:08 +10:00
issue-59020.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
istr.rs
item-name-overload.rs
keyword-changes-2012-07-31.rs
kindck-implicit-close-over-mut-var.rs
kinds-in-metadata.rs
lambda-infer-unresolved.rs
lambda-var-hygiene.rs
large-records.rs
last-use-in-block.rs
last-use-in-cap-clause.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
last-use-is-capture.rs
lazy-and-or.rs
lazy-init.rs
leak-unique-as-tydesc.rs
lex-bare-cr-nondoc-comment.rs
lexer-crlf-line-endings-string-literal-doc-comment.rs Add test for raw byte CRLF translation 2019-06-09 14:15:31 +02:00
lexical-scoping.rs
lib-defaults.rs
link-cfg-works.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
link-section.rs
linkage1.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
lint-cap.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
lint-dead-code-associated-type.rs
lint-dead-code-variant.rs
lint-expr-stmt-attrs-for-early-lints.rs
lint-unknown-lints-at-crate-level.rs
list.rs
liveness-assign-imm-local-after-ret.rs
llvm-pr32379.rs
log-err-phi.rs
log-knows-the-names-of-variants-in-std.rs
log-knows-the-names-of-variants.rs
log-poly.rs
logging_before_rt_started.rs Rename to RUSTC_LOG 2019-04-30 17:27:53 +09:00
logging-only-prints-once.rs Rename to RUSTC_LOG 2019-04-30 17:27:53 +09:00
long-while.rs
lto-many-codegen-units.rs
lto-still-runs-thread-dtors.rs
lub-glb-with-unbound-infer-var.rs
macro-quote-cond.rs
macro-quote-test.rs
max-min-classes.rs
mid-path-type-params.rs
minmax-stability-issue-23687.rs
monad.rs
monomorphize-abi-alignment.rs tests: doc comments 2019-02-10 23:42:32 +00:00
monomorphized-callees-with-ty-params-3314.rs
mpsc_stress.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
msvc-data-only.rs
multi-panic.rs Reblessed tests. 2019-06-05 21:09:27 +01:00
multibyte.rs
multidispatch1.rs
multidispatch2.rs
multidispatch-conditional-impl-not-considered.rs
multiline-comment.rs
multiple-reprs.rs
mut-function-arguments.rs
mut-vstore-expr.rs
mutual-recursion-group.rs
native-print-no-runtime.rs
negative.rs
nested_item_main.rs
nested-block-comment.rs
nested-class.rs
nested-function-names-issue-8587.rs
never_coercions.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
never-result.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
never-type-rvalues.rs
new-box-syntax.rs
new-box.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
new-impl-syntax.rs
new-import-syntax.rs
new-style-constants.rs
new-unicode-escapes.rs
new-unsafe-pointers.rs
newlambdas-ret-infer2.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
newlambdas-ret-infer.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
newlambdas.rs
newtype-polymorphic.rs
newtype-temporary.rs
newtype.rs
nil-decl-in-foreign.rs
no-core-1.rs
no-core-2.rs Add a test 2019-03-27 22:48:39 +09:00
no-landing-pads.rs
no-std-1.rs
no-std-2.rs
no-std-3.rs
no-stdio.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
non-built-in-quote.rs
non-legacy-modes.rs
nul-characters.rs
nullable-pointer-ffi-compat.rs
nullable-pointer-iotareduction.rs
nullable-pointer-size.rs
object-lifetime-default-default-to-static.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
object-lifetime-default-from-rptr-box.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
object-lifetime-default-from-rptr-mut.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
object-lifetime-default-from-rptr.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
object-method-numbering.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
objects-coerce-freeze-borrored.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
objects-owned-object-borrowed-method-headerless.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
objects-owned-object-owned-method.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
once-move-out-on-heap.rs
one-tuple.rs
op-assign-builtins-by-ref.rs
opeq.rs
operator-associativity.rs
operator-multidispatch.rs
operator-overloading.rs
optimization-fuel-0.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
optimization-fuel-0.stderr
optimization-fuel-1.rs
optimization-fuel-1.stderr
option-ext.rs
option-unwrap.rs
out-of-stack.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
out-pointer-aliasing.rs
output-slot-variants.rs
over-constrained-vregs.rs
overlap-doesnt-conflict-with-specialization.rs
overlap-permitted-for-annotated-marker-traits.rs
owned-implies-static.rs
panic-uninitialized-zeroed.rs Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
paren-free.rs
parse-assoc-type-lt.rs
parse-panic.rs
parser-unicode-whitespace.rs
path.rs
paths-containing-nul.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
print-stdout-eprint-stderr.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
proc_macro.rs
project-cache-issue-31849.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
project-cache-issue-37154.rs
project-defer-unification.rs
ptr-coercion.rs
pure-sum.rs
purity-infer.rs
range_inclusive_gate.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
range_inclusive.rs
range-type-infer.rs
range.rs
ranges-precedence.rs
raw-fat-ptr.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
raw-str.rs
rcvr-borrowed-to-region.rs
reachable-unnameable-items.rs
reachable-unnameable-type-alias.rs
readalias.rs
realloc-16687.rs
reexport-should-still-link.rs
reexport-star.rs
reexport-test-harness-main.rs
refer-to-other-statics-by-value.rs
repeat-expr-in-static.rs
repr_c_int_align.rs
resolve-issue-2428.rs
resolve-pseudo-shadowing.rs
resource-assign-is-not-copy.rs
resource-destruct.rs
result-opt-conversions.rs stabilize transpose_result in 1.33 2019-01-13 06:15:44 +01:00
ret-bang.rs
ret-none.rs
return-nil.rs
rmeta.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
running-with-no-runtime.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
rustc-rust-log.rs Rename to RUSTC_LOG 2019-04-30 17:27:53 +09:00
rvalue-static-promotion.rs
segfault-no-out-of-stack.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
semistatement-in-lambda.rs
seq-compare.rs
shadow.rs
shadowed-use-visibility.rs
shebang.rs
signal-alternate-stack-cleanup.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
signal-exit-status.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
sigpipe-should-be-ignored.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
simple_global_asm.rs
simple-infer.rs
size-and-align.rs
sized-borrowed-pointer.rs
sized-owned-pointer.rs
sleep.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
slowparse-bstring.rs
slowparse-string.rs
sse2.rs
stable-addr-of.rs
stack-probes-lto.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
stack-probes.rs Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
stdio-is-blocking.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
str-concat.rs
str-multiline.rs
string-box-error.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
string-escapes.rs
struct-ctor-mangling.rs rustc_codegen_utils: don't ignore Ctor path components in symbols. 2019-05-31 18:24:53 +03:00
structured-compare.rs
super-fast-paren-parsing.rs
super.rs
supported-cast.rs
svh-add-nothing.rs
swap-1.rs
swap-2.rs
swap-overlapping.rs
tail-call-arg-leak.rs
tail-cps.rs
tail-direct.rs
tcp-stress.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
terminate-in-initializer.rs
test-allow-dead-extern-static-no-warning.rs
test-allow-fail-attr.rs
test-fn-signature-verification-for-explicit-return-type.rs
test-main-not-dead-attr.rs
test-main-not-dead.rs
test-runner-hides-buried-main.rs
test-runner-hides-main.rs
test-runner-hides-start.rs
test-should-fail-good-message.rs
test-vs-cfg-test.rs
thin-lto-global-allocator.rs
thread-local-not-in-prelude.rs
tool_attributes.rs
tool_lints_2018_preview.rs
tool_lints.rs
trailing-comma.rs
transmute-non-immediate-to-immediate.rs
transmute-specialization.rs
trivial_casts.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
trivial-message.rs
try_from.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
try-block.rs
try-from-int-error-partial-eq.rs Stabilize TryFrom and TryInto 2019-02-13 18:00:18 +01:00
try-is-identifier-edition2015.rs
try-operator-custom.rs
try-operator-hygiene.rs
try-operator.rs
try-wait.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
tup.rs
tuple-index-fat-types.rs
tuple-index.rs
tydesc-name.rs Make the type_name intrinsic's output deterministic 2019-05-30 11:19:22 +02:00
type-ascription.rs
type-id-higher-rank-2.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
type-id-higher-rank.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
type-in-nested-module.rs
type-infer-generalize-ty-var.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
type-namespace.rs
type-param-constraints.rs
type-param.rs
type-params-in-for-each.rs
type-ptr.rs
type-sizes.rs
type-use-i1-versus-i8.rs
typeck_type_placeholder_1.rs
typeck-closure-to-unsafe-fn-ptr.rs Allow closure to unsafe fn coercion 2019-04-01 00:00:43 +09:00
typeck-fn-to-unsafe-fn-ptr.rs
typeclasses-eq-example-static.rs
typeclasses-eq-example.rs
typeid-intrinsic.rs
typestate-cfg-nesting.rs
typestate-multi-decl.rs
ufcs-polymorphic-paths.rs
ufcs-type-params.rs
unary-minus-suffix-inference.rs
underscore-lifetimes.rs
underscore-method-after-integer.rs
unify-return-ty.rs
uninit-empty-types.rs Permit use of mem::uninitialized via allow(deprecated) 2019-07-04 21:01:35 -04:00
unit.rs
unnamed_argument_mode.rs
unreachable-code-1.rs
unreachable-code.rs
unsafe-coercion.rs
unsafe-fn-called-from-unsafe-blk.rs
unsafe-fn-called-from-unsafe-fn.rs
unsafe-pointer-assignability.rs
unsized2.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
unsized3.rs
unsized-tuple-impls.rs
unsized.rs
unused-move-capture.rs
unused-move.rs
unwind-resource.rs
unwind-unique.rs
use_inline_dtor.rs
use-crate-name-alias.rs
use-import-export.rs
use-keyword-2.rs
use-mod.rs
use-nested-groups.rs
use.rs
using-target-feature-unstable.rs
utf8_chars.rs
utf8_idents.rs
utf8-bom.rs
utf8.rs
variadic-ffi.rs Expose VaListImpl as the Rust equivalent of __va_list_tag and implement Clone for it. 2019-06-17 16:04:49 -07:00
variance-intersection-of-ref-and-opt-ref.rs
variance-iterators-in-libcore.rs
volatile-fat-ptr.rs
wait-forked-but-failed-child.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
warn-ctypes-inhibit.rs
weak-lang-item.rs
weak-new-uninhabited-issue-48493.rs
weird-exit-code.rs
weird-exprs.rs if if if if 2019-06-16 19:01:05 +07:00
wf-bound-region-in-object-type.rs Update run-pass test suite to use dyn 2019-05-29 00:57:42 -04:00
wrapping-int-api.rs
write-fmt-errors.rs
writealias.rs
wrong-hashset-issue-42918.rs
x86stdcall2.rs
x86stdcall.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
yield1.rs
yield2.rs
yield.rs
z-crate-attr.rs