about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-03-11Auto merge of #58788 - matthewjasper:compare-children, r=pnkfelixbors-0/+100
2019-03-11Auto merge of #58784 - oli-obk:accidental_promotion, r=eddybbors-0/+18
2019-03-10Make migrate mode work at item level granularityMatthew Jasper-0/+100
2019-03-10Auto merge of #58498 - euclio:e0432-suggestions, r=estebankbors-48/+96
2019-03-09Rollup merge of #58762 - petrochenkov:unwind, r=Mark-SimulacrumMazdak Farrokhzad-0/+51
2019-03-09Rollup merge of #58750 - TimDiekmann:master, r=oli-obkMazdak Farrokhzad-0/+99
2019-03-09Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad-22/+127
2019-03-09use structured suggestions for E0432Andy Russell-48/+96
2019-03-09Auto merge of #57882 - euclio:unused-doc-attributes, r=estebankbors-22/+113
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-7/+221
2019-03-08expand unused doc comment diagnosticAndy Russell-29/+100
2019-03-08improve unused doc comment diagnostic reportingAndy Russell-6/+26
2019-03-08Rollup merge of #59007 - varkor:invalid-const-arg-test, r=petrochenkovPietro Albini-0/+12
2019-03-08Rollup merge of #58970 - pnkfelix:issue-58158-size-of-assoc-type-ice, r=petro...Pietro Albini-0/+40
2019-03-08Rollup merge of #58961 - estebank:issue-58462, r=varkorPietro Albini-4/+4
2019-03-08Rollup merge of #58931 - estebank:elide-receiver-tyerr, r=varkorPietro Albini-0/+30
2019-03-08Rollup merge of #58921 - cuviper:issue-50582, r=varkorPietro Albini-0/+15
2019-03-08Rollup merge of #58883 - estebank:unused-closure-arg, r=varkorPietro Albini-0/+40
2019-03-08Rollup merge of #58877 - estebank:macro-borrow, r=davidtwcoPietro Albini-3/+45
2019-03-08Rollup merge of #58861 - estebank:fix-negative-traits, r=petrochenkovPietro Albini-0/+15
2019-03-08Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavisPietro Albini-0/+20
2019-03-08Auto merge of #58903 - estebank:forgetful-delims, r=petrochenkovbors-33/+130
2019-03-07Add a test for invalid const argumentsvarkor-0/+12
2019-03-06Add regression test for #58886Esteban Küber-0/+53
2019-03-06Collect unclosed delimiters in parent parserEsteban Küber-31/+32
2019-03-06Emit missing unclosed delimiter errorsEsteban Küber-40/+37
2019-03-06Reduce test caseEsteban Küber-18/+4
2019-03-06Emit unclosed delimiters during recoveryEsteban Küber-1/+13
2019-03-06Bail when encountering a second unexpected token in the same spanEsteban Küber-74/+15
2019-03-06Do not panic on missing close parenEsteban Küber-0/+107
2019-03-06Surround found token with `Esteban Küber-2/+2
2019-03-06Regression test for issue #58158.Felix S. Klock II-0/+40
2019-03-06Update testsJohn Kåre Alsaker-4/+109
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-18/+18
2019-03-05On incorrect cfg literal/identifier, point at the right spanEsteban Küber-2/+2
2019-03-05Fix negative integer literal testvarkor-19/+8
2019-03-05Update test falloutvarkor-18/+4
2019-03-05Update const generics testsvarkor-53/+30
2019-03-04Elide invalid method receiver error when it contains TyErrEsteban Küber-0/+30
2019-03-04Add an explicit test for issue #50582Josh Stone-0/+15
2019-03-04On return type `impl Trait` for block with no expr point at last semiEsteban Küber-0/+20
2019-03-04Auto merge of #58380 - estebank:missing-match-pats, r=zackmdavisbors-67/+285
2019-03-03Add .nll.stderr outputTim-0/+39
2019-03-03Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelixbors-0/+221
2019-03-02Reword error messageEsteban Küber-1/+1
2019-03-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-66/+284
2019-03-02Suggest appropriate code for unused field when desrtucturing pattternEsteban Küber-0/+40
2019-03-02Suggest removal of `&` when borrowing macro and appropriateEsteban Küber-3/+45
2019-03-01Expand where negative supertrait specific error is shownEsteban Küber-0/+15
2019-03-01Handle type annotations in promoted MIR correctlyMatthew Jasper-0/+29