rust/src/test/ui
Tomasz Miąsko 427952e808 Make error and warning annotations mandatory in UI tests
This change makes error and warning annotations mandatory in UI tests.
The only exception are tests that use error patterns to match compiler
output and don't have any annotations.
2019-11-10 21:01:02 +01:00
..
abi improper_ctypes: extern "C" fns 2019-11-05 12:44:02 +00:00
alloc-error Update tests 2019-03-11 23:10:26 +03:00
allocator Remove with_legacy_ctxt 2019-09-15 09:15:38 +01: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 Add test for issue-51431 2019-10-22 17:05:03 +09:00
associated-const Add test for issue-63496 2019-10-22 18:52:08 +09:00
associated-consts tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
associated-item Add test for issue-48027 2019-10-14 10:47:14 +09:00
associated-type Update stderr files with --bless 2019-08-16 10:54:20 +01:00
associated-type-bounds Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
associated-types Rollup merge of #65994 - estebank:where-bound, r=nikomatsakis 2019-11-09 07:18:29 +01:00
ast-json Derive Rustc{En,De}codable for TokenStream. 2019-10-21 06:54:41 +11:00
async-await Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
attributes Address review comments 2019-11-09 18:19:34 +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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
bench tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bind-by-move Update tests wrt. bind_by_by_move_pattern_guards stabilization. 2019-09-08 01:39:24 +02:00
binding Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton 2019-10-29 12:01:38 -07:00
binop Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
blind
block-result review comments: typo and rewording 2019-08-09 07:18:05 -07:00
borrowck Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
builtin-superkinds Handle more cases 2019-10-15 13:55:43 -07:00
c-variadic Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
cast normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
cfg syntax: Support modern attribute syntax in the meta matcher 2019-09-30 22:58:22 +03:00
chalkify On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
closure-expected-type Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
closure_context Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
closures consistent handling of missing sysroot spans 2019-11-02 23:15:45 +01:00
codemap_tests Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
coerce tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
coercion Organize never_type tests 2019-10-15 16:58:14 +02:00
coherence Stabilize the re_rebalance_coherence feature 2019-10-31 17:11:21 +01:00
compare-method Update tests 2019-11-02 13:23:28 +07:00
conditional-compilation Update error annotations in tests that successfully compile 2019-11-02 10:28:29 +01:00
confuse-field-and-method Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
const-generics Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
consts Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
cross normalize use of backticks for compiler messages in remaining modules 2019-07-23 23:09:59 +02:00
cross-crate ui test formulation of regression test for issue 64872. 2019-11-01 15:06:21 +01:00
custom_test_frameworks
cycle-trait Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
definition-reachable Fix various issues with making items reachable through macros 2019-08-05 23:50:47 +01:00
dep-graph Update tests 2019-03-30 18:43:26 +01:00
deprecation Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
derived-errors Implement CRs 2019-09-28 14:39:19 +03:00
derives also adjust ignore in generated tests 2019-11-02 23:20:28 +01:00
deriving tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
did_you_mean Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
directory_ownership Update tests 2019-03-11 23:10:26 +03:00
disallowed-deconstructing Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
discrim Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
dollar-crate hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
drop Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
dropck Talk about specific types and remove lifetimes from output 2019-10-28 09:57:36 -07:00
dst Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
duplicate Move type parameter shadowing errors to resolve 2019-08-17 09:12:32 +01:00
dyn-keyword Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
dynamically-sized-types tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
editions Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
empty Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
enum update ui tests 2019-10-16 13:56:14 +02:00
enum-discriminant Rebase fallout 2019-11-06 11:04:42 +01:00
error-codes Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomatsakis 2019-11-09 05:57:14 +00:00
exclusive-range And --bless tests accordingly for those exceptions. 2019-07-28 06:53:39 +02:00
explicit Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
extenv Always emit unresolved import errors and hide unused import lint 2019-09-08 11:11:26 -07:00
extern Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
feature-gate Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
feature-gates Address review comments 2019-11-09 18:19:34 +03:00
fmt Tweak format string error to point at arguments always 2019-10-23 17:32:33 -07:00
fn Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
for When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
for-loop-while Organize never_type tests 2019-10-15 16:58:14 +02:00
foreign Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
fully-qualified-type Improve the "try using a variant of the expected type" hint. 2019-10-28 18:43:51 +01:00
functional-struct-update Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
functions-closures Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00:00
generator Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
generic Make wording less confusing 2019-09-11 00:29:35 +01:00
generics Slides path lifetime to the lifetime resolver 2019-10-15 13:59:32 +00: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 Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
hrtb Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
hygiene Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
if Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakis 2019-11-09 07:18:32 +01:00
impl-header-lifetime-elision Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
impl-trait Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
imports Rollup merge of #66007 - estebank:remove-here, r=Centril 2019-11-08 16:50:35 +01:00
in-band-lifetimes consistent handling of missing sysroot spans 2019-11-02 23:15:45 +01:00
include-macros Add regression test for include_str! normalization 2019-08-15 10:42:31 +03:00
inference Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
infinite Change to use exprPrecedence instead of exprKind. 2019-10-01 05:00:22 -04:00
interior-mutability consistent handling of missing sysroot spans 2019-11-02 23:15:45 +01:00
internal normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
intrinsics UI failures fix 2019-10-23 10:19:45 -07:00
invalid Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
invalid-module-declaration Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
invalid-self-argument review comments: move back some methods and clean up wording 2019-05-25 12:15:06 -07:00
issues Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
iterators Add UI test for array.into_iter() lint 2019-11-06 14:43:52 +01:00
keyword Rollup merge of #65640 - estebank:recover-missing-semi, r=Centril 2019-10-28 21:35:58 +01:00
kindck Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis 2019-10-23 13:34:27 +00:00
label Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
layout Regression test for issue 60431. 2019-07-12 11:45:02 +02:00
lifetimes Point at the trait item and tweak wording 2019-10-29 10:19:58 -07:00
linkage-attr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
lint Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
liveness Do not trigger unreachable lint in async body and Use span labels 2019-09-21 13:04:04 -07:00
loops Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
lub-glb Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
macro_backtrace Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
macros Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
malformed Rollup merge of #66007 - estebank:remove-here, r=Centril 2019-11-08 16:50:35 +01:00
manual
marker_trait_attr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -07:00
match Improve the "try using a variant of the expected type" hint. 2019-10-28 18:43:51 +01:00
methods Improve the "try using a variant of the expected type" hint. 2019-10-28 18:43:51 +01:00
mir improper_ctypes: extern "C" fns 2019-11-05 12:44:02 +00:00
mir-dataflow Bless test 2019-10-03 15:51:11 -07:00
mismatched_types Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
missing Rollup merge of #66007 - estebank:remove-here, r=Centril 2019-11-08 16:50:35 +01:00
missing_non_modrs_mod
mod Update ui tests 2019-10-17 14:19:27 +02:00
modules tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
moves Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
mut On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
namespace Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
never_type Use check-pass for never type tests 2019-11-03 10:20:11 +01:00
nll Rollup merge of #66087 - tmiasko:ui-mode, r=Centril 2019-11-07 14:27:24 +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
not-panic Tweak wording 2019-10-09 10:17:29 -07:00
numbers-arithmetic Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
numeric Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
object-lifetime Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
object-safety RFC 2027: "first draft" of implementation 2019-10-22 15:24:33 -04:00
obsolete-in-place Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
on-unimplemented Rollup merge of #66007 - estebank:remove-here, r=Centril 2019-11-08 16:50:35 +01:00
or-patterns Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01: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 getting more context for duplicate lang items (fixes #60561) 2019-09-27 22:56:23 +08:00
panic-runtime Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
panics test unwind(abort) with Rust ABI 2019-10-12 21:02:38 +02:00
parser Rollup merge of #66007 - estebank:remove-here, r=Centril 2019-11-08 16:50:35 +01:00
pattern Auto merge of #65759 - tmiasko:ui, r=petrochenkov 2019-11-03 15:14:09 +00:00
print-fuel Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
print_type_sizes Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
privacy Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
proc-macro Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper 2019-11-10 15:53:35 +00:00
process issue-2214.rs: lgamma is lgamma on vxWorks 2019-07-31 19:19:40 -07:00
pub Change E0741 into E0742 2019-10-29 13:59:40 +01:00
qualified Improve pretty-printing for compound qualified paths. 2019-10-28 18:44:08 +01:00
range Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
reachable Organize never_type tests 2019-10-15 16:58:14 +02:00
recursion Suggest if let on let refutable binding 2019-10-09 12:25:48 -07:00
regions Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
repr Update ui tests 2019-10-20 13:01:21 +02:00
reserved Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
resolve Rollup merge of #66007 - estebank:remove-here, r=Centril 2019-11-08 16:50:35 +01:00
return Remove double trailing newlines 2019-04-22 16:57:01 +01:00
rfc-0107-bind-by-move-pattern-guards Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper 2019-09-09 12:46:59 +00:00
rfc-1937-termination-trait consistent handling of missing sysroot spans 2019-11-02 23:15:45 +01:00
rfc-2005-default-binding-mode Use new 'p @ ..' syntax in tests. 2019-07-28 06:53:39 +02:00
rfc-2008-non-exhaustive Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
rfc-2027-object-safe-for-dispatch RFC 2027: "first draft" of implementation 2019-10-22 15:24:33 -04:00
rfc-2091-track-caller caller_location: point to macro invocation sites, like file!/line!. 2019-10-30 18:54:40 +02:00
rfc-2093-infer-outlives Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
rfc-2126-crate-paths Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
rfc-2126-extern-absolute-paths diagnostics: Describe crate root modules in DefKind::Mod as "crate" 2019-08-10 23:17:20 +03:00
rfc-2306 Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
rfc-2361-dbg-macro Update dbg macro test to use check-run-results flag for run-pass test 2019-08-28 15:00:40 -04:00
rfc-2497-if-let-chains Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
rfc-2565-param-attrs Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
rfc-2627-raw-dylib Add more tests, fix span issue, improve diagnostics. 2019-10-07 12:01:57 +08:00
rfc1445 Migrate from #[structural_match] attribute a lang-item trait. 2019-10-25 14:52:07 +02:00
rfc1598-generic-associated-types Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
rfc1717 normalize use of backticks in compiler messages for librustc_metadata 2019-07-19 22:24:56 +02:00
rfcs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
rust-2018 Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
save-analysis save-analysis: Account for async desugaring in async fn return types 2019-10-29 16:25:37 +01:00
self Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
sepcomp Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
shadowed Fixed grammar in one diagnostic and blessed tests. 2019-09-30 01:15:25 +01:00
simd Remove erroneous error-pattern from run-pass test 2019-11-02 10:28:28 +01:00
simd-intrinsic Remove vector fadd/fmul reduction workarounds 2019-07-20 18:49:50 +02:00
single-use-lifetime Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor 2019-11-01 11:20:07 -07:00
span Remove #[feature(custom_attribute)] 2019-11-09 17:50:51 +03:00
specialization Handle more cases 2019-10-15 13:55:43 -07:00
stability-attribute Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank 2019-09-28 22:12:02 +02:00
static Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril 2019-10-14 07:36:54 +02:00
statics Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
str Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
structs Update tests 2019-11-02 13:23:28 +07:00
structs-enums UI failures fix 2019-10-23 10:19:45 -07:00
suggestions Rollup merge of #66007 - estebank:remove-here, r=Centril 2019-11-08 16:50:35 +01:00
svh hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
symbol-names EFIAPI: Fix symbolname tests 2019-10-25 18:57:54 +00:00
target-feature hir: Disallow target_feature on constants 2019-09-26 16:55:52 +01:00
terminal-width Further unicode checks 2019-08-21 11:56:20 -07:00
test-attrs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01: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 ui tests 2019-10-16 13:56:14 +02:00
traits Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichton 2019-11-08 13:42:16 +09:00
transmute normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
trivial-bounds Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
try-block Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
tuple Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
type Rollup merge of #66007 - estebank:remove-here, r=Centril 2019-11-08 16:50:35 +01:00
type-alias Blessed tests. 2019-07-06 16:16:12 +01:00
type-alias-enum-variants Rollup merge of #66087 - tmiasko:ui-mode, r=Centril 2019-11-07 14:27:24 +01:00
type-alias-impl-trait Don't assert for different instance on impl trait alias 2019-10-25 01:15:37 +08:00
typeck Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
ufcs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
unboxed-closures Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
underscore-imports Add more tests for underscore imports 2019-10-13 21:37:26 +01:00
underscore-lifetime update ui tests 2019-10-07 17:12:54 +02:00
uniform-paths tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
uninhabited Gather together usefulness tests 2019-10-27 21:20:26 +00:00
union Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
unique tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unresolved Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
unsafe Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
unsized Handle more cases 2019-10-15 13:55:43 -07:00
unsized-locals tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
unused Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
use Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
variance Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
variants Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
vec update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
wf Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis 2019-10-23 13:34:27 +00:00
where-clauses Handle more cases involving impl and trait 2019-10-15 13:55:43 -07:00
xcrate
zero-sized tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
.gitattributes Fix the start/end byte positions in the compiler JSON output 2019-10-21 19:28:29 +03:00
absolute-paths-in-nested-use-groups.rs
absolute-paths-in-nested-use-groups.stderr Update tests 2019-03-11 23:10:26 +03:00
access-mode-in-closures.rs
access-mode-in-closures.stderr Remove asterisk suggestion for move errors in borrowck 2019-06-04 13:31:40 -04:00
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: add #[repr(C)] to test 2019-11-05 12:44:11 +00:00
alignment-gep-tup-like-1.rs Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00: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
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 Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08: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 Update tests 2019-03-11 23:10:26 +03:00
anonymous-higher-ranked-lifetime.rs Deduplicate closure type errors 2019-09-30 17:48:22 -07:00
anonymous-higher-ranked-lifetime.stderr Deduplicate closure type errors 2019-09-30 17:48:22 -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-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
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
artificial-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
as-precedence.rs Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00: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 update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
assign-imm-local-twice.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
assign-to-method.rs
assign-to-method.stderr Update tests 2019-03-11 23:10:26 +03:00
assignment-operator-unimplemented.rs
assignment-operator-unimplemented.stderr Update tests 2019-03-11 23:10:26 +03:00
assoc-inherent.rs
assoc-inherent.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
attr-bad-crate-attr.rc
attr-eq-token-tree.rs Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
attr-eq-token-tree.stderr Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
attr-usage-repr.rs Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07:00
attr-usage-repr.stderr Implement RFC 2645 (transparent enums and unions) 2019-06-10 22:07:24 -07:00
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 Add warning for a parameter list with an attribute but no parameters 2019-02-07 15:03:20 +01:00
attribute-with-no-generics-in-parameter-list.stderr Update tests 2019-03-11 23:10:26 +03:00
attrs-resolution-errors.rs Resolve attributes in several places 2019-09-09 09:27:15 -03:00
attrs-resolution-errors.stderr Resolve attributes in several places 2019-09-09 09:27:15 -03:00
attrs-resolution.rs Resolve attributes in several places 2019-09-09 09:27:15 -03:00
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 update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
augmented-assignments.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 Give method not found a primary span label 2019-09-08 18:27:02 -07:00
auto-trait-validation.rs
auto-trait-validation.stderr Update ui tests 2019-10-10 15:56:59 +02:00
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 Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
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 Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
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 Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
block-expr-precedence.stderr Update tests for excess semicolon lint 2019-08-12 10:14:07 -04:00
block-expression-remove-semicolon.rs Add a test for #26577 2019-03-12 18:34:43 +00:00
block-expression-remove-semicolon.stderr Remove compiletest comments from tests 2019-03-12 19:06:13 +00:00
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 improve unknown enum variant errors 2019-04-09 14:19:20 -04:00
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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
bounds-lifetime.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
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 Avoid ICE when checking Destination of break inside a closure 2019-10-17 18:18:29 -07:00
break-outside-loop.stderr Avoid ICE when checking Destination of break inside a closure 2019-10-17 18:18:29 -07:00
break-while-condition.rs
break-while-condition.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07: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 update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
by-move-pattern-binding.stderr Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
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
can-begin-expr-check.rs Tweak unexpected token wording 2019-10-28 10:53:13 -07:00
can-begin-expr-check.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
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 update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
cannot-mutate-captured-non-mut-var.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
casts-differing-anon.stderr Update tests 2019-03-11 23:10:26 +03:00
casts-issue-46365.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
casts-issue-46365.stderr Update tests 2019-03-11 23:10:26 +03:00
catch-unwind-bang.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
cdylib-deps-must-be-static.rs Added ignore-sgx for appropriate tests 2019-05-16 14:29:12 -07:00
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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
char.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
char_unicode.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 update tests 2019-09-30 13:47:12 +02:00
check_const-feature-gated.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
class-cast-to-trait.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
class-method-missing.rs
class-method-missing.stderr
class-missing-self.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
class-missing-self.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
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 update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
cleanup-rvalue-scopes-cf.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 Add lint for unnecessary parens around types 2019-10-29 18:11:12 +00:00
closure-expected.rs
closure-expected.stderr When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
closure_promotion.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
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 Const-stabilize String::new. 2019-09-16 16:45:16 +02: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 update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
conflicting-repr-hints.rs
conflicting-repr-hints.stderr Update ui tests 2019-10-23 16:22:23 +02:00
conservative_impl_trait.rs
conservative_impl_trait.stderr
constructor-lifetime-args.rs
constructor-lifetime-args.stderr
continue-after-missing-main.nll.stderr Avoid mixing error patterns with error annotations 2019-11-03 10:20:11 +01:00
continue-after-missing-main.rs Avoid mixing error patterns with error annotations 2019-11-03 10:20:11 +01:00
continue-after-missing-main.stderr Avoid mixing error patterns with error annotations 2019-11-03 10:20:11 +01:00
conversion-methods.rs
conversion-methods.stderr Change to use exprPrecedence instead of exprKind. 2019-10-01 05:00:22 -04:00
copy-a-resource.rs
copy-a-resource.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
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-multisegment.rs Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
custom-attribute-multisegment.stderr Remove unused #![feature(custom_attribute)]s 2019-06-08 23:55:24 +03:00
custom-test-frameworks-simple.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
custom_attribute.rs resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
custom_attribute.stderr resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
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 Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
cycle-projection-based-on-where-clause.stderr Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
debuginfo-lto.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07: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
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 Update tests 2019-03-11 23:10:26 +03:00
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 Expand test 2019-03-27 19:44:08 -07:00
deref-suggestion.stderr Expand test 2019-03-27 19:44:08 -07:00
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 Update error annotations in tests that successfully compile 2019-11-02 10:28:29 +01: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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
destructure-trait-ref.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04: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 Update tests 2019-03-11 23:10:26 +03:00
does-nothing.rs
does-nothing.stderr
dont-suggest-private-trait-method.rs
dont-suggest-private-trait-method.stderr Tweak spans for E0599 2019-03-23 13:05:29 -07:00
dotdotdot-expr.rs
dotdotdot-expr.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
double-import.rs
double-import.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Mark duplicate import removal suggestion tool only 2019-03-23 13:05:30 -07:00
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 getting more context for duplicate lang items (fixes #60561) 2019-09-27 22:56:23 +08:00
dyn-trait-compatibility.rs
dyn-trait-compatibility.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
elide-errors-on-mismatched-tuple.stderr
elided-test.rs
elided-test.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
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 Make -Zemit-artifact-notifications also emit the artifact type 2019-05-21 13:51:36 -07:00
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 Make -Zemit-artifact-notifications also emit the artifact type 2019-05-21 13:51:36 -07: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
empty_global_asm.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 Tweak heuristics for less noise 2019-10-14 14:48:45 -07:00
enums-pats-not-idents.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
enums-pats-not-idents.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
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 Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
error-festival.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
error-should-say-copy-not-pod.rs
error-should-say-copy-not-pod.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
estr-subtyping.rs
estr-subtyping.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
exec-env.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
expanded-cfg.rs compiletest: Validate pass modes harder 2019-06-16 12:23:22 +03:00
explain.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
explain.stdout Fix typos 2019-06-13 00:37:30 +09:00
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 Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
explore-issue-38412.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
export-fully-qualified.rs
export-fully-qualified.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
export.rs
export.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
export2.rs
export2.stderr Update tests 2019-03-11 23:10:26 +03:00
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
expr_attr_paren_order.rs
expr_attr_paren_order.stderr Bring attention to suggestions when the only difference is capitalization 2019-10-13 21:48:39 -07: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 resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
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 Move one test from run-make-fulldeps to ui 2019-03-21 23:36:50 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
extoption_env-too-many-args.rs
extoption_env-too-many-args.stderr Update tests 2019-03-11 23:10:26 +03:00
fact.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
fail-simple.rs
fail-simple.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
fat-ptr-cast.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
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 parser: don't hardcode ABIs into grammar 2019-11-07 05:25:31 +01:00
ffi_returns_twice.rs Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
ffi_returns_twice.stderr Update ui tests 2019-04-23 11:42:14 +01:00
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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
fn-in-pat.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
fn-in-pat.stderr Improve the "try using a variant of the expected type" hint. 2019-10-28 18:43:51 +01:00
fn_must_use.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
fn_must_use.stderr Update tests 2019-03-11 23:10:26 +03:00
foreign-fn-return-lifetime.fixed
foreign-fn-return-lifetime.rs
foreign-fn-return-lifetime.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
gated-bad-feature.stderr update ui tests 2019-10-03 14:11:39 +02:00
generator-yielding-or-returning-itself.rs Trust signature over return expr for generators. 2019-05-07 07:44:12 +01:00
generator-yielding-or-returning-itself.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
glob-cycles.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
glob-resolve1.rs
glob-resolve1.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
global-scope.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 Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
hashmap-iter-value-lifetime.rs
hashmap-iter-value-lifetime.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
hashmap-lifetimes.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
hashmap-lifetimes.rs
hashmap-lifetimes.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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-injection.rs
hidden-rt-injection.stderr Update tests 2019-03-11 23:10:26 +03:00
hidden-rt-injection2.rs
hidden-rt-injection2.stderr Update tests 2019-03-11 23:10:26 +03:00
higher-lifetime-bounds.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
higher-lifetime-bounds.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
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 Avoid matching type in huge-struct test error annotation 2019-11-03 10:20:11 +01: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 Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
if-ret.stderr Do not trigger unreachable lint in async body and Use span labels 2019-09-21 13:04:04 -07: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 Update tests 2019-03-11 23:10:26 +03:00
immut-function-arguments.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
immut-function-arguments.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
impl-bounds-checking.rs
impl-bounds-checking.stderr Update tests 2019-03-11 23:10:26 +03:00
impl-duplicate-methods.rs
impl-duplicate-methods.stderr
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 Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
import.rs use structured suggestions for E0432 2019-03-09 11:05:30 -05:00
import.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
import2.rs
import2.stderr Update tests 2019-03-11 23:10:26 +03:00
import3.rs
import3.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
import4.rs
import4.stderr
impossible_range.rs
impossible_range.stderr Update tests 2019-03-11 23:10:26 +03:00
in-band-lifetimes.rs Replace "existential" by "opaque" 2019-08-02 02:44:36 +01:00
inc-range-pat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
include-single-expr-helper-1.rs Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
include-single-expr-helper.rs Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
include-single-expr.rs Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
include-single-expr.stderr Warn if include macro fails to include entire file 2019-10-07 19:47:53 -04:00
index-bot.rs
index-bot.stderr Update tests 2019-03-11 23:10:26 +03:00
index-help.rs
index-help.stderr Update tests 2019-03-11 23:10:26 +03:00
index_message.rs
index_message.stderr Update tests 2019-03-11 23:10:26 +03:00
indexing-requires-a-uint.rs Make str indexing generic on SliceIndex. 2019-01-19 04:16:05 -05:00
indexing-requires-a-uint.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
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 Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
inner-static-type-parameter.stderr resolve: prohibit foreign statics w/ generics 2019-10-08 18:46:24 +01:00
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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
integral-indexing.rs Make str indexing generic on SliceIndex. 2019-01-19 04:16:05 -05:00
integral-indexing.stderr Update tests 2019-03-11 23:10:26 +03:00
integral-variable-unification-error.rs
integral-variable-unification-error.stderr
intrinsics-always-extern.rs Ban non-extern rust intrinsics 2019-09-14 11:47:02 -04:00
intrinsics-always-extern.stderr Ban non-extern rust intrinsics 2019-09-14 11:47:02 -04:00
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 Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
invalid_crate_type_syntax.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
invalid_dispatch_from_dyn_impls.rs Only allow ZSTs with 1 byte alignment 2019-04-30 14:38:17 +02:00
invalid_dispatch_from_dyn_impls.stderr Only allow ZSTs with 1 byte alignment 2019-04-30 14:38:17 +02: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-bom-plus-crlf-multifile-aux.rs Fix the start/end byte positions in the compiler JSON output 2019-10-21 19:28:29 +03:00
json-bom-plus-crlf-multifile.rs Fix the start/end byte positions in the compiler JSON output 2019-10-21 19:28:29 +03:00
json-bom-plus-crlf-multifile.stderr Fix the start/end byte positions in the compiler JSON output 2019-10-21 19:28:29 +03:00
json-bom-plus-crlf.rs Fix the start/end byte positions in the compiler JSON output 2019-10-21 19:28:29 +03:00
json-bom-plus-crlf.stderr Fix the start/end byte positions in the compiler JSON output 2019-10-21 19:28:29 +03: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.polonius.stderr Bless json output of test ui/json-multiple.rs for Polonius 2019-09-17 19:34:12 +02: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.polonius.stderr Bless json output of test ui/json-options.rs for Polonius 2019-09-17 19:35:16 +02: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 Don't emit explain with json short messages. 2019-09-24 16:53:33 -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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
lexical-scoping.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
lifetime-before-type-params.rs Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
lifetime-before-type-params.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
lifetime_starts_expressions.rs
lifetime_starts_expressions.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
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-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-only-prints-once.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
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 Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
lub-if.rs
lub-if.stderr Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
lub-match.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
lub-match.rs
lub-match.stderr Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
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 Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
main-wrong-location.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
main-wrong-type.rs
main-wrong-type.stderr
malformed_macro_lhs.rs
malformed_macro_lhs.stderr Update tests 2019-03-11 23:10:26 +03:00
map-types.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
map-types.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
match-on-negative-integer-ranges.rs Fix bug in integer range matching 2019-02-01 20:02:21 +00:00
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 Fixed stylistic convention for one diagnostic and blessed tests. 2019-09-30 01:15:25 +01:00
maybe-bounds.rs Reinstated shallow disallowing of maybe bounds in trait objects. 2019-05-20 16:12:49 +01:00
maybe-bounds.stderr Reinstated shallow disallowing of maybe bounds in trait objects. 2019-05-20 16:12:49 +01:00
meta-expected-error-correct-rev.a.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
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-unpretty.rs
mir-unpretty.stderr Update tests 2019-03-11 23:10:26 +03:00
mir_check_nonconst.rs
mir_check_nonconst.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 Remove leading newlines 2019-04-22 17:01:33 +01:00
mod-subitem-as-enum-variant.stderr Update ui tests 2019-04-22 17:30:54 +01:00
module-macro_use-arguments.rs
module-macro_use-arguments.stderr Update tests 2019-03-11 23:10:26 +03:00
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
multidispatch-conditional-impl-not-considered.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
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 Plugins deprecation: don’t suggest simply removing the attribute 2019-10-17 14:25:40 +02:00
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 On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -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-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 Update tests 2019-03-11 23:10:26 +03:00
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 Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
nested-ty-params.stderr Resolve inconsistency in error messages between "parameter" and "variable". 2019-04-17 13:25:07 +03:00
nested_impl_trait.rs
nested_impl_trait.stderr Add detailed explaination for E0666 2019-10-26 17:44:23 -05:00
nested_item_main.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-infer.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.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-capture-arc.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
no-capture-arc.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07: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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07: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 Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
no-patterns-in-args-macro.rs
no-patterns-in-args-macro.stderr Update ui tests 2019-10-07 11:20:10 +02:00
no-patterns-in-args.rs
no-patterns-in-args.stderr Update ui tests 2019-10-07 11:20:10 +02:00
no-reuse-move-arc.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
no-reuse-move-arc.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
no-send-res-ports.rs consistent handling of missing sysroot spans 2019-11-02 23:15:45 +01:00
no-send-res-ports.stderr consistent handling of missing sysroot spans 2019-11-02 23:15:45 +01:00
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 Update tests 2019-03-11 23:10:26 +03:00
no-warn-on-field-replace-issue-34101.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
no_crate_type.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
no_crate_type.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
no_owned_box_lang_item.rs
no_owned_box_lang_item.stderr
no_send-enum.rs
no_send-enum.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
no_send-rc.rs
no_send-rc.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
no_send-struct.rs
no_send-struct.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
no_share-enum.rs
no_share-enum.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
no_share-struct.rs
no_share-struct.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07: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 Give method not found a primary span label 2019-09-08 18:27:02 -07:00
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 Give method not found a primary span label 2019-09-08 18:27:02 -07:00
nonscalar-cast.rs
nonscalar-cast.stderr Update tests 2019-03-11 23:10:26 +03:00
not-clone-closure.rs
not-clone-closure.stderr Update tests 2019-03-11 23:10:26 +03:00
not-copy-closure.rs
not-copy-closure.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
not-enough-arguments.rs
not-enough-arguments.stderr
not-sync.rs
not-sync.stderr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
object-does-not-impl-trait.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
object-pointer-types.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
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 Update tests 2019-03-11 23:10:26 +03:00
occurs-check-2.rs
occurs-check-2.stderr Change to use exprPrecedence instead of exprKind. 2019-10-01 05:00:22 -04:00
occurs-check-3.rs
occurs-check-3.stderr
occurs-check.rs
occurs-check.stderr Change to use exprPrecedence instead of exprKind. 2019-10-01 05:00:22 -04:00
offset_from.rs Make <*const/mut T>::offset_from const fn 2019-10-11 10:40:49 +02:00
old-suffixes-are-really-forbidden.rs
old-suffixes-are-really-forbidden.stderr syntax: More consistent wording for some literal parsing errors 2019-05-23 12:44:05 +03:00
once-cant-call-twice-on-heap.rs
once-cant-call-twice-on-heap.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
orphan-check-diagnostics.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
orphan-check-diagnostics.stderr Use more targeted spans for orphan rule errors 2019-10-28 09:57:36 -07:00
osx-frameworks.rs
osx-frameworks.stderr
out-of-order-shadowing.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
out-of-order-shadowing.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -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 Update tests 2019-03-11 23:10:26 +03:00
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
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 Update tests 2019-03-11 23:10:26 +03:00
parenthesized-deref-suggestion.rs Corrected spelling inconsistency 2019-01-22 09:08:52 +01:00
parenthesized-deref-suggestion.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
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 Do not complain about missing fn main() in some cases 2019-10-30 12:05:26 -07:00
parser-recovery-1.stderr Do not complain about missing fn main() in some cases 2019-10-30 12:05:26 -07:00
parser-recovery-2.rs
parser-recovery-2.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Remove useless help 2019-10-15 13:55:44 -07:00
path-lookahead.rs Use ident instead of def_span in dead-code pass 2019-10-26 21:42:52 -04:00
path-lookahead.stderr Use ident instead of def_span in dead-code pass 2019-10-26 21:42:52 -04:00
path.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
pathless-extern-ok.rs Add more --extern tests. 2019-11-07 05:51:17 -08: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 structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
placement-syntax.rs Bring back suggestion for splitting <- into < - 2019-08-12 10:46:34 +02:00
placement-syntax.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
point-to-type-err-cause-on-impl-trait-return-2.rs Do not give incorrect label for return type mismatch 2019-01-17 22:33:20 -08:00
point-to-type-err-cause-on-impl-trait-return-2.stderr Do not give incorrect label for return type mismatch 2019-01-17 22:33:20 -08:00
point-to-type-err-cause-on-impl-trait-return.rs Add match test cases 2019-09-02 17:37:50 -07:00
point-to-type-err-cause-on-impl-trait-return.stderr Add match test cases 2019-09-02 17:37:50 -07:00
pptypedef.rs
pptypedef.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
precise_pointer_size_matching.rs Lint only on single element overlap 2019-10-16 12:22:23 -07:00
precise_pointer_size_matching.stderr Lint only on single element overlap 2019-10-16 12:22:23 -07:00
prim-with-args.rs Update tests 2019-03-20 18:32:52 +00:00
prim-with-args.stderr Update tests 2019-03-20 18:32:52 +00:00
primitive-binop-lhs-mut.rs Add a test for #27054 2019-03-12 18:34:43 +00:00
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 Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
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 Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
question-mark-type-infer.stderr Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07: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
range_inclusive.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
range_inclusive_gate.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 Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07: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 update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
ref-suggestion.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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
regions-fn-subtyping-return-static-fail.rs update test files to reflect new output 2019-02-21 11:32:17 -05:00
regions-fn-subtyping-return-static-fail.stderr Update tests 2019-03-11 23:10:26 +03:00
reify-intrinsic.rs Emit error on intrinsic to fn ptr casts 2019-09-02 17:28:37 -04:00
reify-intrinsic.stderr Revert changes to src/test/ui/reify-intrinsic.stderr 2019-10-02 20:38:47 -04:00
reject-specialized-drops-8142.rs Make error apply only to impl/trait mismatch 2019-10-29 10:19:59 -07:00
reject-specialized-drops-8142.stderr Make error apply only to impl/trait mismatch 2019-10-29 10:19:59 -07:00
removing-extern-crate.fixed Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
removing-extern-crate.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
removing-extern-crate.stderr Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
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
repeat_count.rs
repeat_count.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
repr.rs Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
repr.stderr Reword malformed attribute input diagnostics 2019-05-25 11:55:50 -07:00
repr_c_int_align.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
required-lang-item.rs
required-lang-item.stderr
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
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
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 rustc: print ExistentialProjection with spaces around =, e.g. dyn Foo<A = X>. 2019-03-15 13:25:10 +02:00
return-nil.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
rfc1623.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
rfc1623.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 Update tests 2019-03-11 23:10:26 +03:00
rmeta_lib.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rmeta_lib.stderr
rmeta_meta_main.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
rmeta_meta_main.stderr Update tests 2019-03-11 23:10:26 +03:00
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-const.rs
rustc-args-required-const.stderr Update tests 2019-03-11 23:10:26 +03:00
rustc-args-required-const2.rs
rustc-args-required-const2.stderr Update tests 2019-03-11 23:10:26 +03:00
rustc-error.rs
rustc-error.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
safe-extern-statics.rs safe_extern_static -> error 2019-11-06 11:10:36 +01:00
safe-extern-statics.stderr safe_extern_static -> error 2019-11-06 11:10:36 +01: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 Update tests 2019-03-11 23:10:26 +03:00
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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
short-error-format.rs
short-error-format.stderr
signal-alternate-stack-cleanup.rs UI failures fix 2019-10-23 10:19:45 -07: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 Remove restriction on isize/usize in repr(simd) 2019-03-15 09:42:02 -04:00
simd-type.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
similar-tokens.rs
similar-tokens.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
simple-infer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
simple_global_asm.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 Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
slice-mut-2.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
slice-mut-2.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 Add test 2019-02-04 19:26:46 +09:00
stability-in-private-module.stderr Add test 2019-02-04 19:26:46 +09:00
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-backtrace.rs std: Add a backtrace module 2019-09-09 08:20:34 -07:00
std-uncopyable-atomics.rs Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
std-uncopyable-atomics.stderr Remove asterisk suggestion for move errors in borrowck 2019-06-04 13:31:40 -04:00
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 Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
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 Some cleanup to maybe_parse_struct_expr 2019-04-19 10:32:44 -07:00
struct-literal-variant-in-if.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
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 On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
substs-ppaux.rs rustc: always hide defaulted generic args, even in verbose mode. 2019-03-15 13:25:10 +02:00
substs-ppaux.verbose.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
suffixed-literal-meta.rs Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
suffixed-literal-meta.stderr Introduce #[rustc_dummy] attribute and use it in tests 2019-06-08 23:55:25 +03:00
super-at-top-level.rs
super-at-top-level.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
syntax-extension-minor.rs Remove with_legacy_ctxt 2019-09-15 09:15:38 +01:00
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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
synthetic-param.rs Improve error message for APIT with explicit generic parameters 2019-10-20 01:40:24 +01:00
synthetic-param.stderr Changed APIT with explicit generic args span to specific arg spans 2019-10-24 09:47:26 -05:00
tag-that-dare-not-speak-its-name.rs Fix error in tag-that-dare-not-speak-its-name 2019-02-28 04:06:16 +09:00
tag-that-dare-not-speak-its-name.stderr Fix error in tag-that-dare-not-speak-its-name 2019-02-28 04:06:16 +09:00
tag-type-args.rs
tag-type-args.stderr Update tests 2019-03-11 23:10:26 +03:00
tag-variant-cast-non-nullary.rs
tag-variant-cast-non-nullary.stderr Update tests 2019-03-11 23:10:26 +03:00
tag-variant-disr-dup.rs
tag-variant-disr-dup.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Point at return type when appropriate 2019-01-18 00:12:09 -08: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 Update tests 2019-03-11 23:10:26 +03:00
terr-sorts.rs
terr-sorts.stderr Only make suggestion when type is Copy. 2019-04-22 19:26:24 +01:00
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-cfg.rs
test-cfg.stderr Update tests 2019-03-11 23:10:26 +03:00
test-panic-abort-disabled.rs Put panic=abort test support behind -Z panic_abort_tests 2019-09-28 13:52:18 -07:00
test-panic-abort-disabled.stderr Put panic=abort test support behind -Z panic_abort_tests 2019-09-28 13:52:18 -07:00
test-panic-abort.rs Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr 2019-10-02 15:23:22 -04:00
test-panic-abort.run.stdout Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr 2019-10-02 15:23:22 -04:00
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.rs Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
thread-local-in-ctfe.stderr Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
thread-local-mutation.rs
thread-local-mutation.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
thread-local-not-in-prelude.rs Use ident instead of def_span in dead-code pass 2019-10-26 21:42:52 -04:00
tool_attributes.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 Update tests 2019-03-11 23:10:26 +03:00
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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
tool_lints_2018_preview.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
trace_macros-format.rs
trace_macros-format.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Update tests 2019-03-11 23:10:26 +03:00
transmute-equal-assoc-types.rs
transmute-equal-assoc-types.stderr Update tests 2019-03-11 23:10:26 +03:00
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-message.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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
trivial_casts.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04: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-diagnostics.rs Make ItemContext available for better diagnositcs. 2019-10-30 06:12:49 +00:00
try-on-option-diagnostics.stderr Make ItemContext available for better diagnositcs. 2019-10-30 06:12:49 +00:00
try-on-option.rs Give custom error for E0277 on ? error case 2019-04-17 19:50:50 -07:00
try-on-option.stderr Explain that ? converts the error type using From 2019-05-17 12:18:56 -07:00
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 Ignore obligations coming from desugared call spans 2019-09-19 12:10:23 -07:00
try-operator-on-main.stderr Point at type param when it's cause of unfulfilled obligation 2019-09-22 11:33:13 -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 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
tydesc-name.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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
type_length_limit.rs consistent handling of missing sysroot spans 2019-11-02 23:15:45 +01:00
type_length_limit.stderr bless you 2019-05-29 12:28:45 +02: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
typeck_type_placeholder_1.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 Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
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 Update tests 2019-03-11 23:10:26 +03:00
unconstrained-ref.rs
unconstrained-ref.stderr Update tests 2019-03-11 23:10:26 +03:00
underscore-ident-matcher.rs
underscore-ident-matcher.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
unique-object-noncopyable.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
unique-pinned-nocopy.rs
unique-pinned-nocopy.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
unknown-tool-name.rs
unknown-tool-name.stderr Update tests 2019-03-11 23:10:26 +03:00
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 Stabilize the alloc crate. 2019-04-12 20:07:30 +02:00
unnecessary-extern-crate.stderr
unop-move-semantics.rs Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
unop-move-semantics.stderr Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
unop-neg-bool.rs
unop-neg-bool.stderr Update tests 2019-03-11 23:10:26 +03:00
unreachable-code-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
unreachable-code-ret.rs Renamed ui/dead-code-ret to ui/unreachable-code-ret 2019-10-26 21:42:52 -04:00
unreachable-code-ret.stderr Renamed ui/dead-code-ret to ui/unreachable-code-ret 2019-10-26 21:42:52 -04: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
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
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 structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
unsized5.rs
unsized5.stderr Handle more cases 2019-10-15 13:55:43 -07:00
unsized6.rs
unsized6.stderr Use structured suggestion for restricting bounds 2019-10-15 13:55:43 -07:00
unsized7.rs
unsized7.stderr Handle more cases 2019-10-15 13:55:43 -07:00
unspecified-self-in-trait-ref.rs
unspecified-self-in-trait-ref.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
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-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 Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
use-self-in-inner-fn.stderr Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
use.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
used.rs
used.stderr Update tests 2019-03-11 23:10:26 +03:00
useless-comment.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
useless-comment.stderr Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
useless-pub.rs
useless-pub.stderr Update tests 2019-03-11 23:10:26 +03:00
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-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
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 specify "upper camel case" in style lint 2019-02-13 13:41:32 -05:00
utf8_idents.stderr Use heuristics for capitalization warning in suggestions 2019-10-14 14:32:10 -07: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 Update tests 2019-03-11 23:10:26 +03:00
vector-no-ann.rs Add more detail to type inference error 2019-05-31 18:33:59 -07:00
vector-no-ann.stderr review comment: tweak wording 2019-06-01 14:47:15 -07:00
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 When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
wait-forked-but-failed-child.rs bypass x86stdcall.rs for vxworks 2019-07-28 10:05:29 -07:00
walk-struct-literal-with.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
walk-struct-literal-with.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 Update tests 2019-03-11 23:10:26 +03:00
wasm-custom-section-relocations.rs
wasm-custom-section-relocations.stderr Update tests that don't run on my platform 2019-03-11 23:30:10 +03:00
wasm-import-module.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
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 Update error annotations positions 2019-11-03 10:20:11 +01:00
while-let.stderr Update error annotations positions 2019-11-03 10:20:11 +01: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
wrapping-int-combinations.rs Skip wrapping arithmetic tests on emscripten for 128 bit integers 2019-08-30 14:10:46 +02: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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
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 update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
writing-to-immutable-vec.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
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 Continue evaluating after item-type checking 2019-04-22 11:31:35 -07:00
wrong-mul-method-signature.stderr Continue evaluating after item-type checking 2019-04-22 11:31:35 -07:00
wrong-ret-type.rs
wrong-ret-type.stderr Point at return type when appropriate 2019-01-18 00:12:09 -08:00
x86stdcall.rs bypass x86stdcall.rs for vxworks 2019-07-28 10:05:29 -07:00
x86stdcall2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
xc-private-method.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
xc-private-method.stderr
xc-private-method2.rs Moved issue tests to subdirs and normalised names. 2019-03-14 01:00:49 +00:00
xc-private-method2.stderr
yield.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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
z-crate-attr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00