about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-03-10Auto merge of #58498 - euclio:e0432-suggestions, r=estebankbors-7/+7
2019-03-09Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad-4/+109
2019-03-09use structured suggestions for E0432Andy Russell-7/+7
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-0/+60
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 #58861 - estebank:fix-negative-traits, r=petrochenkovPietro Albini-0/+15
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-58/+14
2019-03-06Do not panic on missing close parenEsteban Küber-0/+107
2019-03-06Update testsJohn Kåre Alsaker-4/+109
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-02Point at enum definition when match patterns are not exhaustiveEsteban Küber-14/+32
2019-03-01Expand where negative supertrait specific error is shownEsteban Küber-0/+15
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-0/+1
2019-02-25Rollup merge of #58370 - nox:relax-bounds, r=dtolnayMazdak Farrokhzad-10/+11
2019-02-22Auto merge of #56113 - spastorino:erroneous-loop-diagnostic-in-nll, r=pnkfelixbors-1/+1
2019-02-21update test files to reflect new outputNiko Matsakis-15/+22
2019-02-20Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelixbors-0/+36
2019-02-20Fix erroneous loop diagnostic in nllSantiago Pastorino-1/+1
2019-02-16Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obkkennytm-1/+4
2019-02-16Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakiskennytm-0/+59
2019-02-15make generalization code create new variables in correct universeNiko Matsakis-0/+36
2019-02-14add .stderr fileNiko Matsakis-0/+17
2019-02-14Update const fn testsvarkor-1/+4
2019-02-14rustc_mir: split qualify_consts' checking and value qualification.Eduard-Mihai Burtescu-4/+4
2019-02-14Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obkMazdak Farrokhzad-1/+1
2019-02-14Rollup merge of #58267 - estebank:match-arms, r=matthewjasperMazdak Farrokhzad-24/+33
2019-02-13Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S>Anthony Ramine-10/+11
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-7/+9
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-1/+1
2019-02-11Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebankbors-1/+1
2019-02-10Re-blessed tests.Alexander Regueiro-1/+3
2019-02-10tests: doc commentsAlexander Regueiro-6/+6
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-1/+1
2019-02-08unused_imports: update testsPietro Albini-1/+1
2019-02-07Resolve incorrect diagnostic for using a non-const value in a constantvarkor-24/+16
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-27/+27
2019-02-07Adjust parser generic parameter errorsvarkor-20/+16
2019-02-07Update testsvarkor-42/+36
2019-02-07Reweork incompatible match arms errorEsteban Küber-24/+33
2019-02-07add doc comment and revert angle bracket changeEsteban Küber-2/+2
2019-02-07Update test output after rebaseEsteban Küber-3/+3
2019-02-06Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkovbors-2/+2
2019-02-06Overhaul `syntax::fold::Folder`.Nicholas Nethercote-2/+2
2019-02-05Auto merge of #57973 - davidtwco:issue-52891, r=estebankbors-16/+265
2019-02-02Update visibility of intermediate use items.David Wood-0/+35
2019-02-01add regression test for #57979Niko Matsakis-0/+42