| .. |
|
alloc-error
|
Point at def span on incorrect panic or alloc error handler
|
2018-08-30 16:00:09 -07:00 |
|
allocator
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
asm
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
associated-const
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
associated-item
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
associated-type
|
Reword and fix test
|
2018-11-22 14:14:27 -08:00 |
|
associated-types
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
attrs-with-no-formal-in-generics
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
auxiliary
|
Move some tests from ui-fulldeps to ui
|
2018-12-09 19:56:30 +03:00 |
|
await-keyword
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
bad
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
bind-by-move
|
On nightly with NLL, suggest #![feature(bind_by_move_pattern_guards)] when it might fix the code.
|
2018-09-17 13:46:50 +02:00 |
|
binop
|
Make ui/binop-move-semantics.rs robust w.r.t. NLL.
|
2018-11-05 15:26:02 +01:00 |
|
blind
|
fix other tests failing due to change in case or new suggestion for extern crate
|
2018-10-17 01:21:40 +02:00 |
|
block-result
|
in which the E0618 "expected function" diagnostic gets a makeover
|
2018-11-10 22:12:33 -08:00 |
|
borrowck
|
Make determining the discriminant a normal Shallow read
|
2018-12-13 20:53:07 +00:00 |
|
builtin-superkinds
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cast
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
chalkify
|
Implement ProjectionEq-Normalize
|
2018-11-13 20:33:21 +01:00 |
|
check_match
|
|
|
|
closure-expected-type
|
Update output for borrowck=migrate compare mode.
|
2018-10-17 00:57:32 +02:00 |
|
closure_context
|
Add by-value captured variable note on second use.
|
2018-10-18 18:21:14 +02:00 |
|
closures
|
Update output for borrowck=migrate compare mode.
|
2018-10-17 00:57:32 +02:00 |
|
codemap_tests
|
Removed overlapping_spans.{rs,stderr,nll.stderr}.
|
2018-11-05 15:26:02 +01:00 |
|
coercion
|
fix review comments, round 2
|
2018-12-17 01:59:32 +02:00 |
|
coherence
|
stop treating trait objects from #[fundamental] traits as fundamental
|
2018-12-15 23:45:37 +02:00 |
|
compare-method
|
|
|
|
conditional-compilation
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
confuse-field-and-method
|
|
|
|
consts
|
Rollup merge of #56919 - oli-obk:null_ref_array_tuple, r=RalfJung
|
2018-12-23 02:11:51 +08:00 |
|
cross
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
custom-derive
|
tests: use force-host and no-prefer-dynamic in all proc_macro tests.
|
2018-11-30 06:15:20 +02:00 |
|
custom_test_frameworks
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
cycle-trait
|
rustc: keep a Span for each predicate in ty::GenericPredicates.
|
2018-09-28 17:19:35 +03:00 |
|
dep-graph
|
stabalize infer outlives requirements (RFC 2093).
|
2018-09-11 11:40:04 -04:00 |
|
deprecation
|
Add lint for items deprecated in future
|
2018-12-09 20:58:20 +02:00 |
|
derived-errors
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
derives
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
did_you_mean
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
directory_ownership
|
Keep label on moved spans and point at macro invocation on parse error
|
2018-11-23 15:37:31 -08:00 |
|
disallowed-deconstructing
|
Bless tests
|
2018-08-15 15:14:21 -07:00 |
|
discrim
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
dollar-crate
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
dropck
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
dst
|
Don't emit cannot move errors twice in migrate mode
|
2018-10-29 20:22:01 +00:00 |
|
duplicate
|
fix other tests failing due to change in case or new suggestion for extern crate
|
2018-10-17 01:21:40 +02:00 |
|
e0119
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
editions
|
Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakis
|
2018-11-27 12:31:45 +00:00 |
|
empty
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
enum
|
resolve: Tweak some articles in ambiguity diagnostics
|
2018-11-18 13:57:03 +03:00 |
|
error-codes
|
Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebank
|
2018-12-14 20:36:12 +00:00 |
|
exclusive-range
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
existential_types
|
Handle existential types in dead code analysis
|
2018-12-03 14:44:58 +01:00 |
|
explicit
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
extenv
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
extern
|
Rollup merge of #56679 - euclio:external-doc-parse, r=estebank
|
2018-12-15 14:47:34 +01:00 |
|
feature-gate
|
Fix typos.
|
2018-11-11 20:52:36 +07:00 |
|
feature-gates
|
Rollup merge of #57049 - cramertj:repr-packed, r=Centril
|
2018-12-23 02:12:23 +08:00 |
|
fmt
|
|
|
|
fn
|
update recently moved tests
|
2018-08-15 13:17:04 -07:00 |
|
for
|
Update existing tests with more precise error messages
|
2018-11-30 13:53:15 +00:00 |
|
fully-qualified-type
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
functional-struct-update
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
generator
|
Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwco
|
2018-12-05 23:54:27 +01:00 |
|
generic
|
Auto merge of #53584 - mcr431:Fix-#53525, r=varkor
|
2018-08-25 13:00:20 +00:00 |
|
hello_world
|
|
|
|
hr-subtype
|
Update output for borrowck=migrate compare mode.
|
2018-10-17 00:57:32 +02:00 |
|
hrtb
|
Clearer later use messages for calls
|
2018-10-03 20:32:38 +01:00 |
|
hygiene
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
if
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
impl-header-lifetime-elision
|
Move an underscore-lifetime error test to an IHLE success test
|
2018-10-19 22:26:01 -07:00 |
|
impl-trait
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
imports
|
Rollup merge of #56620 - petrochenkov:noclutter, r=estebank
|
2018-12-08 08:43:49 +01:00 |
|
in-band-lifetimes
|
Update output for borrowck=migrate compare mode.
|
2018-10-17 00:57:32 +02:00 |
|
include-macros
|
|
|
|
inference
|
Updated stderr test files.
|
2018-09-27 04:20:25 +01:00 |
|
infinite
|
Enclose type in backticks for "reached the recursion limit while auto-dereferencing" error
|
2018-11-21 16:06:24 +00:00 |
|
interior-mutability
|
|
|
|
internal
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
invalid
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
invalid-module-declaration
|
Clean up some non-mod-rs stuff.
|
2018-11-14 18:55:41 -08:00 |
|
invalid-self-argument
|
improve error note
|
2018-11-20 14:43:16 +01:00 |
|
issues
|
Rollup merge of #56909 - dlrobertson:fix_56762, r=estebank
|
2018-12-23 02:11:47 +08:00 |
|
iterators
|
Fix grammar in compiler error for array iterators
|
2018-12-17 02:27:41 +00:00 |
|
keyword
|
Updated ui tests.
|
2018-11-30 15:42:57 +00:00 |
|
kindck
|
Update output for borrowck=migrate compare mode.
|
2018-10-17 00:57:32 +02:00 |
|
label
|
Auto merge of #55451 - estebank:arg-doc, r=pnkfelix
|
2018-11-05 16:36:18 +00:00 |
|
lifetimes
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
lint
|
suggest similar lint names for unknown lints
|
2018-12-19 16:52:09 -05:00 |
|
liveness
|
Change to give a help message
|
2018-12-07 14:15:36 +00:00 |
|
loops
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
lub-glb
|
kill old-style-lub warnings
|
2018-10-31 12:11:02 -04:00 |
|
macro_backtrace
|
Use full name to identify a macro in a FileName.
|
2018-09-19 01:12:13 +01:00 |
|
macros
|
Rollup merge of #56491 - euclio:assert-error, r=estebank
|
2018-12-10 22:01:57 +01:00 |
|
malformed
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
manual
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
marker_trait_attr
|
Improve error checking and reporting
|
2018-09-19 22:31:30 -07:00 |
|
match
|
Fix bug in matching on floating-point ranges
|
2018-11-30 21:15:48 +00:00 |
|
methods
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
mir-dataflow
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
mismatched_types
|
Deduplicate unsatisfied trait bounds
|
2018-12-12 15:58:27 -08:00 |
|
missing
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
missing_non_modrs_mod
|
Clean up some non-mod-rs stuff.
|
2018-11-14 18:55:41 -08:00 |
|
mod
|
mv codemap source_map
|
2018-08-19 23:01:01 +02:00 |
|
moves
|
Remove mir::StatementKind::EndRegion
|
2018-11-18 11:05:19 +00:00 |
|
mut
|
Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis
|
2018-10-05 22:33:13 +02:00 |
|
namespace
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
nll
|
Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix
|
2018-12-20 07:22:15 +00:00 |
|
non-exhaustive
|
Fix bug in matching on floating-point ranges
|
2018-11-30 21:15:48 +00:00 |
|
non_modrs_mods_and_inline_mods
|
Fix ordering of nested modules in non-mod.rs mods
|
2018-10-18 17:11:51 -07:00 |
|
not-panic
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
numeric
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
object-lifetime
|
Update output for borrowck=migrate compare mode.
|
2018-10-17 00:57:32 +02:00 |
|
object-safety
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
obsolete-in-place
|
Tidy no longer fails when there are no files or subdirectories in a test directory.
|
2018-08-14 11:12:09 +02:00 |
|
on-unimplemented
|
remove #[rustc_error] from ui/ tests that remain compile-fail tests.
|
2018-11-07 13:09:52 +01:00 |
|
packed-struct
|
Normalize tests for i686 Windows.
|
2018-08-14 11:12:11 +02:00 |
|
panic-handler
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
panic-runtime
|
Fix error message for -C panic=xxx.
|
2018-11-19 13:29:35 -08:00 |
|
parser
|
Do not point at delim spans for complete correct blocks
|
2018-12-17 10:22:49 -08:00 |
|
pattern
|
Auto merge of #56540 - oli-obk:less_const_hackery, r=varkor
|
2018-12-15 04:24:16 +00:00 |
|
print-fuel
|
Add explcit --error-format options to tests of print-fuel to sidestep compiletests presumption of JSON.
|
2018-11-06 17:07:27 +01:00 |
|
print_type_sizes
|
Stabilize #[repr(packed(N))]
|
2018-12-21 10:18:38 -08:00 |
|
privacy
|
Stabilize Rc, Arc and Pin as method receivers
|
2018-12-20 01:14:01 -05:00 |
|
proc-macro
|
Workaround issues with crate loading during cross-compilation
|
2018-12-20 00:04:15 +03:00 |
|
pub
|
Use appropriate terminology based on heuristic
|
2018-11-30 15:09:39 -08:00 |
|
qualified
|
structured suggestion for E0223 ambiguous associated type
|
2018-10-11 21:10:35 -07:00 |
|
range
|
Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavis
|
2018-11-15 11:04:40 +01:00 |
|
reachable
|
Remove outdated test
|
2018-10-16 19:52:35 +01:00 |
|
recursion
|
Deduplicate all the ~~things~~ errors
|
2018-10-25 16:47:35 +02:00 |
|
regions
|
Add test of current behavior (infer free region within closure body) previously not in test suite.
|
2018-12-12 15:50:12 +01:00 |
|
repr
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
reserved
|
resolve: Consolidate error reporting for resolved macros in fn resolve_macro_to_def
|
2018-08-20 23:12:36 +03:00 |
|
resolve
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
return
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rfc-0107-bind-by-move-pattern-guards
|
Tests for feature(bind_by_move_pattern_guards).
|
2018-09-17 13:46:50 +02:00 |
|
rfc-1937-termination-trait
|
Introduce Custom Test Frameworks
|
2018-09-04 22:33:00 -07:00 |
|
rfc-2005-default-binding-mode
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
rfc-2008-non-exhaustive
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
rfc-2093-infer-outlives
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
rfc-2126-crate-paths
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
rfc-2126-extern-absolute-paths
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
rfc-2126-extern-in-paths
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
rfc-2166-underscore-imports
|
Stabilize underscore_imports
|
2018-12-17 22:43:00 +03:00 |
|
rfc-2306
|
constify parts of libcore.
|
2018-11-10 01:07:32 +01:00 |
|
rfc-2361-dbg-macro
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
rfc-2497-if-let-chains
|
fix typos in various places
|
2018-10-23 15:56:25 +02:00 |
|
rfc1445
|
make PhantomData #[structural_match].
|
2018-11-10 03:39:42 +01:00 |
|
rfc1598-generic-associated-types
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
rfc1717
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
run-pass/traits
|
Encode TraitAlias as if they were Trait
|
2018-12-07 14:52:44 -08:00 |
|
rust-2018
|
Stabilize underscore_imports
|
2018-12-17 22:43:00 +03:00 |
|
self
|
Updated ui tests.
|
2018-11-30 15:42:57 +00:00 |
|
shadowed
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
simd-intrinsic
|
rustc: Add an unstable simd_select_bitmask intrinsic
|
2018-12-14 11:17:24 -08:00 |
|
single-use-lifetime
|
single-use-lifetime lint: don't false-positive on the anonymous lifetime
|
2018-10-28 00:14:41 -07:00 |
|
span
|
Refactor and add comments to code in receiver_is_valid
|
2018-12-20 01:20:17 -05:00 |
|
specialization
|
fix typos in various places
|
2018-10-23 15:56:25 +02:00 |
|
stability-attribute
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
static
|
Reenable const_let feature gate
|
2018-11-30 09:44:15 +01:00 |
|
str
|
Lift some Sized checks.
|
2018-08-19 08:07:33 +09:00 |
|
structs
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
suggestions
|
Rollup merge of #56761 - estebank:path-display, r=zackmdavis
|
2018-12-16 14:08:25 +01:00 |
|
svh
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
symbol-names
|
Include InstanceDef's discriminant in the symbol hash.
|
2018-10-24 21:59:07 +09:00 |
|
test-shadowing
|
resolve: Remove unshadowable_attrs
|
2018-09-10 04:04:51 +03:00 |
|
tool-attributes
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
traits
|
improve tests as suggested by review comments
|
2018-12-18 00:33:21 +02:00 |
|
transmute
|
Normalize tests for i686 Windows.
|
2018-08-14 11:12:11 +02:00 |
|
trivial-bounds
|
Don't emit cannot move errors twice in migrate mode
|
2018-10-29 20:22:01 +00:00 |
|
try-block
|
Point at match when a parse failure ocurrs inside of it
|
2018-10-28 11:41:23 -07:00 |
|
tuple
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
type
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
typeck
|
Typecheck patterns of all match arms first, so we get types for bindings.
|
2018-11-09 12:06:12 +01:00 |
|
ufcs
|
Refactor and add comments to code in receiver_is_valid
|
2018-12-20 01:20:17 -05:00 |
|
unboxed-closures
|
Rollup merge of #55494 - pnkfelix:issue-55492-borrowck-migrate-must-look-at-parents-of-closures, r=davidtwco
|
2018-10-30 18:55:37 +08:00 |
|
underscore-lifetime
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
uninhabited
|
Update tests
|
2018-12-11 12:19:23 +00:00 |
|
union
|
Update test to force error under NLL.
|
2018-11-04 18:36:30 +01:00 |
|
unreachable
|
Fix broken tests
|
2018-11-29 20:58:38 +00:00 |
|
unresolved
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
unsafe
|
Add and update tests
|
2018-12-04 10:17:37 +01:00 |
|
unsized
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unsized-locals
|
Add tests for unsized-locals functions stability.
|
2018-11-21 22:20:22 +09:00 |
|
unused
|
List allowed tokens after macro fragments
|
2018-10-25 11:08:58 -07:00 |
|
use
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
variadic
|
Fix typos found by codespell.
|
2018-08-19 17:41:28 +02:00 |
|
variance
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
variants
|
fix other tests failing due to change in case or new suggestion for extern crate
|
2018-10-17 01:21:40 +02:00 |
|
vec
|
Reword incorrect macro invocation primary label
|
2018-11-23 15:37:31 -08:00 |
|
wf
|
Update tests
|
2018-12-04 10:06:05 +01:00 |
|
where-clauses
|
Fix typos found by codespell.
|
2018-08-19 17:41:28 +02:00 |
|
xcrate
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
.gitattributes
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
absolute-paths-in-nested-use-groups.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
absolute-paths-in-nested-use-groups.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
access-mode-in-closures.nll.stderr
|
Don't emit cannot move errors twice in migrate mode
|
2018-10-29 20:22:01 +00:00 |
|
access-mode-in-closures.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
access-mode-in-closures.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
allocator-submodule.rs
|
|
|
|
allocator-submodule.stderr
|
|
|
|
always-inhabited-union-ref.rs
|
Fix error message after rebase
|
2018-11-29 21:00:11 +00:00 |
|
always-inhabited-union-ref.stderr
|
Fix error message after rebase
|
2018-11-29 21:00:11 +00:00 |
|
anon-params-denied-2018.rs
|
fix tests
|
2018-08-24 15:48:00 -05:00 |
|
anon-params-denied-2018.stderr
|
Add suggestion for underscore binding fix.
|
2018-12-07 12:02:41 +01:00 |
|
anon-params-deprecated.fixed
|
fix tests
|
2018-08-24 15:48:00 -05:00 |
|
anon-params-deprecated.rs
|
fix tests
|
2018-08-24 15:48:00 -05:00 |
|
anon-params-deprecated.stderr
|
fix test stderrs
|
2018-08-27 13:06:26 -05:00 |
|
anonymous-higher-ranked-lifetime.rs
|
|
|
|
anonymous-higher-ranked-lifetime.stderr
|
|
|
|
arbitrary-self-types-not-object-safe.rs
|
Add new tests and update existing for object-safe custom receivers
|
2018-11-01 18:16:22 -04:00 |
|
arbitrary-self-types-not-object-safe.stderr
|
Replace UncoeribleReceiver error message with UndispatchableReceiver
|
2018-11-01 18:16:59 -04:00 |
|
arg-count-mismatch.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
arg-count-mismatch.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
arg-type-mismatch.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
arg-type-mismatch.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
array-break-length.rs
|
|
|
|
array-break-length.stderr
|
|
|
|
array-not-vector.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
array-not-vector.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
array_const_index-0.rs
|
add the lint back to the list, and fix tests
|
2018-10-25 16:48:15 +02:00 |
|
array_const_index-0.stderr
|
add the lint back to the list, and fix tests
|
2018-10-25 16:48:15 +02:00 |
|
array_const_index-1.rs
|
add the lint back to the list, and fix tests
|
2018-10-25 16:48:15 +02:00 |
|
array_const_index-1.stderr
|
add the lint back to the list, and fix tests
|
2018-10-25 16:48:15 +02:00 |
|
as-ref.rs
|
|
|
|
as-ref.stderr
|
|
|
|
assign-imm-local-twice.ast.nll.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
assign-imm-local-twice.ast.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
assign-imm-local-twice.mir.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
assign-imm-local-twice.rs
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
assign-to-method.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
assign-to-method.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
assignment-operator-unimplemented.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
assignment-operator-unimplemented.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
assoc-inherent.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
assoc-inherent.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
associated-path-shl.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
associated-path-shl.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
async-fn-multiple-lifetimes.rs
|
|
|
|
async-fn-multiple-lifetimes.stderr
|
|
|
|
async-matches-expr.rs
|
async can begin expressions
|
2018-08-01 09:50:15 -07:00 |
|
attempted-access-non-fatal.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
attempted-access-non-fatal.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
attr-bad-crate-attr.rc
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
attr-eq-token-tree.rs
|
syntax: Enforce attribute grammar in the parser
|
2018-08-15 00:05:55 +03:00 |
|
attr-usage-inline.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
attr-usage-inline.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
attr-usage-repr.rs
|
Stabilize 'attr_literals' feature.
|
2018-08-23 19:06:07 -07:00 |
|
attr-usage-repr.stderr
|
Stabilize 'attr_literals' feature.
|
2018-08-23 19:06:07 -07:00 |
|
augmented-assignments.nll.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
augmented-assignments.rs
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
augmented-assignments.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
auto-ref-slice-plus-ref.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
auto-ref-slice-plus-ref.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
auto-trait-validation.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
auto-trait-validation.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
autoderef-full-lval.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
autoderef-full-lval.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
bastion-of-the-turbofish.rs
|
Lament the invincibility of the Turbofish
|
2018-08-22 23:25:28 +01:00 |
|
binary-op-on-double-ref.rs
|
|
|
|
binary-op-on-double-ref.stderr
|
|
|
|
bogus-tag.rs
|
|
|
|
bogus-tag.stderr
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
bounds-lifetime.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
bounds-lifetime.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
break-outside-loop.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
break-outside-loop.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
break-while-condition.rs
|
|
|
|
break-while-condition.stderr
|
|
|
|
by-move-pattern-binding.nll.stderr
|
Don't emit cannot move errors twice in migrate mode
|
2018-10-29 20:22:01 +00:00 |
|
by-move-pattern-binding.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
by-move-pattern-binding.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
call-fn-never-arg-wrong-type.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
call-fn-never-arg-wrong-type.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
can-begin-expr-check.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
can-begin-expr-check.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cannot-mutate-captured-non-mut-var.ast.nll.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cannot-mutate-captured-non-mut-var.ast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cannot-mutate-captured-non-mut-var.mir.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cannot-mutate-captured-non-mut-var.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
capture1.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
capture1.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cast_char.rs
|
|
|
|
cast_char.stderr
|
|
|
|
casts-differing-anon.rs
|
|
|
|
casts-differing-anon.stderr
|
|
|
|
casts-issue-46365.rs
|
|
|
|
casts-issue-46365.stderr
|
|
|
|
cdylib-deps-must-be-static.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cdylib-deps-must-be-static.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
changing-crates.rs
|
|
|
|
changing-crates.stderr
|
|
|
|
check-static-immutable-mut-slices.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
check-static-immutable-mut-slices.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
check-static-values-constraints.nll.stderr
|
Reenable const_let feature gate
|
2018-11-30 09:44:15 +01:00 |
|
check-static-values-constraints.rs
|
Reenable const_let feature gate
|
2018-11-30 09:44:15 +01:00 |
|
check-static-values-constraints.stderr
|
Reenable const_let feature gate
|
2018-11-30 09:44:15 +01:00 |
|
class-cast-to-trait.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
class-cast-to-trait.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
class-method-missing.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
class-method-missing.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
class-missing-self.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
class-missing-self.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cleanup-rvalue-scopes-cf.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cleanup-rvalue-scopes-cf.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
closure-expected.rs
|
When closure with no arguments was expected, suggest wrapping
|
2018-08-15 13:05:01 -07:00 |
|
closure-expected.stderr
|
When closure with no arguments was expected, suggest wrapping
|
2018-08-15 13:05:01 -07:00 |
|
closure_promotion.rs
|
Enable NLL compare mode for more tests
|
2018-09-27 22:30:04 +01:00 |
|
closure_promotion.stderr
|
Enable NLL compare mode for more tests
|
2018-09-27 22:30:04 +01:00 |
|
command-line-diagnostics.nll.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
command-line-diagnostics.rs
|
|
|
|
command-line-diagnostics.stderr
|
|
|
|
compile_error_macro.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
compile_error_macro.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
concat.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
concat.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
conflicting-repr-hints.rs
|
Stabilize #[repr(packed(N))]
|
2018-12-21 10:18:38 -08:00 |
|
conflicting-repr-hints.stderr
|
Stabilize #[repr(packed(N))]
|
2018-12-21 10:18:38 -08:00 |
|
conservative_impl_trait.rs
|
Reword rustc_on_unimplemented errors for Iterator
|
2018-10-09 18:53:53 -07:00 |
|
conservative_impl_trait.stderr
|
Reword rustc_on_unimplemented errors for Iterator
|
2018-10-09 18:53:53 -07:00 |
|
constructor-lifetime-args.rs
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
constructor-lifetime-args.stderr
|
updates tests to use new error code
|
2018-08-24 08:51:25 -04:00 |
|
conversion-methods.rs
|
|
|
|
conversion-methods.stderr
|
|
|
|
copy-a-resource.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
copy-a-resource.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
crate-in-paths.rs
|
Remove crate_visibility_modifier from 2018 edition
|
2018-09-09 02:28:13 +02:00 |
|
crate-in-paths.stderr
|
make the test only deal with edition flags
|
2018-08-16 19:20:27 +00:00 |
|
crate-name-mismatch.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
crate-name-mismatch.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
custom-attribute-multisegment.rs
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
custom-attribute-multisegment.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
custom-test-frameworks-simple.rs
|
Introduce Custom Test Frameworks
|
2018-09-04 22:33:00 -07:00 |
|
custom_attribute.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
custom_attribute.stderr
|
resolve: Consolidate error reporting for resolved macros in fn resolve_macro_to_def
|
2018-08-20 23:12:36 +03:00 |
|
cycle-projection-based-on-where-clause.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
cycle-projection-based-on-where-clause.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
dead-code-closure-bang.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
dead-code-ret.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
dead-code-ret.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
defaulted-never-note.rs
|
Fix typos found by codespell.
|
2018-08-19 17:41:28 +02:00 |
|
defaulted-never-note.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
deref-non-pointer.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
deref-non-pointer.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
deref-suggestion.rs
|
readd final newline
|
2018-08-26 18:03:57 -07:00 |
|
deref-suggestion.stderr
|
Do not suggest dereferencing in macro
|
2018-08-26 16:54:06 -07:00 |
|
derive-uninhabited-enum-38885.rs
|
add test for deriving Debug on uninhabited enum
|
2018-11-02 02:26:50 +00:00 |
|
derive-uninhabited-enum-38885.stderr
|
add test for deriving Debug on uninhabited enum
|
2018-11-02 02:26:50 +00:00 |
|
destructure-trait-ref.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
destructure-trait-ref.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
diverging-fn-tail-35849.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
diverging-fn-tail-35849.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
diverging-tuple-parts-39485.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
diverging-tuple-parts-39485.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
does-nothing.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
does-nothing.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
dont-suggest-private-trait-method.rs
|
|
|
|
dont-suggest-private-trait-method.stderr
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
dotdotdot-expr.rs
|
|
|
|
dotdotdot-expr.stderr
|
|
|
|
double-import.rs
|
|
|
|
double-import.stderr
|
fix other tests failing due to change in case or new suggestion for extern crate
|
2018-10-17 01:21:40 +02:00 |
|
double-type-import.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
double-type-import.stderr
|
fix other tests failing due to change in case or new suggestion for extern crate
|
2018-10-17 01:21:40 +02:00 |
|
duplicate_entry_error.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
duplicate_entry_error.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
dyn-trait-compatibility.rs
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
dyn-trait-compatibility.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
E0501.ast.nll.stderr
|
Refer to the second borrow as the "second borrow".
|
2018-11-30 14:55:51 +01:00 |
|
E0501.ast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0501.mir.stderr
|
Refer to the second borrow as the "second borrow".
|
2018-11-30 14:55:51 +01:00 |
|
E0501.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0506.ast.nll.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0506.ast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0506.mir.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0506.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0508-fail.ast.nll.stderr
|
Add files I forgot to commit earlier
|
2018-08-15 15:14:21 -07:00 |
|
E0508-fail.ast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0508-fail.mir.stderr
|
Bless tests
|
2018-08-15 15:14:21 -07:00 |
|
E0508-fail.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0508.ast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0508.mir.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0508.nll.stderr
|
Add files I forgot to commit earlier
|
2018-08-15 15:14:21 -07:00 |
|
E0508.rs
|
|
|
|
E0508.stderr
|
|
|
|
E0583.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0583.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0594.ast.nll.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0594.ast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0594.mir.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0594.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0596.ast.nll.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0596.ast.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
E0596.mir.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0596.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
E0642.rs
|
Clean up and add extra tests
|
2018-08-11 21:25:48 +01:00 |
|
E0642.stderr
|
Clean up and add extra tests
|
2018-08-11 21:25:48 +01:00 |
|
E0660.rs
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0660.stderr
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0661.rs
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0661.stderr
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0662.rs
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0662.stderr
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0663.rs
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0663.stderr
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0664.rs
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0664.stderr
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0665.rs
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0665.stderr
|
enable more tests on stage1 again
|
2018-08-16 16:30:54 +02:00 |
|
E0705.rs
|
Add a stub feature so we can still test E0705
|
2018-10-19 22:26:02 -07:00 |
|
E0705.stderr
|
Add a stub feature so we can still test E0705
|
2018-10-19 22:26:02 -07:00 |
|
elide-errors-on-mismatched-tuple.rs
|
Do not emit E0277 on incorrect tuple destructured binding
|
2018-09-11 17:09:22 -07:00 |
|
elide-errors-on-mismatched-tuple.stderr
|
Do not emit E0277 on incorrect tuple destructured binding
|
2018-09-11 17:09:22 -07:00 |
|
elided-test.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
elided-test.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
enable-unstable-lib-feature.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
enable-unstable-lib-feature.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
enums-pats-not-idents.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
enums-pats-not-idents.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
error-festival.rs
|
|
|
|
error-festival.stderr
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
error-should-say-copy-not-pod.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
error-should-say-copy-not-pod.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
estr-subtyping.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
estr-subtyping.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
eval-enum.rs
|
Report const eval error inside the query
|
2018-10-25 16:46:19 +02:00 |
|
eval-enum.stderr
|
Report const eval error inside the query
|
2018-10-25 16:46:19 +02:00 |
|
exclusive-drop-and-copy.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
exclusive-drop-and-copy.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
exhaustive_integer_patterns.rs
|
Separate out precise_pointer_size_matching tests from exhaustive_integer_patterns tests
|
2018-11-30 21:13:07 +00:00 |
|
exhaustive_integer_patterns.stderr
|
Separate out precise_pointer_size_matching tests from exhaustive_integer_patterns tests
|
2018-11-30 21:13:07 +00:00 |
|
expanded-cfg.rs
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
explain.rs
|
|
|
|
explain.stdout
|
|
|
|
explore-issue-38412.rs
|
Move some tests from ui-fulldeps to ui
|
2018-12-09 19:56:30 +03:00 |
|
explore-issue-38412.stderr
|
Move some tests from ui-fulldeps to ui
|
2018-12-09 19:56:30 +03:00 |
|
export-fully-qualified.rs
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
export-fully-qualified.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
export-import.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
export-import.stderr
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
export-tag-variant.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
export-tag-variant.stderr
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
export.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
export.stderr
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
export2.rs
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
export2.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
expr_attr_paren_order.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
expr_attr_paren_order.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
ext-nonexistent.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
ext-nonexistent.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
extoption_env-no-args.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
extoption_env-no-args.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
extoption_env-not-string-literal.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
extoption_env-not-string-literal.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
extoption_env-too-many-args.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
extoption_env-too-many-args.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
fail-no-dead-code-core.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
fail-no-dead-code-core.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
fail-no-dead-code.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
fail-no-dead-code.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
fail-simple.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
fail-simple.stderr
|
Reword incorrect macro invocation primary label
|
2018-11-23 15:37:31 -08:00 |
|
fat-ptr-cast.rs
|
|
|
|
fat-ptr-cast.stderr
|
|
|
|
feature-gated-feature-in-macro-arg.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
feature-gated-feature-in-macro-arg.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
float-literal-inference-restrictions.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
float-literal-inference-restrictions.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
fn_must_use.rs
|
#[must_use] for associated functions is supposed to actually work
|
2018-10-12 22:01:43 -07:00 |
|
fn_must_use.stderr
|
Unused result warning: "X which must" ↦ "X that must"
|
2018-10-14 18:25:30 +01:00 |
|
foreign-fn-return-lifetime.fixed
|
Suggest appropriate syntax on missing lifetime specifier in return type
|
2018-10-22 14:54:29 -07:00 |
|
foreign-fn-return-lifetime.rs
|
Suggest appropriate syntax on missing lifetime specifier in return type
|
2018-10-22 14:54:29 -07:00 |
|
foreign-fn-return-lifetime.stderr
|
review comments
|
2018-10-22 14:56:02 -07:00 |
|
foreign-unsafe-fn-called.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
foreign-unsafe-fn-called.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
future-incompatible-lint-group.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
future-incompatible-lint-group.stderr
|
fix test stderrs
|
2018-08-27 13:06:26 -05:00 |
|
gated-bad-feature.rs
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
gated-bad-feature.stderr
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
generator-yielding-or-returning-itself.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
generator-yielding-or-returning-itself.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
glob-cycles.rs
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
glob-resolve1.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
glob-resolve1.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
hashmap-iter-value-lifetime.nll.stderr
|
Clearer later use messages for calls
|
2018-10-03 20:32:38 +01:00 |
|
hashmap-iter-value-lifetime.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
hashmap-iter-value-lifetime.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
hashmap-lifetimes.nll.stderr
|
Clearer later use messages for calls
|
2018-10-03 20:32:38 +01:00 |
|
hashmap-lifetimes.rs
|
Removed ignore-test-compare-mode-nll from hashmap-lifetimes.rs
|
2018-08-15 23:47:28 +02:00 |
|
hashmap-lifetimes.stderr
|
Removed ignore-test-compare-mode-nll from hashmap-lifetimes.rs
|
2018-08-15 23:47:28 +02:00 |
|
hidden-rt-injection.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
hidden-rt-injection.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
hidden-rt-injection2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
hidden-rt-injection2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
higher-lifetime-bounds.rs
|
|
|
|
higher-lifetime-bounds.stderr
|
|
|
|
huge-array-simple.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
huge-array.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
huge-array.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
huge-enum.rs
|
Normalize tests for i686 Windows.
|
2018-08-14 11:12:11 +02:00 |
|
huge-enum.stderr
|
Normalize tests for i686 Windows.
|
2018-08-14 11:12:11 +02:00 |
|
huge-struct.rs
|
Normalize tests for i686 Windows.
|
2018-08-14 11:12:11 +02:00 |
|
huge-struct.stderr
|
Normalize tests for i686 Windows.
|
2018-08-14 11:12:11 +02:00 |
|
illegal-ufcs-drop.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
illegal-ufcs-drop.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
immut-function-arguments.ast.nll.stderr
|
move tests to borrowck directory, remove feature(nll)
|
2018-08-19 08:15:13 -07:00 |
|
immut-function-arguments.ast.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
immut-function-arguments.mir.stderr
|
move tests to borrowck directory, remove feature(nll)
|
2018-08-19 08:15:13 -07:00 |
|
immut-function-arguments.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
impl-bounds-checking.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
impl-bounds-checking.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
impl-duplicate-methods.rs
|
|
|
|
impl-duplicate-methods.stderr
|
|
|
|
impl-unused-rps-in-assoc-type.rs
|
|
|
|
impl-unused-rps-in-assoc-type.stderr
|
|
|
|
impl-unused-tps-inherent.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
impl-unused-tps-inherent.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
impl-unused-tps.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
impl-unused-tps.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
implicit-method-bind.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
implicit-method-bind.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
import.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
import.stderr
|
resolve: More precise spans for privacy errors
|
2018-10-28 02:56:12 +03:00 |
|
import2.rs
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
import2.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
import3.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
import3.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
import4.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
import4.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
impossible_range.rs
|
|
|
|
impossible_range.stderr
|
|
|
|
inaccessible-test-modules.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
inaccessible-test-modules.stderr
|
Introduce Custom Test Frameworks
|
2018-09-04 22:33:00 -07:00 |
|
index-bot.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
index-bot.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
index-help.rs
|
|
|
|
index-help.stderr
|
|
|
|
index_message.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
index_message.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
indexing-requires-a-uint.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
indexing-requires-a-uint.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
init-unsafe.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
init-unsafe.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
inline-asm-bad-constraint.rs
|
Ignore some more tests on emscripten
|
2018-11-04 18:50:57 +01:00 |
|
inline-asm-bad-constraint.stderr
|
Ignore some more tests on emscripten
|
2018-11-04 18:50:57 +01:00 |
|
inline-asm-bad-operand.rs
|
Ignore some more tests on emscripten
|
2018-11-04 18:50:57 +01:00 |
|
inline-asm-bad-operand.stderr
|
Ignore some more tests on emscripten
|
2018-11-04 18:50:57 +01:00 |
|
inner-static-type-parameter.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
inner-static-type-parameter.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
integer-literal-suffix-inference.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
integer-literal-suffix-inference.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
integral-indexing.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
integral-indexing.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
integral-variable-unification-error.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
integral-variable-unification-error.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
intrinsic-invalid-number-of-arguments.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
intrinsic-invalid-number-of-arguments.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
invalid_crate_type_syntax.rs
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
invalid_crate_type_syntax.stderr
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
invalid_dispatch_from_dyn_impls.rs
|
Add a check for reprs that could change the ABI
|
2018-11-01 18:16:59 -04:00 |
|
invalid_dispatch_from_dyn_impls.stderr
|
Add a check for reprs that could change the ABI
|
2018-11-01 18:16:59 -04:00 |
|
issue-18986.rs
|
Move some tests from ui-fulldeps to ui
|
2018-12-09 19:56:30 +03:00 |
|
issue-18986.stderr
|
Move some tests from ui-fulldeps to ui
|
2018-12-09 19:56:30 +03:00 |
|
issue-55846.rs
|
Add regression test for issue #55846
|
2018-12-10 02:49:19 +00:00 |
|
lang-item-missing.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
lang-item-missing.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
lexical-scopes.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
lexical-scopes.stderr
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
lifetime_starts_expressions.rs
|
|
|
|
lifetime_starts_expressions.stderr
|
|
|
|
linkage2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
linkage2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
linkage3.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
linkage3.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
linkage4.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
linkage4.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
loud_ui.rs
|
Newlines.... newlines everywhere
|
2018-12-04 10:06:05 +01:00 |
|
lto-duplicate-symbols.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
lto-duplicate-symbols.stderr
|
Use CGU name as LLVM module name and add some caching to CGU name generation.
|
2018-08-15 14:50:54 +02:00 |
|
lub-if.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
lub-if.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
lub-match.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
lub-match.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
main-wrong-location.rs
|
|
|
|
main-wrong-location.stderr
|
|
|
|
main-wrong-type.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
main-wrong-type.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
malformed_macro_lhs.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
malformed_macro_lhs.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
map-types.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
map-types.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
maybe-bounds-where-cpass.rs
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
maybe-bounds-where.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
maybe-bounds-where.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
maybe-bounds.rs
|
|
|
|
maybe-bounds.stderr
|
|
|
|
meta-expected-error-correct-rev.a.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
meta-expected-error-correct-rev.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
minus-string.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
minus-string.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
mir-unpretty.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
mir-unpretty.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
mir_check_nonconst.rs
|
|
|
|
mir_check_nonconst.stderr
|
|
|
|
missing_debug_impls.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
missing_debug_impls.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
module-macro_use-arguments.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
module-macro_use-arguments.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
multiple-main-2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
multiple-main-2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
multiple-main-3.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
multiple-main-3.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
multiple-plugin-registrars.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
multiple-plugin-registrars.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
mutexguard-sync.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
mutexguard-sync.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
nested-cfg-attrs.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
nested-cfg-attrs.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
nested-ty-params.rs
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
nested-ty-params.stderr
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
nested_impl_trait.rs
|
|
|
|
nested_impl_trait.stderr
|
|
|
|
never-assign-dead-code.rs
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
never-assign-dead-code.stderr
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
never-assign-wrong-type.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
never-assign-wrong-type.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
never_transmute_never.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-args-non-move-async-closure.rs
|
|
|
|
no-args-non-move-async-closure.stderr
|
|
|
|
no-capture-arc.nll.stderr
|
De-duplicate moved variable errors.
|
2018-09-18 13:51:41 +02:00 |
|
no-capture-arc.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-capture-arc.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-implicit-prelude-nested.rs
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
no-implicit-prelude-nested.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-implicit-prelude.rs
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
no-implicit-prelude.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-link-unknown-crate.rs
|
Move some tests from ui-fulldeps to ui
|
2018-12-09 19:56:30 +03:00 |
|
no-link-unknown-crate.stderr
|
Move some tests from ui-fulldeps to ui
|
2018-12-09 19:56:30 +03:00 |
|
no-link.rs
|
Stabilize use_extern_macros
|
2018-08-17 13:14:26 +03:00 |
|
no-link.stderr
|
Stabilize use_extern_macros
|
2018-08-17 13:14:26 +03:00 |
|
no-patterns-in-args-2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-patterns-in-args-2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-patterns-in-args-macro.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-patterns-in-args-macro.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-patterns-in-args.rs
|
|
|
|
no-patterns-in-args.stderr
|
|
|
|
no-reuse-move-arc.nll.stderr
|
De-duplicate moved variable errors.
|
2018-09-18 13:51:41 +02:00 |
|
no-reuse-move-arc.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-reuse-move-arc.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-send-res-ports.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-send-res-ports.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-std-inject.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-std-inject.stderr
|
fix other tests failing due to change in case or new suggestion for extern crate
|
2018-10-17 01:21:40 +02:00 |
|
no-type-for-node-ice.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-type-for-node-ice.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no-warn-on-field-replace-issue-34101.rs
|
Removed #[rustc_error] from tests that are all // compile-pass.
|
2018-11-07 13:09:52 +01:00 |
|
no_crate_type.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_crate_type.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_owned_box_lang_item.rs
|
stabalize infer outlives requirements (RFC 2093).
|
2018-09-11 11:40:04 -04:00 |
|
no_owned_box_lang_item.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_send-enum.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_send-enum.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_send-rc.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_send-rc.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_send-struct.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_send-struct.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_share-enum.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_share-enum.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_share-struct.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
no_share-struct.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
noexporttypeexe.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
noexporttypeexe.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
non-constant-expr-for-arr-len.rs
|
|
|
|
non-constant-expr-for-arr-len.stderr
|
|
|
|
non-constant-in-const-path.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
non-constant-in-const-path.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
non-copyable-void.rs
|
std: Depend directly on crates.io crates
|
2018-12-11 21:08:22 -08:00 |
|
non-copyable-void.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
non-interger-atomic.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
non-interger-atomic.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
noncopyable-class.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
noncopyable-class.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
nonscalar-cast.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
nonscalar-cast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
not-clone-closure.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
not-clone-closure.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
not-copy-closure.nll.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
not-copy-closure.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
not-copy-closure.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
not-enough-arguments.rs
|
|
|
|
not-enough-arguments.stderr
|
|
|
|
not-sync.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
not-sync.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
object-does-not-impl-trait.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
object-does-not-impl-trait.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
object-pointer-types.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
object-pointer-types.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
obsolete-syntax-impl-for-dotdot.rs
|
|
|
|
obsolete-syntax-impl-for-dotdot.stderr
|
|
|
|
occurs-check-2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
occurs-check-2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
occurs-check-3.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
occurs-check-3.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
occurs-check.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
occurs-check.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
old-suffixes-are-really-forbidden.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
old-suffixes-are-really-forbidden.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
once-cant-call-twice-on-heap.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
once-cant-call-twice-on-heap.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
opt-in-copy.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
opt-in-copy.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
or-patter-mismatch.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
or-patter-mismatch.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
order-dependent-cast-inference.rs
|
|
|
|
order-dependent-cast-inference.stderr
|
|
|
|
orphan-check-diagnostics.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
orphan-check-diagnostics.stderr
|
Various minor/cosmetic improvements to code
|
2018-12-07 23:53:34 +00:00 |
|
osx-frameworks.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
osx-frameworks.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
out-of-order-shadowing.rs
|
resolve: Model resolve_legacy_scope after resolve_lexical_macro_path_segment
|
2018-09-08 14:15:10 +03:00 |
|
out-of-order-shadowing.stderr
|
resolve: Improve diagnostics for resolution ambiguities
|
2018-11-18 13:51:40 +03:00 |
|
output-type-mismatch.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
output-type-mismatch.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
overlap-marker-trait.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
overlap-marker-trait.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
overloaded-calls-nontuple.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
overloaded-calls-nontuple.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
panic_implementation-closures.rs
|
stabilize #[panic_handler]
|
2018-09-07 13:27:30 +02:00 |
|
paren-span.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
paren-span.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
parse-error-correct.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
parse-error-correct.stderr
|
in which the E0618 "expected function" diagnostic gets a makeover
|
2018-11-10 22:12:33 -08:00 |
|
parser-recovery-1.rs
|
Reword un-closed delimiter label
|
2018-09-05 03:43:24 -07:00 |
|
parser-recovery-1.stderr
|
Change wording of unclosed delimiter label
|
2018-09-05 07:33:29 -07:00 |
|
parser-recovery-2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
parser-recovery-2.stderr
|
Reword un-closed delimiter label
|
2018-09-05 03:43:24 -07:00 |
|
partialeq_help.rs
|
|
|
|
partialeq_help.stderr
|
|
|
|
path-lookahead.rs
|
|
|
|
path-lookahead.stderr
|
|
|
|
phantom-oibit.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
phantom-oibit.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
placement-syntax.rs
|
|
|
|
placement-syntax.stderr
|
|
|
|
platform-intrinsic-params.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
platform-intrinsic-params.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
pptypedef.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
pptypedef.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
precise_pointer_size_matching.rs
|
Fix precise_pointer_size_matching tests on all platforms
|
2018-12-05 23:21:56 +01:00 |
|
precise_pointer_size_matching.stderr
|
Fix precise_pointer_size_matching tests on all platforms
|
2018-12-05 23:21:56 +01:00 |
|
prim-with-args.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
prim-with-args.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
priv-in-bad-locations.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
priv-in-bad-locations.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
ptr-coercion.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
ptr-coercion.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
question-mark-type-infer.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
question-mark-type-infer.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
quote-with-interpolated.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
quote-with-interpolated.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
reassign-ref-mut.rs
|
|
|
|
reassign-ref-mut.stderr
|
|
|
|
ref-suggestion.nll.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
ref-suggestion.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
ref-suggestion.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
refutable-pattern-errors.rs
|
Update existing tests with more precise error messages
|
2018-11-30 13:53:15 +00:00 |
|
refutable-pattern-errors.stderr
|
Update existing tests with more precise error messages
|
2018-11-30 13:53:15 +00:00 |
|
refutable-pattern-in-fn-arg.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
refutable-pattern-in-fn-arg.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
regions-fn-subtyping-return-static-fail.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
regions-fn-subtyping-return-static-fail.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
reject-specialized-drops-8142.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
reject-specialized-drops-8142.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
removing-extern-crate.fixed
|
tests: prefer edition: directives to compile-flags:--edition.
|
2018-08-16 10:36:11 +03:00 |
|
removing-extern-crate.rs
|
update UI test
|
2018-09-06 23:01:35 +02:00 |
|
removing-extern-crate.stderr
|
update UI test
|
2018-09-06 23:01:35 +02:00 |
|
repeat-to-run-dtor-twice.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
repeat-to-run-dtor-twice.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
repeat_count.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
repeat_count.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
repr.rs
|
|
|
|
repr.stderr
|
|
|
|
required-lang-item.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
required-lang-item.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
resolve_self_super_hint.rs
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
resolve_self_super_hint.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
ret-non-nil.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
ret-non-nil.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
retslot-cast.rs
|
remove #[rustc_error] from ui/ tests that remain compile-fail tests.
|
2018-11-07 13:09:52 +01:00 |
|
retslot-cast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rfc1623.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rfc1623.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta-lib-pass.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta-pass.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta-priv-warn.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta_lib.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta_lib.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta_meta_main.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rmeta_meta_main.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rust-unstable-column-gated.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rust-unstable-column-gated.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rustc-args-required-const.rs
|
Only promote calls to #[rustc_promotable] const fns
|
2018-10-03 10:07:05 +02:00 |
|
rustc-args-required-const.stderr
|
Only promote calls to #[rustc_promotable] const fns
|
2018-10-03 10:07:05 +02:00 |
|
rustc-args-required-const2.rs
|
Stabilize 'attr_literals' feature.
|
2018-08-23 19:06:07 -07:00 |
|
rustc-args-required-const2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rustc-error.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
rustc-error.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
safe-extern-statics-mut.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
safe-extern-statics-mut.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
safe-extern-statics.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
safe-extern-statics.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
seq-args.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
seq-args.stderr
|
updates tests to use new error code
|
2018-08-24 08:51:25 -04:00 |
|
shift-various-bad-types.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
shift-various-bad-types.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
short-error-format.rs
|
|
|
|
short-error-format.stderr
|
|
|
|
should-fail-no_gate_irrefutable_if_let_pattern.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
should-fail-no_gate_irrefutable_if_let_pattern.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
should-fail-with_gate_irrefutable_pattern_deny.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
should-fail-with_gate_irrefutable_pattern_deny.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
simd-type-generic-monomorphisation.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
simd-type-generic-monomorphisation.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
simd-type.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
simd-type.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
similar-tokens.rs
|
|
|
|
similar-tokens.stderr
|
|
|
|
single-primitive-inherent-impl.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
single-primitive-inherent-impl.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
sized-cycle-note.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
sized-cycle-note.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
slice-2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
slice-2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
slice-mut-2.nll.stderr
|
optimize let x: T = .. to avoid a temporary
|
2018-09-10 08:28:56 -04:00 |
|
slice-mut-2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
slice-mut-2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
slice-mut.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
slice-mut.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
slightly-nice-generic-literal-messages.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
slightly-nice-generic-literal-messages.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
stable-features.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
stable-features.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
static_sized_requirement.rs
|
Add test for no_core statics
|
2018-10-16 17:01:24 +02:00 |
|
staticness-mismatch.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
staticness-mismatch.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
std-uncopyable-atomics.nll.stderr
|
Don't emit cannot move errors twice in migrate mode
|
2018-10-29 20:22:01 +00:00 |
|
std-uncopyable-atomics.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
std-uncopyable-atomics.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
stmt_expr_attrs_no_feature.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
stmt_expr_attrs_no_feature.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
substs-ppaux.normal.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
substs-ppaux.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
substs-ppaux.verbose.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
suffixed-literal-meta.rs
|
Stabilize 'attr_literals' feature.
|
2018-08-23 19:06:07 -07:00 |
|
suffixed-literal-meta.stderr
|
Stabilize 'attr_literals' feature.
|
2018-08-23 19:06:07 -07:00 |
|
super-at-top-level.rs
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
super-at-top-level.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
suppressed-error.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
suppressed-error.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
switched-expectations.rs
|
|
|
|
switched-expectations.stderr
|
|
|
|
syntax-extension-minor.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
syntax-extension-minor.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
syntax-trait-polarity-feature-gate.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
syntax-trait-polarity-feature-gate.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
syntax-trait-polarity.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
syntax-trait-polarity.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
synthetic-param.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
synthetic-param.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tag-that-dare-not-speak-its-name.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tag-that-dare-not-speak-its-name.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tag-type-args.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tag-type-args.stderr
|
updates tests to use new error code
|
2018-08-24 08:51:25 -04:00 |
|
tag-variant-cast-non-nullary.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tag-variant-cast-non-nullary.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tag-variant-disr-dup.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tag-variant-disr-dup.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tail-typeck.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tail-typeck.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
target-feature-gate.rs
|
test: Ignore ui/target-feature-gate on sparc and sparc64
|
2018-12-19 17:53:03 +01:00 |
|
target-feature-gate.stderr
|
test: Ignore ui/target-feature-gate on sparc and sparc64
|
2018-12-19 17:53:03 +01:00 |
|
target-feature-wrong.rs
|
|
|
|
target-feature-wrong.stderr
|
|
|
|
terr-in-field.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
terr-in-field.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
terr-sorts.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
terr-sorts.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
test-attr-non-associated-functions.rs
|
tidy check fix
|
2018-11-17 12:28:04 +01:00 |
|
test-attr-non-associated-functions.stderr
|
tidy check fix
|
2018-11-17 12:28:04 +01:00 |
|
test-cfg.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
test-cfg.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
test-on-macro.rs
|
Introduce Custom Test Frameworks
|
2018-09-04 22:33:00 -07:00 |
|
test-on-macro.stderr
|
Introduce Custom Test Frameworks
|
2018-09-04 22:33:00 -07:00 |
|
test-should-panic-attr.rs
|
|
|
|
test-should-panic-attr.stderr
|
|
|
|
test-warns-dead-code.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
test-warns-dead-code.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
thread-local-in-ctfe.nll.stderr
|
Update output for borrowck=migrate compare mode.
|
2018-10-17 00:57:32 +02:00 |
|
thread-local-in-ctfe.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
thread-local-in-ctfe.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tool_lints-fail.rs
|
Remove feature(tool_lints) from tests
|
2018-10-09 16:38:38 -07:00 |
|
tool_lints-fail.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tool_lints.rs
|
Remove feature(tool_lints) from tests
|
2018-10-09 16:38:38 -07:00 |
|
tool_lints.stderr
|
|
|
|
trace_macros-format.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
trace_macros-format.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
trace_macros-gate.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
trace_macros-gate.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
trait-method-number-parameters.rs
|
fix span for invalid number of parameters in trait method
|
2018-12-08 20:04:14 +01:00 |
|
trait-method-number-parameters.stderr
|
fix span for invalid number of parameters in trait method
|
2018-12-08 20:04:14 +01:00 |
|
trivial_casts.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
trivial_casts.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
try-on-option.rs
|
|
|
|
try-on-option.stderr
|
|
|
|
try-operator-on-main.rs
|
|
|
|
try-operator-on-main.stderr
|
|
|
|
try-poll.rs
|
|
|
|
tutorial-suffix-inference-test.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
tutorial-suffix-inference-test.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
type_length_limit.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
type_length_limit.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
ui-testing-optout.rs
|
|
|
|
ui-testing-optout.stderr
|
|
|
|
unconstrained-none.rs
|
|
|
|
unconstrained-none.stderr
|
|
|
|
unconstrained-ref.rs
|
|
|
|
unconstrained-ref.stderr
|
|
|
|
underscore-ident-matcher.rs
|
|
|
|
underscore-ident-matcher.stderr
|
Reword incorrect macro invocation primary label
|
2018-11-23 15:37:31 -08:00 |
|
underscore_const_names.rs
|
Reenable const_let feature gate
|
2018-11-30 09:44:15 +01:00 |
|
unevaluated_fixed_size_array_len.rs
|
|
|
|
unevaluated_fixed_size_array_len.stderr
|
|
|
|
unique-object-noncopyable.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unique-object-noncopyable.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unique-pinned-nocopy.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unique-pinned-nocopy.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unknown-language-item.rs
|
|
|
|
unknown-language-item.stderr
|
|
|
|
unknown-lint-tool-name.rs
|
Remove feature(tool_lints) from tests
|
2018-10-09 16:38:38 -07:00 |
|
unknown-lint-tool-name.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unknown-tool-name.rs
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
unknown-tool-name.stderr
|
resolve: Avoid sentence breaks in diagnostics
|
2018-11-18 13:58:36 +03:00 |
|
unnecessary-extern-crate.rs
|
std: Depend directly on crates.io crates
|
2018-12-11 21:08:22 -08:00 |
|
unnecessary-extern-crate.stderr
|
tests: use alloc instead of libc in unnecessary-extern-crate, to make it work on wasm.
|
2018-11-30 06:15:20 +02:00 |
|
unop-move-semantics.nll.stderr
|
Make ui/unop-move-semantics.rs robust w.r.t. NLL.
|
2018-11-05 15:26:02 +01:00 |
|
unop-move-semantics.rs
|
Make ui/unop-move-semantics.rs robust w.r.t. NLL.
|
2018-11-05 15:26:02 +01:00 |
|
unop-move-semantics.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unop-neg-bool.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unop-neg-bool.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unrestricted-attribute-tokens.rs
|
syntax: Enforce attribute grammar in the parser
|
2018-08-15 00:05:55 +03:00 |
|
unsized3.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unsized3.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unsized5.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unsized5.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unsized6.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unsized6.stderr
|
Lift some Sized checks.
|
2018-08-19 08:07:33 +09:00 |
|
unsized7.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unsized7.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unspecified-self-in-trait-ref.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unspecified-self-in-trait-ref.stderr
|
Fixed test stderr files.
|
2018-12-07 23:53:34 +00:00 |
|
unsupported-cast.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
unsupported-cast.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
use-self-in-inner-fn.rs
|
reword label as per review
|
2018-09-05 09:56:01 -07:00 |
|
use-self-in-inner-fn.stderr
|
reword label as per review
|
2018-09-05 09:56:01 -07:00 |
|
used.rs
|
stabilize #[used]
|
2018-09-09 15:43:28 +02:00 |
|
used.stderr
|
update ui tests
|
2018-09-09 22:08:42 +02:00 |
|
useless-pub.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
useless-pub.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
useless_comment.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
useless_comment.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
user-defined-macro-rules.rs
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
user-defined-macro-rules.stderr
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
utf8_idents.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
utf8_idents.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
vector-cast-weirdness.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
vector-cast-weirdness.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
vector-no-ann.rs
|
|
|
|
vector-no-ann.stderr
|
|
|
|
vtable-res-trait-param.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
vtable-res-trait-param.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
walk-struct-literal-with.nll.stderr
|
updates to expected output for other ui tests.
|
2018-10-16 17:11:36 +02:00 |
|
walk-struct-literal-with.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
walk-struct-literal-with.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
warn-path-statement.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
warn-path-statement.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
wasm-custom-section-relocations.rs
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
wasm-custom-section-relocations.stderr
|
cleanup: Add main functions to some UI tests
|
2018-08-31 18:56:15 +03:00 |
|
wasm-import-module.rs
|
|
|
|
wasm-import-module.stderr
|
|
|
|
while-let.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
while-let.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
while-type-error.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
while-type-error.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
windows-subsystem-invalid.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
windows-subsystem-invalid.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
write-to-static-mut-in-static.rs
|
Reenable const_let feature gate
|
2018-11-30 09:44:15 +01:00 |
|
write-to-static-mut-in-static.stderr
|
Reenable const_let feature gate
|
2018-11-30 09:44:15 +01:00 |
|
writing-to-immutable-vec.nll.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
writing-to-immutable-vec.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
writing-to-immutable-vec.stderr
|
use structured suggestion for "missing mut" label
|
2018-09-12 17:16:18 -04:00 |
|
wrong-mul-method-signature.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
wrong-mul-method-signature.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
wrong-ret-type.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
wrong-ret-type.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
xc-private-method.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
xc-private-method.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
xc-private-method2.rs
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |
|
xc-private-method2.stderr
|
Merged migrated compile-fail tests and ui tests. Fixes #46841.
|
2018-08-14 11:12:09 +02:00 |