summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-04-10Update ui testLzu Tao-1/+1
2019-04-07bless the ui testsPietro Albini-3/+3
2019-04-07Only run SIMD tests on x86Oliver Scherer-3/+9
2019-04-07Add more regression tests for accidental promotionOliver Scherer-0/+37
2019-04-07Function arguments should never get promotedOliver Scherer-0/+18
2019-04-06Don't report deprecation lints in derive expansionsOliver Scherer-0/+18
2019-03-26Auto merge of #59259 - petrochenkov:bderval, r=estebankbors-83/+141
2019-03-19bless ui testsPietro Albini-2/+2
2019-03-19resolve: Account for new importable entitiesVadim Petrochenkov-0/+42
2019-03-17Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-83/+141
2019-03-16Add regression test for #58886Esteban Küber-0/+53
2019-03-16Collect unclosed delimiters in parent parserEsteban Küber-31/+32
2019-03-16Emit missing unclosed delimiter errorsEsteban Küber-40/+37
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-74/+15
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-16Make migrate mode work at item level granularityMatthew Jasper-0/+100
2019-03-16Don't promote function calls to nonpromotable thingsOliver Scherer-0/+18
2019-03-16Test illustrating that the nested_impl_trait lint should only catch shallow c...Felix S. Klock II-0/+72
2019-03-16Unit (and regression) tests for warning cycle code.Felix S. Klock II-59/+140
2019-03-16Handle type annotations in promoted MIR correctlyMatthew Jasper-0/+29
2019-03-16Include bounds from promoted constants in NLLMatthew Jasper-3/+78
2019-02-25Auto merge of #57367 - petrochenkov:unrestab, r=Centrilbors-68/+86
2019-02-25Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichtonbors-4/+3
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-60/+19
2019-02-25Restrict value in key-value attributes to literalsVadim Petrochenkov-13/+72
2019-02-25Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=CentrilMazdak Farrokhzad-17/+30
2019-02-25Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelixbors-90/+185
2019-02-25Rollup merge of #58370 - nox:relax-bounds, r=dtolnayMazdak Farrokhzad-10/+11
2019-02-24Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichtonbors-0/+33
2019-02-24Auto merge of #58691 - Centril:rollup, r=Centrilbors-0/+72
2019-02-24Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebankMazdak Farrokhzad-0/+72
2019-02-24Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisabors-0/+53
2019-02-23Use E0724 instead of E0723 as an error codegnzlbg-2/+2
2019-02-23Correct error messagegnzlbg-3/+3
2019-02-23Implement ffi_returns_twice attributegnzlbg-0/+33
2019-02-23Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasperMazdak Farrokhzad-6/+8
2019-02-23Rollup merge of #58648 - pnkfelix:issue-23926-update-tests, r=nikomatsakisMazdak Farrokhzad-12/+24
2019-02-23Rollup merge of #58526 - pmccarter:master, r=estebankMazdak Farrokhzad-0/+19
2019-02-23Rollup merge of #58353 - matthewjasper:typeck-pattern-constants, r=arielb1Mazdak Farrokhzad-20/+58
2019-02-23Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebankMazdak Farrokhzad-10/+10
2019-02-23Improve parsing diagnostic for negative supertrait boundsHoàng Đức Hiếu-0/+72
2019-02-22#58658 bless after line split for tidyPatrick McCarter-5/+5
2019-02-22tidy line length override #58617Patrick McCarter-0/+1
2019-02-22Change byte align message wording #58617Patrick McCarter-2/+2
2019-02-22Invalid byte alignment expected/provided in message #58617Patrick McCarter-5/+6
2019-02-22Switch from error patterns to `//~ ERROR` markers.Felix S. Klock II-8/+11
2019-02-22Make target pointer-width specific variants of (very old) huge-array-simple.r...Felix S. Klock II-4/+13