about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2018-11-06Rollup merge of #55700 - pnkfelix:issue-55533-update-ui-tests-wrt-nll, r=davi...kennytm-22/+34
2018-11-06Rollup merge of #55694 - jsirs:issue-31076, r=oli-obkkennytm-0/+36
2018-11-06Rollup merge of #55664 - varkor:all-possible-cases-message, r=zackmdaviskennytm-2/+2
2018-11-06Moved and renamed ui issue tests.Alexander Regueiro-41/+712
2018-11-05Remove `println!`'s from `ui/issues/issue-52126-assign-op-invariance.rs`Felix S. Klock II-5/+5
2018-11-05Make `ui/issues/issue-17263.rs` robust w.r.t. NLL.Felix S. Klock II-17/+29
2018-11-05add test for i32, fix incorrect locationjsirs-2/+10
2018-11-05update test to include concrete type (i32)jsirs-0/+2
2018-11-05Add testjsirs-0/+26
2018-11-04Ignore some more tests on emscriptenNikita Popov-1/+1
2018-11-04Auto merge of #55455 - estebank:expected-descr, r=michaelwoeristerbors-1/+1
2018-11-03Make "all possible cases" help message uniform with existing help messagesvarkor-2/+2
2018-11-01Put backticks around field names, types and paths in error messagesMichael Hewson-1/+1
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-130/+10
2018-10-29Fix regressionEsteban Küber-2/+4
2018-10-29Rollup merge of #55423 - zackmdavis:back_out_bogus_ok_wrapping_suggestion, r=...Pietro Albini-33/+2
2018-10-28Use token description in "expected/found" parse messagesEsteban Küber-5/+3
2018-10-28Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwcokennytm-2/+2
2018-10-28Rollup merge of #55244 - wesleywiser:issue-50411, r=nikomatsakiskennytm-0/+11
2018-10-28resolve: Desugar empty import groups into synthetic dummy importsVadim Petrochenkov-5/+5
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-26/+26
2018-10-27back out bogus `Ok`-wrapping suggestion on `?` arm type mismatchZack M. Davis-33/+2
2018-10-27Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of...bors-3/+3
2018-10-26Auto merge of #55382 - kennytm:rollup, r=kennytmbors-6/+8
2018-10-26Update testsOliver Scherer-2/+2
2018-10-26Rollup merge of #55298 - estebank:macro-def, r=pnkfelixkennytm-1/+4
2018-10-26Rollup merge of #55292 - estebank:macro-eof, r=pnkfelixkennytm-5/+4
2018-10-26Auto merge of #53821 - oli-obk:sanity_query, r=RalfJungbors-16/+50
2018-10-25Rebase falloutOliver Schneider-33/+4
2018-10-25update tests to changes on rustc masterOliver Schneider-6/+16
2018-10-25Deduplicate all the ~~things~~ errorsOliver Schneider-13/+16
2018-10-25Report const eval error inside the queryOliver Schneider-7/+57
2018-10-25Rollup merge of #55173 - estebank:suggest-static, r=oli-obkPietro Albini-6/+3
2018-10-24Point to macro def span instead of whole bodyEsteban Küber-6/+4
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-2/+7
2018-10-23Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew...bors-7/+5
2018-10-23Modify invalid macro in expression context diagnosticEsteban Küber-5/+4
2018-10-23check the self type is well-formedNiko Matsakis-7/+5
2018-10-23Auto merge of #55113 - mockersf:master, r=estebankbors-17/+401
2018-10-23Auto merge of #54778 - scottmcm:stabilize-ihle, r=pnkfelixbors-56/+93
2018-10-22Don't rerun Mir passes when inliningNiko Matsakis-0/+11
2018-10-22review commentsEsteban Küber-12/+3
2018-10-22Suggest appropriate syntax on missing lifetime specifier in return typeEsteban Küber-6/+12
2018-10-21Auto merge of #55069 - matthewjasper:explain-free-region-liveness, r=nikomats...bors-205/+130
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-205/+130
2018-10-21manage cases with tabs or other whitespacesFrançois Mockers-0/+160
2018-10-20Auto merge of #55156 - PramodBisht:issue/52717, r=estebankbors-13/+6
2018-10-1917905 also no longer errors, thanks to IHLEScott McMurray-12/+76
2018-10-19Hooray! 19982 finally works the way people wanted in December 2014 :)Scott McMurray-44/+17
2018-10-20Auto merge of #55007 - davidtwco:issue-39175, r=petrochenkovbors-0/+40