rust/src/test/ui
2017-11-19 22:22:22 +00:00
..
block-result
borrowck Fix comments 2017-11-13 12:25:13 +09:00
check_match
closure_context
codemap_tests update UI tests 2017-11-19 22:22:22 +00:00
compare-method fix error messages relating to removing lint for E0276 2017-11-16 05:57:44 -05:00
const-eval Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
cross-crate-macro-backtrace update UI tests 2017-11-19 22:22:22 +00:00
did_you_mean
dropck
e0119 Print the conflicting impl on E0119 with external crate. 2017-10-23 04:23:40 +08:00
fmt update UI tests 2017-11-19 22:22:22 +00:00
generator
hello_world
impl-trait Remove left over dead code from suggestion diagnostic refactoring 2017-11-16 16:36:49 +01:00
interior-mutability
invalid-module-declaration
issue-37311-type-length-limit
issue-38875
issue-40402-ref-hints
issue-41652
lifetime-errors Improve SubSupConflict case with one named, one anonymous lifetime parameter #42701 2017-11-12 18:56:45 +03:00
lifetimes update UI tests 2017-11-19 22:22:22 +00:00
lint Auto merge of #45737 - oli-obk:json, r=petrochenkov 2017-11-06 12:18:12 +00:00
lub-glb issue better error message when LUB/GLB diverge under new behavior 2017-11-17 10:32:15 -05:00
macro_backtrace add UI test 2017-11-19 22:22:22 +00:00
macros update UI tests 2017-11-19 22:22:22 +00:00
mismatched_types fallback to provided signature in the event of a type error 2017-11-02 18:38:24 -04:00
missing-items
nll integrate NLL with MIR type-checker 2017-11-16 05:57:47 -05:00
on-unimplemented
print_type_sizes
print-fuel
pub
reachable update UI tests 2017-11-19 22:22:22 +00:00
resolve Remove left over dead code from suggestion diagnostic refactoring 2017-11-16 16:36:49 +01:00
rfc_1940-must_use_on_functions
rfc-2005-default-binding-mode typeck: suggest use of match_default_bindings feature 2017-10-30 19:09:23 -04:00
span update UI tests 2017-11-19 22:22:22 +00:00
suggestions Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis 2017-11-10 17:07:05 +08:00
token
transmute
type-check update UI tests 2017-11-19 22:22:22 +00:00
anonymous-higher-ranked-lifetime.rs
anonymous-higher-ranked-lifetime.stderr
cast-to-unsized-trait-object-suggestion.rs
cast-to-unsized-trait-object-suggestion.stderr
coercion-missing-tail-expected-type.rs
coercion-missing-tail-expected-type.stderr
const-expr-addr-operator.rs
const-expr-addr-operator.stderr
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
deprecated-macro_escape-inner.stderr
deprecated-macro_escape.rs
deprecated-macro_escape.stderr
deref-suggestion.rs
deref-suggestion.stderr Remove unused AsciiExt imports and fix tests related to ascii methods 2017-11-03 21:27:40 +01:00
deriving-meta-empty-trait-list.rs
deriving-meta-empty-trait-list.stderr
enum-size-variance.rs
enum-size-variance.stderr
explain.rs
explain.stdout
extern-const.rs
extern-const.stderr
issue-13483.rs
issue-13483.stderr
issue-19100.rs
issue-19100.stderr
issue-22644.rs
issue-22644.stderr Remove left over dead code from suggestion diagnostic refactoring 2017-11-16 16:36:49 +01:00
issue-26548.rs
issue-26548.stderr
issue-33525.rs
issue-33525.stderr
issue-33941.rs deduplicate projection error (E0271) messages 2017-11-12 19:34:27 -08:00
issue-33941.stderr deduplicate projection error (E0271) messages 2017-11-12 19:34:27 -08:00
issue-35241.rs Improve display of error E0308 for structs 2017-11-01 10:21:26 +11:00
issue-35241.stderr Improve display of error E0308 for structs 2017-11-01 10:21:26 +11:00
issue-35675.rs
issue-35675.stderr Remove left over dead code from suggestion diagnostic refactoring 2017-11-16 16:36:49 +01:00
issue-35976.rs
issue-35976.stderr
issue-36400.rs
issue-36400.stderr
issue-40782.rs Add a nicer error message for missing in for loop, fixes #40782. 2017-10-30 22:33:57 +00:00
issue-40782.stderr Remove the redundant span_label. 2017-11-01 23:43:32 +00:00
issue-42106.rs Move issue-42106 test from compile-fail to ui 2017-10-30 11:28:44 +11:00
issue-42106.stderr Move issue-42106 test from compile-fail to ui 2017-10-30 11:28:44 +11:00
issue-42954.rs
issue-42954.stderr
issue-43806.rs
issue-44023.rs
issue-44023.stderr
issue-44078.rs
issue-44078.stderr Display spans correctly when there are non-half-width characters 2017-11-03 03:15:39 +09:00
issue-44406.rs
issue-44406.stderr Detect = -> : typo in let bindings 2017-11-03 17:39:16 -07:00
issue-45107-unnecessary-unsafe-in-closure.rs collect unused unsafe code 2017-11-06 23:41:18 +02:00
issue-45107-unnecessary-unsafe-in-closure.stderr check_unsafety: fix unused unsafe block duplication 2017-11-14 16:38:34 +02:00
issue-45296.rs
issue-45296.stderr edit and fix bad spacing of inner-attribute-not-allowed note 2017-10-30 17:11:33 -07:00
issue-45730.rs Forbid casting to/from a pointer of unknown kind 2017-11-07 01:45:57 +09:00
issue-45730.stderr Forbid casting to/from a pointer of unknown kind 2017-11-07 01:45:57 +09:00
loop-break-value-no-repeat.rs
loop-break-value-no-repeat.stderr
method-call-err-msg.rs
method-call-err-msg.stderr
method-call-lifetime-args-lint.rs
method-call-lifetime-args-lint.stderr
method-call-lifetime-args.rs
method-call-lifetime-args.stderr
mut-ref.rs
mut-ref.stderr
path-lookahead.rs
path-lookahead.stderr Add several lints into unused lint group 2017-10-29 22:14:23 +03:00
regions-fn-subtyping-return-static.rs
regions-fn-subtyping-return-static.stderr
resolve-error.stderr
shadowed-type-parameter.rs
shadowed-type-parameter.stderr
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 Update tests for less noisy error messages 2017-10-25 07:39:15 +11:00
similar-tokens.stderr Update tests for less noisy error messages 2017-10-25 07:39:15 +11:00
static-lifetime.rs
static-lifetime.stderr update test/ui/static-lifetime.stderr with new error message 2017-11-09 09:21:54 -05:00
str-lit-type-mismatch.rs
str-lit-type-mismatch.stderr
struct-field-init-syntax.rs
struct-field-init-syntax.stderr
test-should-panic-attr.rs
test-should-panic-attr.stderr
trait-method-private.rs
trait-method-private.stderr
unboxed-closures-infer-fn-once-move-from-projection.rs look for the note on the guarantor, not the root cmt 2017-11-08 05:29:03 -05:00
unboxed-closures-infer-fn-once-move-from-projection.stderr look for the note on the guarantor, not the root cmt 2017-11-08 05:29:03 -05:00
union-fields.rs
union-fields.stderr
union-sized-field.rs
union-sized-field.stderr
update-all-references.sh
update-references.sh