about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2017-11-13Rollup merge of #45952 - zackmdavis:singular_projection, r=estebankkennytm-0/+36
2017-11-13Rollup merge of #45927 - sinkuu:mir-borrowck-closure, r=estebankkennytm-0/+208
2017-11-12deduplicate projection error (E0271) messagesZack M. Davis-0/+36
2017-11-13Fix commentsShotaro Yamada-1/+1
2017-11-12Improve SubSupConflict case with one named, one anonymous lifetime parameter ...Cengiz Can-91/+48
2017-11-12Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1bors-6/+11
2017-11-12Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=...bors-0/+42
2017-11-12MIR-borrowck: fix diagnostics for closuresShotaro Yamada-0/+208
2017-11-11Rollup merge of #45877 - mikhail-m1:mir-borrowck-act-on-moved, r=arielb1Guillaume Gomez-0/+39
2017-11-11Auto merge of #45807 - tommyip:format_err, r=estebankbors-2/+2
2017-11-10Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakisbors-0/+70
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-8/+114
2017-11-10Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnaykennytm-42/+0
2017-11-10Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakiskennytm-0/+55
2017-11-09Don't emit the feature error if it's an invalid self typeMichael Hewson-10/+1
2017-11-09add reinit testMikhail Modin-0/+39
2017-11-09update test/ui/static-lifetime.stderr with new error messageMichael Hewson-2/+7
2017-11-09Allow a trailing comma in assert_eq/ne macroKonrad Borowski-42/+0
2017-11-08update ui test to new error messageMichael Hewson-5/+14
2017-11-08Auto merge of #45452 - estebank:colon-typo, r=nikomatsakisbors-29/+32
2017-11-08Fix help for duplicated names: `extern crate (...) as (...)`Esteban Küber-0/+55
2017-11-08Auto merge of #45575 - michaelwoerister:tweak-inline-trans-items, r=nikomatsakisbors-1/+3
2017-11-08look for the note on the guarantor, not the root cmtNiko Matsakis-0/+42
2017-11-08Auto merge of #45735 - tirr-c:issue-45730, r=arielb1bors-0/+51
2017-11-07Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakiskennytm-11/+52
2017-11-07Update invalid inline arg test.Michael Woerister-1/+3
2017-11-06review commentsEsteban Küber-2/+2
2017-11-06Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1bors-0/+51
2017-11-06collect unused unsafe codeAriel Ben-Yehuda-8/+114
2017-11-07Forbid casting to/from a pointer of unknown kindWonwoo Choi-0/+51
2017-11-06Update tests for new format! error messageTommy Ip-2/+2
2017-11-06Auto merge of #45737 - oli-obk:json, r=petrochenkovbors-5/+383
2017-11-06Adjust json errors to byte changesOliver Schneider-32/+32
2017-11-05Handle anon lifetime arg being returned with named lifetime return typeEsteban Küber-3/+44
2017-11-05Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1bors-18/+1
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-2/+2
2017-11-04Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors-2/+67
2017-11-04Rollup merge of #45639 - LaurentMazare:master, r=petrochenkovkennytm-0/+23
2017-11-03Detect `=` -> `:` typo in let bindingsEsteban Küber-29/+32
2017-11-04Give better help for identifier patterns failing exhaustiveness checkVadim Petrochenkov-3/+3
2017-11-04Move some tests to UIVadim Petrochenkov-0/+70
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-2/+2
2017-11-03Auto merge of #45569 - zackmdavis:unexported_pub_lint, r=petrochenkovbors-0/+411
2017-11-03Don't add a new -Z flag, reuse -Zunstable-optionsOliver Schneider-2/+2
2017-11-03Pretty print json in ui testsOliver Schneider-5/+383
2017-11-02unreachable-pub lint for `pub` items not reachable from crate rootZack M. Davis-0/+411
2017-11-03Auto merge of #45484 - oli-obk:lint_names, r=nikomatsakisbors-1/+1
2017-11-02fallback to provided signature in the event of a type errorNiko Matsakis-18/+1
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-2/+67
2017-11-02Auto merge of #45409 - tamird:suggest-match-default-bindings, r=nikomatsakisbors-3/+36