summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-03-16Reduce test caseEsteban Küber-18/+4
2019-03-16Emit unclosed delimiters during recoveryEsteban Küber-1/+13
2019-03-16Bail when encountering a second unexpected token in the same spanEsteban Küber-58/+14
2019-03-16Do not panic on missing close parenEsteban Küber-0/+107
2019-03-16Expand where negative supertrait specific error is shownEsteban Küber-0/+15
2019-03-16Unit (and regression) tests for warning cycle code.Felix S. Klock II-59/+0
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
2019-01-31Add suggestion for duplicated import.David Wood-16/+265
2019-01-30Don't panic when accessing enum variant ctor using `Self` in matchEsteban Küber-0/+24
2019-01-29Auto merge of #57901 - lqd:issue_57362, r=nikomatsakisbors-10/+80
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather tha...Rémy Rakic-6/+6
2019-01-28Rollup merge of #57904 - euclio:attribute-typos, r=davidtwcoMazdak Farrokhzad-1/+1
2019-01-28Unused variable suggestions on all patterns.David Wood-3/+107
2019-01-27add typo suggestion to unknown attribute errorAndy Russell-1/+1
2019-01-27When mentioning lifetimes, put either the trait ref or the self type closer t...Rémy Rakic-2/+2
2019-01-27Fix issue-57362-1.rs attributesRémy Rakic-0/+0
2019-01-27identify when implemented for "some specific lifetime"Niko Matsakis-12/+14
2019-01-27break apart testsNiko Matsakis-17/+24