rust/src/test/ui
2017-12-01 01:26:29 -05:00
..
block-result Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
borrowck Rollup merge of #46231 - ritiek:verbs, r=arielb1 2017-11-28 03:16:44 +08:00
check_match Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
closure_context Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
codemap_tests mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
compare-method Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
const-eval Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
cross-crate-macro-backtrace mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
did_you_mean Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
dropck Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
e0119 Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
fmt mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
generator Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
hello_world add UI testing framework 2016-05-13 15:22:45 -07:00
impl-trait Make main span in impl-trait ciclic reference point to def_span 2017-11-27 06:00:20 -08:00
in-band-lifetimes Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
interior-mutability Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
invalid-module-declaration Revert "Change error count messages" 2017-07-02 13:49:30 +03:00
issue-37311-type-length-limit Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-38875 rustc: evaluate fixed-length array length expressions lazily. 2017-09-11 08:41:16 +03:00
issue-40402-ref-hints Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-41652 Add help for static method invalid use 2017-08-14 20:56:54 +02:00
lifetime-errors Don't show first assignment in loops 2017-11-27 08:07:49 +00:00
lifetimes mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
lint Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
lub-glb Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macro_backtrace Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
macros mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
mismatched_types Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
missing-items Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
nll Update tests for -Zborrowck-mir -> -Zborrowck=mode migration 2017-11-26 16:39:15 +01:00
on-unimplemented Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
print-fuel UI test for -Z print-fuel=foo 2017-04-11 14:36:08 +03:00
print_type_sizes rustc: extend the niche-filling enum optimization past 2 variants. 2017-11-19 02:43:56 +02:00
pub Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
reachable mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
resolve Fix test 2017-11-27 06:01:16 -08:00
rfc-2005-default-binding-mode Use get_parent_node instead of using spans 2017-11-24 08:26:45 -08:00
rfc1598-generic-associated-types demonstrate how we can write "successful parse" tests quite easily 2017-12-01 01:26:29 -05:00
rfc_1940-must_use_on_functions Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
span Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon 2017-11-29 18:37:47 +08:00
suggestions Rollup merge of #46249 - estebank:suggest-slice, r=arielb1 2017-11-28 03:16:46 +08:00
token Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
transmute Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
type-check mention nightly in -Z external-macro-backtrace note 2017-11-26 18:28:38 +00:00
anonymous-higher-ranked-lifetime.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
anonymous-higher-ranked-lifetime.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
cast-to-unsized-trait-object-suggestion.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
cast-to-unsized-trait-object-suggestion.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
coercion-missing-tail-expected-type.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
coercion-missing-tail-expected-type.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
command-line-diagnostics.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
command-line-diagnostics.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
const-expr-addr-operator.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
const-expr-addr-operator.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
const-pattern-irrefutable.rs Move some tests to UI 2017-11-04 03:09:47 +03:00
const-pattern-irrefutable.stderr Give better help for identifier patterns failing exhaustiveness check 2017-11-04 03:09:47 +03:00
deprecated-macro_escape-inner.rs Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
deprecated-macro_escape-inner.stderr Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
deprecated-macro_escape.rs Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
deprecated-macro_escape.stderr Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
deref-suggestion.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
deref-suggestion.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
deriving-meta-empty-trait-list.rs Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
deriving-meta-empty-trait-list.stderr Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
deriving-with-repr-packed.rs improve error messages 2017-11-26 19:01:19 +02:00
deriving-with-repr-packed.stderr improve error messages 2017-11-26 19:01:19 +02:00
enum-size-variance.rs compiletest: Support custom normalization rules. 2017-07-11 16:57:52 +08:00
enum-size-variance.stderr compiletest: Support custom normalization rules. 2017-07-11 16:57:52 +08:00
explain.rs Modify --explain to handle hidden code (# ...) and indented code blocks. 2017-06-23 15:31:53 +08:00
explain.stdout Modify --explain to handle hidden code (# ...) and indented code blocks. 2017-06-23 15:31:53 +08:00
extern-const.rs Better diagnostics and recovery for const in extern blocks 2017-08-10 00:52:50 +01:00
extern-const.stderr Reword error hint 2017-08-10 12:31:02 +01:00
issue-13483.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-13483.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-19100.rs Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
issue-19100.stderr Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
issue-22644.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-22644.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-33525.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-33525.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-33941.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-33941.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35241.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35241.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35675.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35675.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35976.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-35976.stderr Add structured suggestions for proc macro use imports 2017-11-20 09:36:49 +01:00
issue-36400.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-36400.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-40782.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-40782.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-42106.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-42106.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-42954.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-42954.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-43806.rs Don't trigger unused_result on functions returning empty enums 2017-08-11 22:07:28 -07:00
issue-44023.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-44023.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-44078.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-44078.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-44406.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-44406.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-45107-unnecessary-unsafe-in-closure.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-45107-unnecessary-unsafe-in-closure.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-45296.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-45296.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-45730.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-45730.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
issue-46186.rs Changed to correct quotes 2017-11-26 07:40:29 -07:00
issue-46186.stderr Added 46186 stderr 2017-11-25 19:30:15 -07:00
loop-break-value-no-repeat.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
loop-break-value-no-repeat.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
method-call-err-msg.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
method-call-err-msg.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
method-call-lifetime-args-lint.rs Add an extra note to late_bound_lifetime_arguments error/lint 2017-07-19 23:12:58 +03:00
method-call-lifetime-args-lint.stderr Add an extra note to late_bound_lifetime_arguments error/lint 2017-07-19 23:12:58 +03:00
method-call-lifetime-args.rs Add an extra note to late_bound_lifetime_arguments error/lint 2017-07-19 23:12:58 +03:00
method-call-lifetime-args.stderr Add an extra note to late_bound_lifetime_arguments error/lint 2017-07-19 23:12:58 +03:00
mut-ref.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
mut-ref.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
owl-import-generates-unused-import-lint.rs Implement RFC 2128 (use_nested_groups) 2017-11-30 13:10:26 +01:00
owl-import-generates-unused-import-lint.stderr Implement RFC 2128 (use_nested_groups) 2017-11-30 13:10:26 +01:00
path-lookahead.rs rustc: Rearchitect lints to be emitted more eagerly 2017-08-09 09:13:51 -07:00
path-lookahead.stderr Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
regions-fn-subtyping-return-static.rs make lifetimes that only appear in return type early-bound 2017-02-05 16:30:03 -05:00
regions-fn-subtyping-return-static.stderr Fix tests 2017-10-08 23:52:15 +09:00
resolve-error.stderr Change some helps to suggestions 2017-07-17 10:03:37 +02:00
shadowed-type-parameter.rs Move type parameter shadowing test to ui 2017-06-28 15:11:05 -07:00
shadowed-type-parameter.stderr report the total number of errors on compilation failure 2017-07-02 16:16:44 +03:00
short-error-format.rs Set short-message feature unstable 2017-11-15 18:13:33 +01:00
short-error-format.stderr Add short message-format 2017-10-20 16:04:32 +02:00
similar-tokens.rs Implement RFC 2128 (use_nested_groups) 2017-11-30 13:10:26 +01:00
similar-tokens.stderr Implement RFC 2128 (use_nested_groups) 2017-11-30 13:10:26 +01:00
static-lifetime.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
static-lifetime.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
str-lit-type-mismatch.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
str-lit-type-mismatch.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
struct-field-init-syntax.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
struct-field-init-syntax.stderr Add error for comma after base struct field 2017-10-11 03:13:25 +02:00
test-should-panic-attr.rs Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
test-should-panic-attr.stderr Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
trait-method-private.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
trait-method-private.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
unboxed-closure-no-cyclic-sig.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
unboxed-closure-no-cyclic-sig.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
unboxed-closures-infer-fn-once-move-from-projection.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
unboxed-closures-infer-fn-once-move-from-projection.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
union-fields.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
union-fields.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
union-sized-field.rs Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
union-sized-field.stderr Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
update-all-references.sh pacify the mercilous tidy 2016-05-16 16:48:48 -04:00
update-references.sh cleanup error reporting and add ui tests 2016-11-01 14:04:14 -04:00