summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2018-11-25resolve: Fix bad span arithmetics in import conflict diagnosticsVadim Petrochenkov-3/+20
2018-11-22add compile-pass annotationNiko Matsakis-0/+2
2018-11-22add regression testNiko Matsakis-0/+13
2018-11-17resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-17/+17
2018-11-17resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-7/+7
2018-11-15Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait`Esteban Küber-0/+72
2018-11-10Bubble up an overflow error so that rustdoc can ignore itOliver Scherer-1/+2
2018-10-29back out bogus `Ok`-wrapping suggestion on `?` arm type mismatchZack M. Davis-33/+2
2018-10-29resolve: Desugar empty import groups into synthetic dummy importsVadim Petrochenkov-5/+5
2018-10-29resolve: More precise spans for privacy errorsVadim Petrochenkov-26/+26
2018-10-25Rollup merge of #55173 - estebank:suggest-static, r=oli-obkPietro Albini-6/+3
2018-10-23Auto merge of #55229 - nikomatsakis:issue-54692-closure-signatures, r=Matthew...bors-7/+5
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-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
2018-10-19Only suggest paths that exist.David Wood-0/+40
2018-10-19Fixed: Multiple errors on single typo in match patternPramod Bisht-13/+6
2018-10-19Auto merge of #55004 - oli-obk:sized_static, r=cramertjbors-28/+26
2018-10-18Rollup merge of #55104 - estebank:addtest, r=alexcrichtonkennytm-0/+16
2018-10-17Auto merge of #55134 - davidtwco:issue-55118, r=pnkfelixbors-151/+166
2018-10-17Auto merge of #54946 - estebank:iterator, r=varkorbors-21/+68
2018-10-17fix other tests failing due to change in case or new suggestion for extern crateFrançois Mockers-17/+17
2018-10-17apply reviewFrançois Mockers-30/+60
2018-10-17Update output for borrowck=migrate compare mode.David Wood-151/+166
2018-10-16updates to expected output for other ui tests.Felix S. Klock II-3/+3
2018-10-16Use platform independent typesOliver Scherer-5/+4
2018-10-16Check the type of statics and constants for `Sized`nessOliver Scherer-28/+27
2018-10-16#45829 when a renamed import conflict with a previous importFrançois Mockers-0/+194
2018-10-15Add test for #34229Esteban Küber-0/+16
2018-10-15Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkovManish Goregaokar-1/+1
2018-10-15Rollup merge of #54991 - euclio:issue-23189, r=tmandryManish Goregaokar-0/+24
2018-10-13Auto merge of #55017 - memoryruins:add-tests, r=alexcrichtonbors-0/+49
2018-10-13Auto merge of #54980 - zackmdavis:and_the_case_of_the_universal_call, r=oli-obkbors-6/+2
2018-10-12Add missing lifetime fragment specifier to error message.Eric Huss-1/+1
2018-10-12Add nll stderr to #52240memoryruins-0/+9
2018-10-12Add test for issue #52240memoryruins-0/+25
2018-10-12Add test for issue #54966memoryruins-0/+15
2018-10-12add test for #23189Andy Russell-0/+24
2018-10-12Rollup merge of #54825 - davidtwco:issue-52663-deref-raw-pointer, r=pnkfelixkennytm-4/+4
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-6/+2
2018-10-11review commentsEsteban Küber-1/+1