about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-09-05Rollup merge of #64063 - JohnTitor:fix-const-err, r=oli-obkMazdak Farrokhzad-41/+290
2019-09-05Rollup merge of #64110 - estebank:receiver-type, r=CentrilMazdak Farrokhzad-22/+27
2019-09-04Add compile flagYuki Okushi-41/+43
2019-09-03Rollup merge of #64049 - estebank:if-else-type-err, r=CentrilMazdak Farrokhzad-14/+2
2019-09-02review commentsEsteban Küber-1/+11
2019-09-02On object safety violation, point at source when possibleEsteban Küber-9/+14
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-14/+14
2019-09-02Do not complain about unconstrained params when Self is Ty ErrorEsteban Küber-0/+14
2019-09-02Fix tests againYuki Okushi-33/+348
2019-09-02Fix condition and tests' flagsYuki Okushi-101/+33
2019-09-02Fix overflow_checkYuki Okushi-30/+100
2019-09-02Add `overflow_check` checkYuki Okushi-6/+0
2019-09-02Add `opt-level` checkYuki Okushi-100/+36
2019-08-31Emit a single error on if expr with expectation and no else clauseEsteban Küber-14/+2
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-136/+75
2019-08-29Rollup merge of #63867 - petrochenkov:dhelpers, r=matthewjasperMazdak Farrokhzad-1/+10
2019-08-27resolve: Block expansion of a derive container until all its derives are reso...Vadim Petrochenkov-1/+10
2019-08-23Simplify eager normalization of constantsOliver Scherer-5/+5
2019-08-21more `--bless`ing + test error annotations fixesArtem Varaksa-2/+2
2019-08-21improve diagnostics: break/continue wrong contextArtem Varaksa-14/+14
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-10/+6
2019-08-17Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, ...Mazdak Farrokhzad-7/+1
2019-08-16Update stderr files with --blesssd234678-1/+1
2019-08-16Remove meaningless comments in src/testsd234678-6/+0
2019-08-15resolve: Move macro resolution traces from `Module`s to `Resolver`Vadim Petrochenkov-6/+6
2019-08-15Rollup merge of #63577 - meffij:test-hrtb, r=alexcrichtonMazdak Farrokhzad-0/+31
2019-08-14Test HRTB issue accepted by compilernivlac-0/+31
2019-08-14Rollup merge of #63507 - estebank:type-inference-error, r=CentrilMazdak Farrokhzad-4/+1
2019-08-13Suggest giving return type to closures on E0282Esteban Küber-4/+1
2019-08-13Apply Centril's suggestionEric Huss-2/+2
2019-08-13Fix typo in error message.Eric Huss-2/+2
2019-08-11Regression test for #56870Adrian Budau-0/+38
2019-08-10Rollup merge of #63337 - estebank:break-ee0308, r=CentrilMazdak Farrokhzad-10/+23
2019-08-09review comments: typo and rewordingEsteban Küber-5/+5
2019-08-09review comment: review wording or missing return errorEsteban Küber-4/+4
2019-08-09Tweak wording of fn without explicit returnEsteban Küber-4/+4
2019-08-09Recover parser from `foo(_, _)`Esteban Küber-2/+9
2019-08-09When suggesting fn call use an appropriate number of placeholder argumentsEsteban Küber-1/+1
2019-08-09Suggest calling function on type error when finding bare fnEsteban Küber-1/+4
2019-08-09Change wording for function without return valueEsteban Küber-4/+4
2019-08-09Tweak mismatched types error on break expressionsEsteban Küber-3/+6
2019-08-09Rollup merge of #63397 - JohnTitor:add-tests-for-ices, r=CentrilMazdak Farrokhzad-0/+94
2019-08-09Rollup merge of #63289 - kornelski:missingcrate, r=zackmdavisMazdak Farrokhzad-7/+7
2019-08-09Add test for issue-44405Yuki Okushi-0/+33
2019-08-09Add test for issue-43623Yuki Okushi-0/+61
2019-08-08Rollup merge of #63370 - JohnTitor:fix-ice-63364, r=varkorMazdak Farrokhzad-0/+20
2019-08-08Rollup merge of #63259 - JohnTitor:add-tests-for-some-issues, r=CentrilMazdak Farrokhzad-0/+53
2019-08-08Rollup merge of #62994 - iluuu1994:test-for-43398, r=nikomatsakisMazdak Farrokhzad-0/+15
2019-08-08Return early to avoid failing assertionYuki Okushi-0/+20
2019-08-07Auto merge of #63152 - estebank:big-array, r=oli-obkbors-22/+55