rust/src/test/ui
2019-09-02 19:07:04 -07:00
..
abi Permit unwinding through FFI by default 2019-08-25 09:47:50 -07:00
alloc-error
allocator tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
annotate-snippet librustc_errors: Support ui-testing flag in annotate-snippet emitter 2019-07-25 21:03:53 +02:00
array-slice-vec Subslice patterns: Test passing static & dynamic semantics. 2019-07-30 10:46:30 +02:00
asm
associated-const Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
associated-consts tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
associated-item review comments 2019-08-19 12:24:06 -07:00
associated-type Update stderr files with --bless 2019-08-16 10:54:20 +01:00
associated-type-bounds Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
associated-types Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
ast-json Add default serialization for Idents 2019-08-27 23:02:22 +01:00
async-await Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
attributes resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
autoref-autoderef tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auxiliary proc_macro: Turn quote into a regular built-in macro 2019-08-27 00:37:13 +03:00
bad normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
bench tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bind-by-move normalize use of backticks/lowercase in compiler messages for librustc_mir 2019-07-06 20:40:40 +02:00
binding Use new 'p @ ..' syntax in tests. 2019-07-28 06:53:39 +02:00
binop
blind
block-result review comments: typo and rewording 2019-08-09 07:18:05 -07:00
borrowck Don't unwrap the result of span_to_snippet 2019-08-24 18:25:34 +01:00
builtin-superkinds
c-variadic syntax: account for CVarArgs being in the argument list. 2019-08-12 15:28:10 +03:00
cast normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
cfg tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
chalkify Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
check_match Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
closure_context
closure-expected-type Fix nll tests 2019-08-31 13:40:20 -07:00
closures Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
codemap_tests Handle more cases of typos misinterpreted as type ascription 2019-07-19 10:56:37 -07:00
coerce tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
coercion review comments: typo and rewording 2019-08-09 07:18:05 -07:00
coherence Revert "Rollup merge of #62696 - chocol4te:fix_#62194, r=estebank" 2019-08-04 19:52:43 +03:00
compare-method
conditional-compilation --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
confuse-field-and-method
const-generics test: add test for #61432. 2019-08-19 19:33:49 +03:00
consts Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
cross normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
cross-crate Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
custom_test_frameworks
cycle-trait
definition-reachable Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
dep-graph
deprecation normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
derived-errors Allow deprecated try macro in test crates 2019-08-09 02:29:44 +00:00
derives Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
deriving tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
did_you_mean Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
directory_ownership
disallowed-deconstructing
discrim
dollar-crate
drop Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
dropck rustc_mir: use the right type for associated const literals. 2019-08-16 15:20:27 +03:00
dst
duplicate Move type parameter shadowing errors to resolve 2019-08-17 09:12:32 +01:00
dyn-keyword Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
dynamically-sized-types tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
editions normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
empty Make use of possibly uninitialized data a hard error 2019-08-05 14:57:12 -07:00
enum
enum-discriminant normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
error-codes Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
exclusive-range And --bless tests accordingly for those exceptions. 2019-07-28 06:53:39 +02:00
explicit Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
extenv
extern Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
feature-gate Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper 2019-08-29 13:17:52 +02:00
feature-gates --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
fmt Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
fn Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
for Suggest giving return type to closures on E0282 2019-08-13 16:41:43 -07:00
for-loop-while tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
foreign Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
fully-qualified-type
functional-struct-update
functions-closures tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
generator Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
generic Rollup merge of #62133 - petrochenkov:norustc, r=eddyb 2019-07-05 20:26:54 +02:00
generics tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
hello_world Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
higher-rank-trait-bounds Remove meaningless comments in src/test 2019-08-16 10:54:20 +01:00
hr-subtype
hrtb Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
hygiene Add a regression test for issue #63460 2019-08-21 12:53:11 +03:00
if review comments 2019-07-29 21:43:54 -07:00
impl-header-lifetime-elision Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
impl-trait Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
imports resolve: Move macro resolution traces from Modules to Resolver 2019-08-15 20:39:27 +03:00
in-band-lifetimes clear in-scope lifetimes for nested items in HIR lowering 2019-08-12 21:08:32 -04:00
include-macros Add regression test for include_str! normalization 2019-08-15 10:42:31 +03:00
inference --bless post no async_await gates in tests. 2019-08-20 03:08:42 +02:00
infinite Raise the default recursion limit to 128 2019-07-07 00:12:35 +03:00
interior-mutability
internal normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
intrinsics Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung" 2019-08-10 22:16:35 +09:00
invalid normalize use of backticks in compiler messages for librustc_lint 2019-07-21 11:47:24 +02:00
invalid-module-declaration
invalid-self-argument
issues Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
iterators Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
keyword recover on 'mut ' and improve recovery for keywords. 2019-08-27 13:04:48 +02:00
kindck Fix nll tests 2019-08-31 13:40:20 -07:00
label Use snippet instead of pprinting statement 2019-07-12 14:01:13 -07:00
layout Regression test for issue 60431. 2019-07-12 11:45:02 +02:00
lifetimes distinguish object-lifetime-default elision from other elision 2019-08-19 13:50:42 -04:00
linkage-attr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
lint Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppe 2019-08-31 06:38:46 +00:00
liveness review comments: typo and rewording 2019-08-09 07:18:05 -07:00
loops Do not suggest using ! with break 2019-08-09 07:18:05 -07:00
lub-glb
macro_backtrace pprust: Fix formatting regressions from the previous commits 2019-07-15 12:42:07 +03:00
macros proc_macro: Update Span::def_site to use the proc macro definition location 2019-08-27 01:34:10 +03:00
malformed --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
manual
marker_trait_attr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
match Suggest giving return type to closures on E0282 2019-08-13 16:41:43 -07:00
methods Introduce term-size dependency and consider term width when trimming 2019-08-21 11:56:20 -07:00
mir Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
mir-dataflow
mismatched_types Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
missing review comments: typo and rewording 2019-08-09 07:18:05 -07:00
missing_non_modrs_mod
mod
modules tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
moves clean up 2019-08-21 11:52:38 -07:00
mut Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
namespace Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
nll Kill borrows from assignments after generating new borrows 2019-08-31 15:35:20 +01:00
non_modrs_mods tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
non_modrs_mods_and_inline_mods Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
non-exhaustive pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
not-panic Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
numbers-arithmetic Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
numeric
object-lifetime use static as object-lifetime default for type XX in Foo<Item=XX> 2019-08-19 13:50:44 -04:00
object-safety Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
obsolete-in-place Bring back suggestion for splitting <- into < - 2019-08-12 10:46:34 +02:00
on-unimplemented Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
or-patterns or-pattern: fix typo in error message 2019-08-28 02:23:58 +02:00
overloaded tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
packed tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
packed-struct
panic-handler
panic-runtime tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
panics tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
parser Improve 'mut ' diagnostic. 2019-08-27 23:44:44 +02:00
pattern Add semantic test for rest patterns. 2019-07-29 21:39:36 +02:00
print_type_sizes Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
print-fuel Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
privacy Fix test. 2019-08-30 00:57:20 +05:30
proc-macro Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasper 2019-08-29 13:17:52 +02:00
process issue-2214.rs: lgamma is lgamma on vxWorks 2019-07-31 19:19:40 -07:00
pub normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
qualified
range Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
reachable Enforce 'cond: bool' in while-expr + improve reachability diags. 2019-07-06 06:43:58 +02:00
recursion Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
regions Introduce term-size dependency and consider term width when trimming 2019-08-21 11:56:20 -07:00
repr
reserved recover on 'mut ' and improve recovery for keywords. 2019-08-27 13:04:48 +02:00
resolve Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
return
rfc1445 normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
rfc1598-generic-associated-types Move type parameter shadowing errors to resolve 2019-08-17 09:12:32 +01:00
rfc1717 normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
rfc-0107-bind-by-move-pattern-guards Remove 'feature(nll)' from bind_by_move_pattern_guards tests. 2019-07-30 06:43:06 +02:00
rfc-1937-termination-trait
rfc-2005-default-binding-mode Use new 'p @ ..' syntax in tests. 2019-07-28 06:53:39 +02:00
rfc-2008-non-exhaustive Mention that tuple structs are private if their fields are 2019-08-09 12:52:02 -07:00
rfc-2093-infer-outlives Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rfc-2126-crate-paths
rfc-2126-extern-absolute-paths diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
rfc-2166-underscore-imports Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rfc-2306 Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rfc-2361-dbg-macro
rfc-2497-if-let-chains --bless tests due to INCOMPLETE_FEATURES being a lint. 2019-07-30 10:43:32 +02:00
rfc-2565-param-attrs parser: gracefully handle fn foo(A | B: type). 2019-08-25 05:45:19 +02:00
rfcs Use new 'p @ ..' syntax in tests. 2019-07-28 06:53:39 +02:00
rust-2018 diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
save-analysis rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
self Improve 'mut ' diagnostic. 2019-08-27 23:44:44 +02:00
sepcomp tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shadowed Move type parameter shadowing errors to resolve 2019-08-17 09:12:32 +01:00
simd tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
simd-intrinsic Remove vector fadd/fmul reduction workarounds 2019-07-20 18:49:50 +02:00
single-use-lifetime in which we suggest anonymizing single-use lifetimes in paths 2019-07-06 15:04:18 -07:00
span Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
specialization Allow 'default async fn' to parse. 2019-08-20 22:57:23 +02:00
stability-attribute normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
static Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
statics Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
str Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
structs Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
structs-enums Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
suggestions review comment 2019-09-01 02:22:03 -07:00
svh
symbol-names Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebank 2019-08-17 11:13:45 +02:00
terminal-width Further unicode checks 2019-08-21 11:56:20 -07:00
test-shadowing Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
thinlto tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
threads-sendsync tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tool-attributes Update tests 2019-08-30 02:46:25 +02:00
traits Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
transmute normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
trivial-bounds Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
try-block
tuple
type Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
type-alias Blessed tests. 2019-07-06 16:16:12 +01:00
type-alias-enum-variants dead_code: Properly inspect fields in struct patterns with type relative paths 2019-08-02 21:56:34 +00:00
type-alias-impl-trait Move tests into type-alias-impl-trait 2019-08-11 22:30:21 +02:00
typeck Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
ufcs Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
unboxed-closures Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
underscore-lifetime
uniform-paths tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
uninhabited Remove never_type feature requirement for exhaustive patterns 2019-07-05 22:14:27 +02:00
union Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
unique tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unreachable Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
unresolved Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
unsafe normalize use of backticks/lowercase in compiler messages for librustc_mir 2019-07-06 20:40:40 +02:00
unsized Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
unsized-locals tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
unused
use Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
variance Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
variants
vec
wf Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
where-clauses Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
xcrate
zero-sized tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
.gitattributes Add regression test for include_str! normalization 2019-08-15 10:42:31 +03:00
absolute-paths-in-nested-use-groups.rs
absolute-paths-in-nested-use-groups.stderr
access-mode-in-closures.rs
access-mode-in-closures.stderr
alias-uninit-value.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
align-with-extern-c-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
alignment-gep-tup-like-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
alloca-from-derived-tydesc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
allocator-alloc-one.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
always-inhabited-union-ref.rs
always-inhabited-union-ref.stderr
anon-params-denied-2018.rs parser: gracefully handle fn foo(A | B: type). 2019-08-25 05:45:19 +02:00
anon-params-denied-2018.stderr parser: gracefully handle fn foo(A | B: type). 2019-08-25 05:45:19 +02:00
anon-params-deprecated.fixed Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
anon-params-deprecated.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
anon-params-deprecated.stderr
anonymous-higher-ranked-lifetime.rs
anonymous-higher-ranked-lifetime.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
arg-count-mismatch.rs
arg-count-mismatch.stderr
arg-type-mismatch.rs
arg-type-mismatch.stderr
argument-passing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
array_const_index-0.rs
array_const_index-0.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
array_const_index-1.rs
array_const_index-1.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
array-break-length.rs more --blessing + test error annotations fixes 2019-08-21 15:13:13 +03:00
array-break-length.stderr improve diagnostics: break/continue wrong context 2019-08-21 13:17:59 +03:00
array-not-vector.rs
array-not-vector.stderr
artificial-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
as-precedence.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-concat-src.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-in-moved.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-in-out-operand.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-indirect-memory.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
asm-out-assign.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-eq-trailing-comma.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-escape.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assert-ne-trailing-comma.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assign-assign.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
assign-imm-local-twice.rs
assign-imm-local-twice.stderr
assign-to-method.rs
assign-to-method.stderr
assignment-operator-unimplemented.rs
assignment-operator-unimplemented.stderr
assoc-inherent.rs
assoc-inherent.stderr
assoc-oddities-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
associated-item-long-paths.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
associated-path-shl.rs And --bless tests accordingly for those exceptions. 2019-07-28 06:53:39 +02:00
associated-path-shl.stderr And --bless tests accordingly for those exceptions. 2019-07-28 06:53:39 +02:00
atomic-access-bool.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
atomic-alignment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
atomic-compare_exchange.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
atomic-print.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attempted-access-non-fatal.rs
attempted-access-non-fatal.stderr
attr-bad-crate-attr.rc
attr-eq-token-tree.rs
attr-eq-token-tree.stderr
attr-main-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attr-main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attr-shebang.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attr-start.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attr-usage-inline.rs
attr-usage-inline.stderr
attr-usage-repr.rs
attr-usage-repr.stderr
attr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
attribute-with-no-generics-in-parameter-list.rs
attribute-with-no-generics-in-parameter-list.stderr
augmented-assignments-feature-gate-cross.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
augmented-assignments-feature-gate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
augmented-assignments-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
augmented-assignments.rs
augmented-assignments.stderr
auto-instantiate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auto-is-contextual.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auto-ref-slice-plus-ref.rs
auto-ref-slice-plus-ref.stderr
auto-trait-validation.rs
auto-trait-validation.stderr
autobind.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
autoderef-full-lval.rs
autoderef-full-lval.stderr
backtrace-debuginfo-aux.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
backtrace-debuginfo.rs Attempt to fix backtrace tests on i686-msvc 2019-07-31 10:59:32 -07:00
backtrace.rs Attempt to fix backtrace tests on i686-msvc 2019-07-31 10:59:32 -07:00
bare-fn-implements-fn-mut.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bare-static-string.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bastion-of-the-turbofish.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
big-literals.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
binary-minus-without-space.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
binary-op-on-double-ref.rs
binary-op-on-double-ref.stderr
bind-by-move.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
binops-issue-22743.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
binops.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bitwise.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
blind-item-local-shadow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
blind-item-mixed-crate-use-item.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
blind-item-mixed-use-item.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-arg-call-as.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-arg.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-explicit-types.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-expr-precedence.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-expr-precedence.stderr Update tests for excess semicolon lint 2019-08-12 10:14:07 -04:00
block-expression-remove-semicolon.rs
block-expression-remove-semicolon.stderr
block-fn-coerce.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-iter-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
block-iter-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bogus-tag.rs
bogus-tag.stderr
bool-not.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bool.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
borrow-by-val-method-receiver.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bounds-lifetime.rs
bounds-lifetime.stderr
box-new.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
break-outside-loop.rs more --blessing + test error annotations fixes 2019-08-21 15:13:13 +03:00
break-outside-loop.stderr improve diagnostics: break/continue wrong context 2019-08-21 13:17:59 +03:00
break-while-condition.rs
break-while-condition.stderr
bug-7183-generics.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bug-7295.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-clone-unwind.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-clone.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-capabilities-transitive.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-capabilities-xc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-capabilities.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-in-metadata.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-phantom-typaram.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-simple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
builtin-superkinds-typaram.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
by-move-pattern-binding.rs
by-move-pattern-binding.stderr
byte-literals.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
c-stack-returning-int64.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
call-fn-never-arg-wrong-type.rs
call-fn-never-arg-wrong-type.stderr
can-begin-expr-check.rs
can-begin-expr-check.stderr
can-copy-pod.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cancel-clean-via-immediate-rvalue-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cannot-mutate-captured-non-mut-var.rs
cannot-mutate-captured-non-mut-var.stderr
capture1.rs
capture1.stderr
cast-char.rs Added tests for issues. 2019-07-06 16:15:27 +01:00
cast-char.stderr Added tests for issues. 2019-07-06 16:15:27 +01:00
cast-does-fallback.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast-region-to-uint.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast-rfc0401-vtable-kinds.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast-rfc0401.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast-to-infer-ty.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
casts-differing-anon.rs
casts-differing-anon.stderr
casts-issue-46365.rs
casts-issue-46365.stderr
catch-unwind-bang.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cdylib-deps-must-be-static.rs
cdylib-deps-must-be-static.stderr
cell-does-not-clone.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
changing-crates.rs
changing-crates.stderr
char_unicode.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
char.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
check_const-feature-gated.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
check-static-immutable-mut-slices.rs
check-static-immutable-mut-slices.stderr
check-static-recursion-foreign.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
check-static-values-constraints.rs
check-static-values-constraints.stderr
child-outlives-parent.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
class-cast-to-trait.rs
class-cast-to-trait.stderr
class-method-missing.rs
class-method-missing.stderr
class-missing-self.rs
class-missing-self.stderr
cleanup-arm-conditional.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-rvalue-during-if-and-while.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-rvalue-for-scope.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-rvalue-scopes-cf.rs
cleanup-rvalue-scopes-cf.stderr
cleanup-rvalue-scopes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-rvalue-temp-during-incomplete-alloc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cleanup-shortcircuit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
clone-with-exterior.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
close-over-big-then-small-data.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
closure_promotion.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
closure-expected.rs
closure-expected.stderr
cmp-default.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
codegen-object-shim.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
collections-const-new.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
command-exec.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
command-line-diagnostics.rs
command-line-diagnostics.stderr
command-pre-exec.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
command-uid-gid.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
commandline-argfile-badutf8.args rustc: implement argsfiles for command line 2019-08-19 19:06:46 -07:00
commandline-argfile-badutf8.rs Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile-badutf8.stderr Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile-missing.rs Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile-missing.stderr Move argfile expansion into run_compiler 2019-08-20 12:34:14 -07:00
commandline-argfile.args rustc: implement argsfiles for command line 2019-08-19 19:06:46 -07:00
commandline-argfile.rs rustc: implement argsfiles for command line 2019-08-19 19:06:46 -07:00
compile_error_macro.rs
compile_error_macro.stderr
complex.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
concat-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
concat.rs
concat.stderr
conflicting-repr-hints.rs
conflicting-repr-hints.stderr
conservative_impl_trait.rs
conservative_impl_trait.stderr
constructor-lifetime-args.rs
constructor-lifetime-args.stderr
continue-after-missing-main.nll.stderr
continue-after-missing-main.rs
continue-after-missing-main.stderr
conversion-methods.rs
conversion-methods.stderr
copy-a-resource.rs
copy-a-resource.stderr
core-run-destroy.rs bypass x86stdcall.rs for vxworks 2019-07-28 10:05:29 -07:00
crate-in-paths.rs
crate-in-paths.stderr
crate-leading-sep.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
crate-method-reexport-grrrrrrr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
crate-name-attr-used.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
crate-name-mismatch.rs normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
crate-name-mismatch.stderr normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
crt-static-off-works.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
crt-static-on-works.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
custom_attribute.rs resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
custom_attribute.stderr resolve: Use feature(custom_attribute) fallback only if the feature is enabled 2019-07-18 13:42:45 +03:00
custom-attribute-multisegment.rs
custom-attribute-multisegment.stderr
custom-test-frameworks-simple.rs
cycle-generic-bound.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
cycle-projection-based-on-where-clause.rs
cycle-projection-based-on-where-clause.stderr
dead-code-alias-in-pat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
dead-code-closure-bang.rs
dead-code-impl.rs
dead-code-leading-underscore.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
dead-code-ret.rs
dead-code-ret.stderr
dead-code-tuple-struct-field.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
debuginfo-lto.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deep.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
default-alloc-error-hook.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
default-associated-types.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
default-method-parsing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
default-method-simple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
defaulted-never-note.rs
defaulted-never-note.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
defaults-well-formedness.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deprecation-in-force-unstable.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-lval.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-mut-on-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-non-pointer.rs
deref-non-pointer.stderr
deref-on-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-rc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
deref-suggestion.rs
deref-suggestion.stderr
deref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
derive-uninhabited-enum-38885.rs Do not complain about unused code when used in impl Self type 2019-08-21 16:12:55 -07:00
derive-uninhabited-enum-38885.stderr Do not complain about unused code when used in impl Self type 2019-08-21 16:12:55 -07:00
destructure-trait-ref.rs
destructure-trait-ref.stderr
dispatch_from_dyn_zst.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
diverging-fallback-control-flow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
diverging-fallback-method-chain.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
diverging-fallback-option.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
diverging-fn-tail-35849.rs
diverging-fn-tail-35849.stderr
diverging-tuple-parts-39485.rs
diverging-tuple-parts-39485.stderr
does-nothing.rs
does-nothing.stderr
dont-suggest-private-trait-method.rs
dont-suggest-private-trait-method.stderr
dotdotdot-expr.rs
dotdotdot-expr.stderr
double-import.rs
double-import.stderr
double-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
double-type-import.rs
double-type-import.stderr
dupe-first-attr.rc tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
duplicate_entry_error.rs
duplicate_entry_error.stderr
dyn-trait-compatibility.rs
dyn-trait-compatibility.stderr
early-ret-binop-add.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
early-vtbl-resolution.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
edition-keywords-2015-2015.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
edition-keywords-2015-2018.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
edition-keywords-2018-2015.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
edition-keywords-2018-2018.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
elide-errors-on-mismatched-tuple.rs
elide-errors-on-mismatched-tuple.stderr
elided-test.rs
elided-test.stderr
else-if.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
emit-artifact-notifications.nll.stderr
emit-artifact-notifications.polonius.stderr Bless output of test ui/emit-artifact-notifications.rs for Polonius 2019-07-22 10:32:38 +02:00
emit-artifact-notifications.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
emit-artifact-notifications.stderr
empty_global_asm.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
empty-allocation-non-null.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
empty-allocation-rvalue-non-null.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
empty-type-parameter-list.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
enable-unstable-lib-feature.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
enable-unstable-lib-feature.stderr Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
enums-pats-not-idents.rs
enums-pats-not-idents.stderr
env-args-reverse-iterator.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
env-funky-keys.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
env-home-dir.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
env-null-vars.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
env-vars.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
epoch-gate-feature.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
eq-multidispatch.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
error-festival.rs
error-festival.stderr
error-should-say-copy-not-pod.rs
error-should-say-copy-not-pod.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
estr-subtyping.rs
estr-subtyping.stderr
estr-uniq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
eval-enum.rs
eval-enum.stderr
exclusive-drop-and-copy.rs
exclusive-drop-and-copy.stderr
exec-env.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
exhaustive_integer_patterns.rs
exhaustive_integer_patterns.stderr pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
expanded-cfg.rs
explain.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
explain.stdout
explicit-i-suffix.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
explore-issue-38412.rs
explore-issue-38412.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
export2.rs
export2.stderr
export-fully-qualified.rs
export-fully-qualified.stderr
export-glob-imports-target.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
export-import.rs
export-import.stderr
export-multi.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
export-non-interference2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
export-non-interference3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
export-tag-variant.rs
export-tag-variant.stderr
export.rs
export.stderr
expr_attr_paren_order.rs
expr_attr_paren_order.stderr
expr-block-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-generic-unique1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-generic-unique2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-generic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-slot.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block-unique.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-copy.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-empty-ret.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if-generic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if-panic-all.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if-panic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if-unique.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-if.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expr-scope.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ext-expand-inner-exprs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ext-nonexistent.rs
ext-nonexistent.stderr
extend-for-unit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
exterior.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extern-prelude-fail.rs
extern-prelude-fail.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
extern-prelude.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
extoption_env-no-args.rs
extoption_env-no-args.stderr
extoption_env-not-defined.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
extoption_env-not-string-literal.rs
extoption_env-not-string-literal.stderr
extoption_env-too-many-args.rs
extoption_env-too-many-args.stderr
fact.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fail-no-dead-code-core.rs
fail-no-dead-code-core.stderr
fail-no-dead-code.rs
fail-no-dead-code.stderr
fail-simple.rs
fail-simple.stderr
fat-lto.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fat-ptr-cast-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
fat-ptr-cast.rs
fat-ptr-cast.stderr
fds-are-cloexec.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
feature-gate-optimize_attribute.rs --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
feature-gate-optimize_attribute.stderr --bless some tests due to message format change. 2019-08-23 01:42:05 +02:00
feature-gated-feature-in-macro-arg.rs
feature-gated-feature-in-macro-arg.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
ffi_returns_twice.rs
ffi_returns_twice.stderr
filter-block-view-items.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fixup-deref-mut.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
float-literal-inference-restrictions.rs
float-literal-inference-restrictions.stderr
fn_must_use.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
fn_must_use.stderr
fn-in-pat.rs
fn-in-pat.stderr
foreign-fn-return-lifetime.fixed
foreign-fn-return-lifetime.rs
foreign-fn-return-lifetime.stderr
foreign-unsafe-fn-called.rs
foreign-unsafe-fn-called.stderr
format-nan.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
format-no-std.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
format-ref-cell.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fsu-moves-and-copies.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fun-call-variants.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fun-indirect-call.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
future-incompatible-lint-group.rs
future-incompatible-lint-group.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
gated-bad-feature.rs
gated-bad-feature.stderr
generator-yielding-or-returning-itself.rs
generator-yielding-or-returning-itself.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
glob-cycles.rs
glob-resolve1.rs
glob-resolve1.stderr
global-scope.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
guards-not-exhaustive.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
guards.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
hashmap-iter-value-lifetime.nll.stderr
hashmap-iter-value-lifetime.rs
hashmap-iter-value-lifetime.stderr
hashmap-lifetimes.nll.stderr
hashmap-lifetimes.rs
hashmap-lifetimes.stderr
hashmap-memory.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
hello.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
hidden-rt-injection2.rs
hidden-rt-injection2.stderr
hidden-rt-injection.rs
hidden-rt-injection.stderr
higher-lifetime-bounds.rs
higher-lifetime-bounds.stderr
html-literals.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
huge-array-simple-32.rs review comments 2019-08-06 11:23:32 -07:00
huge-array-simple-32.stderr review comments 2019-08-06 11:23:32 -07:00
huge-array-simple-64.rs review comments 2019-08-06 11:23:32 -07:00
huge-array-simple-64.stderr review comments 2019-08-06 11:23:32 -07:00
huge-array.rs Point to local place span on "type too big" error 2019-08-03 21:59:51 -07:00
huge-array.stderr Point to local place span on "type too big" error 2019-08-03 21:59:51 -07:00
huge-enum.rs revert change to single test 2019-08-04 13:14:53 -07:00
huge-enum.stderr revert change to single test 2019-08-04 13:14:53 -07:00
huge-struct.rs tweak output and tests 2019-08-04 12:23:05 -07:00
huge-struct.stderr tweak output and tests 2019-08-04 12:23:05 -07:00
if-bot.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
if-check.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
if-else-type-mismatch.rs
if-else-type-mismatch.stderr
if-ret.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ifmt.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ignore-all-the-things.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
illegal-ufcs-drop.rs
illegal-ufcs-drop.stderr
immut-function-arguments.rs
immut-function-arguments.stderr
impl-bounds-checking.rs
impl-bounds-checking.stderr
impl-duplicate-methods.rs
impl-duplicate-methods.stderr
impl-for-never.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-inherent-non-conflict.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-not-adjacent-to-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-privacy-xc-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-privacy-xc-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-trait-in-bindings.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
impl-trait-in-bindings.stderr --bless tests due to INCOMPLETE_FEATURES being a lint. 2019-07-30 10:43:32 +02:00
impl-unused-rps-in-assoc-type.rs
impl-unused-rps-in-assoc-type.stderr
impl-unused-tps-inherent.rs
impl-unused-tps-inherent.stderr
impl-unused-tps.rs
impl-unused-tps.stderr
implicit-method-bind.rs
implicit-method-bind.stderr
import2.rs
import2.stderr
import3.rs
import3.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
import4.rs
import4.stderr
import.rs
import.stderr
impossible_range.rs
impossible_range.stderr
in-band-lifetimes.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
inaccessible-test-modules.rs
inaccessible-test-modules.stderr
inc-range-pat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
index_message.rs
index_message.stderr
index-bot.rs
index-bot.stderr
index-help.rs
index-help.stderr
indexing-requires-a-uint.rs
indexing-requires-a-uint.stderr
infer-fn-tail-expr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
inherit-env.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
init-large-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
init-res-into-things.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
init-unsafe.rs Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. 2019-07-04 09:33:15 -04:00
init-unsafe.stderr Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. 2019-07-04 09:33:15 -04:00
inline-asm-bad-constraint.rs
inline-asm-bad-constraint.stderr
inline-asm-bad-operand.rs
inline-asm-bad-operand.stderr Introduce term-size dependency and consider term width when trimming 2019-08-21 11:56:20 -07:00
inlined-main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
inner-attrs-on-impl.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
inner-module.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
inner-static-type-parameter.rs
inner-static-type-parameter.stderr
inner-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
instantiable.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
integer-literal-suffix-inference.rs
integer-literal-suffix-inference.stderr
integral-indexing.rs
integral-indexing.stderr
integral-variable-unification-error.rs
integral-variable-unification-error.stderr
invalid_const_promotion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
invalid_crate_type_syntax.rs
invalid_crate_type_syntax.stderr
invalid_dispatch_from_dyn_impls.rs
invalid_dispatch_from_dyn_impls.stderr
irrefutable-unit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-53912.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
issue-59020.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
istr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
item-name-overload.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
json-and-color.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-and-color.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-and-error-format.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-and-error-format.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-invalid.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-invalid.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-multiple.nll.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-multiple.rs Drive-by fix: Update two tests failing in --pass check mode 2019-07-31 21:42:24 +03:00
json-multiple.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-options.nll.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-options.rs Drive-by fix: Update two tests failing in --pass check mode 2019-07-31 21:42:24 +03:00
json-options.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-short.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
json-short.stderr rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
keyword-changes-2012-07-31.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
kindck-implicit-close-over-mut-var.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
kinds-in-metadata.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lambda-infer-unresolved.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lambda-var-hygiene.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lang-item-missing-generator.rs Error when generator trait is not found 2019-08-26 17:51:52 +00:00
lang-item-missing-generator.stderr Add Option<Span> to require_lang_item 2019-08-28 07:11:12 +09:00
lang-item-missing.rs
lang-item-missing.stderr Remove sized spans 2019-08-28 07:32:25 +09:00
large-records.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
last-use-in-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
last-use-in-cap-clause.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
last-use-is-capture.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lazy-and-or.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lazy-init.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
leak-unique-as-tydesc.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lex-bare-cr-nondoc-comment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lexer-crlf-line-endings-string-literal-doc-comment.rs Fix issues with git converting CRLF to CR 2019-07-27 19:22:45 +03:00
lexical-scopes.rs
lexical-scopes.stderr
lexical-scoping.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lifetime_starts_expressions.rs
lifetime_starts_expressions.stderr Handle more cases of typos misinterpreted as type ascription 2019-07-19 10:56:37 -07:00
lifetime-before-type-params.rs
lifetime-before-type-params.stderr
link-cfg-works.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
link-section.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
linkage1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-cap.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-dead-code-associated-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-dead-code-variant.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-expr-stmt-attrs-for-early-lints.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lint-unknown-lints-at-crate-level.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
list.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
liveness-assign-imm-local-after-ret.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
llvm-pr32379.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log-err-phi.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log-knows-the-names-of-variants-in-std.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log-knows-the-names-of-variants.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
log-poly.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
logging_before_rt_started.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
logging-only-prints-once.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
long-while.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
loud_ui.rs
lto-duplicate-symbols.rs
lto-duplicate-symbols.stderr rustc: Handle modules in "fat" LTO more robustly 2019-08-27 13:51:14 -07:00
lto-many-codegen-units.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lto-still-runs-thread-dtors.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lub-glb-with-unbound-infer-var.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lub-if.nll.stderr
lub-if.rs
lub-if.stderr
lub-match.nll.stderr
lub-match.rs
lub-match.stderr
macro-quote-cond.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
macro-quote-test.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
main-wrong-location.rs
main-wrong-location.stderr
main-wrong-type.rs
main-wrong-type.stderr
malformed_macro_lhs.rs
malformed_macro_lhs.stderr
map-types.rs
map-types.stderr
match-on-negative-integer-ranges.rs
max-min-classes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
maybe-bounds-where-cpass.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
maybe-bounds-where.rs
maybe-bounds-where.stderr
maybe-bounds.rs
maybe-bounds.stderr
meta-expected-error-correct-rev.a.stderr
meta-expected-error-correct-rev.rs
mid-path-type-params.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
minmax-stability-issue-23687.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
minus-string.rs
minus-string.stderr
mir_check_nonconst.rs
mir_check_nonconst.stderr
mir-unpretty.rs
mir-unpretty.stderr
missing_debug_impls.rs
missing_debug_impls.stderr normalize use of backticks in compiler messages for librustc_lint 2019-07-21 11:47:24 +02:00
mod-subitem-as-enum-variant.rs
mod-subitem-as-enum-variant.stderr
module-macro_use-arguments.rs
module-macro_use-arguments.stderr
monad.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
monomorphize-abi-alignment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
monomorphized-callees-with-ty-params-3314.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
mpsc_stress.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
msvc-data-only.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multi-panic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multibyte.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multidispatch1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multidispatch2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multidispatch-conditional-impl-not-considered.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multiline-comment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
multiple-main-2.rs normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
multiple-main-2.stderr normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
multiple-main-3.rs normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
multiple-main-3.stderr normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
multiple-plugin-registrars.rs
multiple-plugin-registrars.stderr
multiple-reprs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
mut-function-arguments.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
mut-vstore-expr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
mutexguard-sync.rs
mutexguard-sync.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
mutual-recursion-group.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
native-print-no-runtime.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
negative.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested_impl_trait.rs
nested_impl_trait.stderr
nested_item_main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested-block-comment.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested-cfg-attrs.rs
nested-cfg-attrs.stderr
nested-class.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested-function-names-issue-8587.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested-ty-params.rs
nested-ty-params.stderr
never_coercions.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
never_transmute_never.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
never-assign-dead-code.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
never-assign-dead-code.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
never-assign-wrong-type.rs
never-assign-wrong-type.stderr
never-result.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
never-type-rvalues.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-box-syntax.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-box.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-impl-syntax.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-import-syntax.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-style-constants.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-unicode-escapes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
new-unsafe-pointers.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newlambdas-ret-infer2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newlambdas-ret-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newlambdas.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newtype-polymorphic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newtype-temporary.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
newtype.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nil-decl-in-foreign.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no_crate_type.rs
no_crate_type.stderr
no_owned_box_lang_item.rs
no_owned_box_lang_item.stderr
no_send-enum.rs
no_send-enum.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
no_send-rc.rs
no_send-rc.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
no_send-struct.rs
no_send-struct.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
no_share-enum.rs
no_share-enum.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
no_share-struct.rs
no_share-struct.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
no-capture-arc.rs
no-capture-arc.stderr
no-core-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-core-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-implicit-prelude-nested.rs resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
no-implicit-prelude-nested.stderr resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
no-implicit-prelude.rs resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
no-implicit-prelude.stderr resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
no-landing-pads.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-link-unknown-crate.rs
no-link-unknown-crate.stderr
no-link.rs diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
no-link.stderr diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
no-patterns-in-args-2.rs
no-patterns-in-args-2.stderr
no-patterns-in-args-macro.rs
no-patterns-in-args-macro.stderr
no-patterns-in-args.rs
no-patterns-in-args.stderr
no-reuse-move-arc.rs
no-reuse-move-arc.stderr
no-send-res-ports.rs
no-send-res-ports.stderr
no-std-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-std-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-std-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-std-inject.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
no-std-inject.stderr Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
no-stdio.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
no-type-for-node-ice.rs
no-type-for-node-ice.stderr
no-warn-on-field-replace-issue-34101.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
noexporttypeexe.rs
noexporttypeexe.stderr
non-built-in-quote.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
non-constant-expr-for-arr-len.rs
non-constant-expr-for-arr-len.stderr
non-constant-in-const-path.rs
non-constant-in-const-path.stderr
non-copyable-void.rs
non-copyable-void.stderr
non-integer-atomic.rs Fix naming misspelling 2019-08-22 15:03:19 +08:00
non-integer-atomic.stderr Fix naming misspelling 2019-08-22 15:03:19 +08:00
non-legacy-modes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
noncopyable-class.rs
noncopyable-class.stderr
nonscalar-cast.rs
nonscalar-cast.stderr
not-clone-closure.rs
not-clone-closure.stderr
not-copy-closure.rs
not-copy-closure.stderr
not-enough-arguments.rs
not-enough-arguments.stderr
not-sync.rs
not-sync.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
nul-characters.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nullable-pointer-ffi-compat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nullable-pointer-iotareduction.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nullable-pointer-size.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-does-not-impl-trait.rs
object-does-not-impl-trait.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
object-lifetime-default-default-to-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-lifetime-default-from-rptr-box.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-lifetime-default-from-rptr-mut.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-lifetime-default-from-rptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-method-numbering.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
object-pointer-types.rs
object-pointer-types.stderr
objects-coerce-freeze-borrored.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
objects-owned-object-borrowed-method-headerless.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
objects-owned-object-owned-method.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
obsolete-syntax-impl-for-dotdot.rs
obsolete-syntax-impl-for-dotdot.stderr
occurs-check-2.rs
occurs-check-2.stderr
occurs-check-3.rs
occurs-check-3.stderr
occurs-check.rs
occurs-check.stderr
old-suffixes-are-really-forbidden.rs
old-suffixes-are-really-forbidden.stderr
once-cant-call-twice-on-heap.rs
once-cant-call-twice-on-heap.stderr
once-move-out-on-heap.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
one-tuple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
op-assign-builtins-by-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
opeq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
operator-associativity.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
operator-multidispatch.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
operator-overloading.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
opt-in-copy.rs
opt-in-copy.stderr
optimization-fuel-0.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
optimization-fuel-0.stderr tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
optimization-fuel-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
optimization-fuel-1.stderr tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
option-ext.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
option-unwrap.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
order-dependent-cast-inference.rs
order-dependent-cast-inference.stderr
orphan-check-diagnostics.rs
orphan-check-diagnostics.stderr
osx-frameworks.rs
osx-frameworks.stderr
out-of-order-shadowing.rs
out-of-order-shadowing.stderr
out-of-stack.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
out-pointer-aliasing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
output-slot-variants.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
output-type-mismatch.rs
output-type-mismatch.stderr
over-constrained-vregs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
overlap-doesnt-conflict-with-specialization.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
overlap-marker-trait.rs
overlap-marker-trait.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
overlap-permitted-for-annotated-marker-traits.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
overloaded-calls-nontuple.rs
overloaded-calls-nontuple.stderr
owned-implies-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
panic_implementation-closures.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
panic-uninitialized-zeroed.rs add basic lint testing for misuse of mem::zeroed and mem::uninitialized 2019-08-11 12:04:49 +02:00
paren-free.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
paren-span.rs
paren-span.stderr
parenthesized-deref-suggestion.rs
parenthesized-deref-suggestion.stderr
parse-assoc-type-lt.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
parse-error-correct.rs
parse-error-correct.stderr
parse-panic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
parser-recovery-1.rs
parser-recovery-1.stderr
parser-recovery-2.rs
parser-recovery-2.stderr
parser-unicode-whitespace.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
partialeq_help.rs
partialeq_help.stderr
path-lookahead.rs
path-lookahead.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
path.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
paths-containing-nul.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
phantom-oibit.rs
phantom-oibit.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
placement-syntax.rs Bring back suggestion for splitting <- into < - 2019-08-12 10:46:34 +02:00
placement-syntax.stderr Bring back suggestion for splitting <- into < - 2019-08-12 10:46:34 +02:00
point-to-type-err-cause-on-impl-trait-return-2.rs
point-to-type-err-cause-on-impl-trait-return-2.stderr
point-to-type-err-cause-on-impl-trait-return.rs
point-to-type-err-cause-on-impl-trait-return.stderr
pptypedef.rs
pptypedef.stderr
precise_pointer_size_matching.rs
precise_pointer_size_matching.stderr pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
prim-with-args.rs
prim-with-args.stderr
primitive-binop-lhs-mut.rs
print-stdout-eprint-stderr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
priv-in-bad-locations.rs
priv-in-bad-locations.stderr
proc_macro.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
project-cache-issue-31849.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
project-cache-issue-37154.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
project-defer-unification.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ptr-coercion-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
ptr-coercion.rs
ptr-coercion.stderr
pure-sum.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
purity-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
question-mark-type-infer.rs
question-mark-type-infer.stderr
range_inclusive_gate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
range_inclusive.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
range-type-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
range.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ranges-precedence.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
raw-fat-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
raw-str.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rcvr-borrowed-to-region.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reachable-unnameable-items.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reachable-unnameable-type-alias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
readalias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
realloc-16687.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reassign-ref-mut.rs
reassign-ref-mut.stderr
reexport-should-still-link.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reexport-star.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reexport-test-harness-main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ref-suggestion.rs
ref-suggestion.stderr
refer-to-other-statics-by-value.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
refutable-pattern-errors.rs pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
refutable-pattern-errors.stderr pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
refutable-pattern-in-fn-arg.rs
refutable-pattern-in-fn-arg.stderr
regions-fn-subtyping-return-static-fail.rs
regions-fn-subtyping-return-static-fail.stderr
reject-specialized-drops-8142.rs
reject-specialized-drops-8142.stderr
removing-extern-crate.fixed Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
removing-extern-crate.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
removing-extern-crate.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
repeat_count.rs
repeat_count.stderr
repeat-expr-in-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
repeat-to-run-dtor-twice.rs rustc_mir: Re-use report_selection_error. 2019-07-07 19:51:31 +01:00
repeat-to-run-dtor-twice.stderr rustc_mir: Re-use report_selection_error. 2019-07-07 19:51:31 +01:00
repr_c_int_align.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
repr.rs
repr.stderr
required-lang-item.rs
required-lang-item.stderr
resolve_self_super_hint.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
resolve_self_super_hint.stderr Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
resolve-issue-2428.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
resolve-pseudo-shadowing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
resource-assign-is-not-copy.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
resource-destruct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
result-opt-conversions.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ret-bang.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ret-non-nil.rs
ret-non-nil.stderr
ret-none.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
retslot-cast.rs
retslot-cast.stderr
return-nil.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rfc1623.rs
rfc1623.stderr
rmeta_lib.rs
rmeta_lib.stderr
rmeta_meta_main.rs
rmeta_meta_main.stderr
rmeta-lib-pass.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rmeta-pass.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rmeta-priv-warn.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rmeta-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
rmeta.rs
rmeta.stderr
running-with-no-runtime.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rustc-args-required-const2.rs
rustc-args-required-const2.stderr
rustc-args-required-const.rs
rustc-args-required-const.stderr
rustc-error.rs
rustc-error.stderr
rustc-rust-log.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rvalue-static-promotion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
safe-extern-statics-mut.rs
safe-extern-statics-mut.stderr
safe-extern-statics.rs
safe-extern-statics.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
semistatement-in-lambda.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
seq-args.rs
seq-args.stderr
seq-compare.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shadow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shadowed-use-visibility.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shebang.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
shift-various-bad-types.rs
shift-various-bad-types.stderr
short-error-format.rs
short-error-format.stderr
signal-alternate-stack-cleanup.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
signal-exit-status.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sigpipe-should-be-ignored.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
simd-type-generic-monomorphisation.rs
simd-type-generic-monomorphisation.stderr
simd-type.rs
simd-type.stderr
similar-tokens.rs
similar-tokens.stderr
simple_global_asm.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
simple-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
single-primitive-inherent-impl.rs
single-primitive-inherent-impl.stderr
size-and-align.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sized-borrowed-pointer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sized-cycle-note.rs
sized-cycle-note.stderr
sized-owned-pointer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sleep.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
slice-2.rs
slice-2.stderr
slice-mut-2.rs
slice-mut-2.stderr
slice-mut.rs
slice-mut.stderr
slightly-nice-generic-literal-messages.rs
slightly-nice-generic-literal-messages.stderr
slowparse-bstring.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
slowparse-string.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
sse2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
stability-in-private-module.rs
stability-in-private-module.stderr
stable-addr-of.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
stable-features.rs
stable-features.stderr
static_sized_requirement.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
staticness-mismatch.rs
staticness-mismatch.stderr
std-uncopyable-atomics.rs
std-uncopyable-atomics.stderr
stdio-is-blocking.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
stmt_expr_attrs_no_feature.rs
stmt_expr_attrs_no_feature.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
str-concat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
str-multiline.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
string-box-error.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
string-escapes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
struct-ctor-mangling.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
struct-literal-variant-in-if.rs
struct-literal-variant-in-if.stderr
structured-compare.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
substs-ppaux.normal.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
substs-ppaux.rs
substs-ppaux.verbose.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
suffixed-literal-meta.rs
suffixed-literal-meta.stderr
super-at-top-level.rs
super-at-top-level.stderr
super-fast-paren-parsing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
super.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
supported-cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
suppressed-error.rs
suppressed-error.stderr
svh-add-nothing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
swap-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
swap-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
swap-overlapping.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
switched-expectations.rs
switched-expectations.stderr
syntax-extension-minor.rs
syntax-extension-minor.stderr
syntax-trait-polarity-feature-gate.rs
syntax-trait-polarity-feature-gate.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
syntax-trait-polarity.rs
syntax-trait-polarity.stderr
synthetic-param.rs
synthetic-param.stderr
tag-that-dare-not-speak-its-name.rs
tag-that-dare-not-speak-its-name.stderr
tag-type-args.rs
tag-type-args.stderr
tag-variant-cast-non-nullary.rs
tag-variant-cast-non-nullary.stderr
tag-variant-disr-dup.rs
tag-variant-disr-dup.stderr
tail-call-arg-leak.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tail-cps.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tail-direct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tail-typeck.rs
tail-typeck.stderr
target-feature-gate.rs
target-feature-gate.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
target-feature-wrong.rs normalize use of backticks in compiler messages for librustc_typecheck 2019-07-07 18:27:21 +02:00
target-feature-wrong.stderr normalize use of backticks in compiler messages for librustc_typecheck 2019-07-07 18:27:21 +02:00
tcp-stress.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
terminate-in-initializer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
terr-in-field.rs
terr-in-field.stderr
terr-sorts.rs
terr-sorts.stderr
test-allow-dead-extern-static-no-warning.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-allow-fail-attr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-attr-non-associated-functions.rs normalize use of backticks in compiler messages for libsyntax_ext 2019-07-15 23:11:29 +02:00
test-attr-non-associated-functions.stderr normalize use of backticks in compiler messages for libsyntax_ext 2019-07-15 23:11:29 +02:00
test-cfg.rs
test-cfg.stderr
test-fn-signature-verification-for-explicit-return-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-main-not-dead-attr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-main-not-dead.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-on-macro.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
test-on-macro.stderr normalize use of backticks in compiler messages for libsyntax_ext 2019-07-15 23:11:29 +02:00
test-runner-hides-buried-main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-runner-hides-main.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-runner-hides-start.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-should-fail-good-message.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-should-panic-attr.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
test-should-panic-attr.stderr
test-vs-cfg-test.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
test-warns-dead-code.rs
test-warns-dead-code.stderr
thin-lto-global-allocator.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
thread-local-in-ctfe.nll.stderr
thread-local-in-ctfe.rs
thread-local-in-ctfe.stderr
thread-local-mutation.rs
thread-local-mutation.stderr
thread-local-not-in-prelude.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tool_attributes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tool_lints_2018_preview.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tool_lints-fail.rs
tool_lints-fail.stderr
tool_lints-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
tool_lints.rs
tool_lints.stderr
trace_macros-format.rs
trace_macros-format.stderr
trace_macros-gate.rs
trace_macros-gate.stderr resolve: Divide macro path resolution into speculative and error reporting parts 2019-07-11 00:12:08 +03:00
trailing-comma.rs Use new 'p @ ..' syntax in tests. 2019-07-28 06:53:39 +02:00
trait-method-number-parameters.rs
trait-method-number-parameters.stderr
transmute-equal-assoc-types.rs
transmute-equal-assoc-types.stderr
transmute-non-immediate-to-immediate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
transmute-specialization.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
trivial_casts-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
trivial_casts.rs
trivial_casts.stderr
trivial-message.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try_from.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-from-int-error-partial-eq.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-is-identifier-edition2015.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-on-option.rs
try-on-option.stderr
try-operator-custom.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-operator-hygiene.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-operator-on-main.rs
try-operator-on-main.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
try-operator.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
try-poll.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
try-wait.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tup.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tuple-index-fat-types.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tuple-index.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tutorial-suffix-inference-test.rs
tutorial-suffix-inference-test.stderr
tydesc-name.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type_length_limit.rs
type_length_limit.stderr
type-ascription.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-id-higher-rank-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-id-higher-rank.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-in-nested-module.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-infer-generalize-ty-var.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-namespace.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-param-constraints.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-param.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-params-in-for-each.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-sizes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-use-i1-versus-i8.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeck_type_placeholder_1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeck-closure-to-unsafe-fn-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeck-fn-to-unsafe-fn-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeclasses-eq-example-static.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeclasses-eq-example.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typeid-intrinsic.rs check against more collisions for TypeId of fn pointer 2019-08-09 20:10:39 +02:00
typestate-cfg-nesting.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
typestate-multi-decl.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ufcs-polymorphic-paths.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ufcs-type-params.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ui-testing-optout.rs
ui-testing-optout.stderr
unary-minus-suffix-inference.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unconstrained-none.rs
unconstrained-none.stderr
unconstrained-ref.rs
unconstrained-ref.stderr
underscore-ident-matcher.rs
underscore-ident-matcher.stderr
underscore-lifetimes.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
underscore-method-after-integer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unevaluated_fixed_size_array_len.rs
unevaluated_fixed_size_array_len.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
unify-return-ty.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
uninit-empty-types.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unique-object-noncopyable.rs
unique-object-noncopyable.stderr
unique-pinned-nocopy.rs
unique-pinned-nocopy.stderr
unit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unknown-language-item.rs
unknown-language-item.stderr
unknown-lint-tool-name.rs
unknown-lint-tool-name.stderr
unknown-tool-name.rs
unknown-tool-name.stderr
unnamed_argument_mode.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unnecessary-extern-crate.rs
unnecessary-extern-crate.stderr
unop-move-semantics.rs
unop-move-semantics.stderr
unop-neg-bool.rs
unop-neg-bool.stderr
unreachable-code-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unreachable-code.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unrestricted-attribute-tokens.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
unsafe-coercion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsafe-fn-called-from-unsafe-blk.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsafe-fn-called-from-unsafe-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsafe-pointer-assignability.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsized2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsized3-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
unsized3.rs
unsized3.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07:00
unsized5.rs
unsized5.stderr
unsized6.rs
unsized6.stderr
unsized7.rs
unsized7.stderr
unsized-tuple-impls.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unsized.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unspecified-self-in-trait-ref.rs
unspecified-self-in-trait-ref.stderr
unsupported-cast.rs
unsupported-cast.stderr
unused-move-capture.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unused-move.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unwind-resource.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unwind-unique.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use_inline_dtor.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-crate-name-alias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-import-export.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-keyword-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-mod.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-nested-groups.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
use-self-in-inner-fn.rs
use-self-in-inner-fn.stderr
use.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
used.rs
used.stderr
useless-comment.rs
useless-comment.stderr
useless-pub.rs
useless-pub.stderr
user-defined-macro-rules.rs syntax: Unsupport foo! bar { ... } macros in the parser 2019-07-01 12:20:54 +03:00
using-target-feature-unstable.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
utf8_chars.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
utf8_idents-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
utf8_idents.rs
utf8_idents.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
utf8-bom.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
utf8.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
variance-intersection-of-ref-and-opt-ref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
variance-iterators-in-libcore.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
vector-cast-weirdness.rs
vector-cast-weirdness.stderr
vector-no-ann.rs
vector-no-ann.stderr
volatile-fat-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
vtable-res-trait-param.rs
vtable-res-trait-param.stderr
wait-forked-but-failed-child.rs bypass x86stdcall.rs for vxworks 2019-07-28 10:05:29 -07:00
walk-struct-literal-with.rs
walk-struct-literal-with.stderr
warn-ctypes-inhibit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
warn-path-statement.rs
warn-path-statement.stderr
wasm-custom-section-relocations.rs
wasm-custom-section-relocations.stderr
wasm-import-module.rs
wasm-import-module.stderr normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
weak-lang-item.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
weak-new-uninhabited-issue-48493.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
weird-exit-code.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
weird-exprs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
wf-bound-region-in-object-type.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
while-let.rs
while-let.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
while-type-error.rs
while-type-error.stderr
windows-subsystem-invalid.rs
windows-subsystem-invalid.stderr
wrapping-int-api.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
write-fmt-errors.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
write-to-static-mut-in-static.rs
write-to-static-mut-in-static.stderr
writealias.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
writing-to-immutable-vec.rs
writing-to-immutable-vec.stderr
wrong-hashset-issue-42918.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
wrong-mul-method-signature.rs
wrong-mul-method-signature.stderr
wrong-ret-type.rs
wrong-ret-type.stderr
x86stdcall2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
x86stdcall.rs bypass x86stdcall.rs for vxworks 2019-07-28 10:05:29 -07:00
xc-private-method2.rs
xc-private-method2.stderr
xc-private-method.rs
xc-private-method.stderr
yield1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
z-crate-attr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00