about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2019-11-15Rollup merge of #66419 - JohnTitor:ignore-underscore, r=varkorYuki Okushi-0/+10
2019-11-15Rollup merge of #66391 - estebank:if-else-async-ice, r=CentrilYuki Okushi-0/+26
2019-11-15Rollup merge of #66388 - estebank:melt-ice, r=CentrilYuki Okushi-0/+33
2019-11-15Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obkYuki Okushi-21/+9
2019-11-14review commentsEsteban Küber-0/+2
2019-11-15Don't warn labels beginning with `_`Yuki Okushi-0/+10
2019-11-14Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centrilbors-21/+38
2019-11-14Adapt error index generator to the new formatGuillaume Gomez-1/+1
2019-11-14Fix ui tests with better error code usageGuillaume Gomez-22/+39
2019-11-14Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelixbors-444/+1
2019-11-14Auto merge of #66403 - JohnTitor:rollup-7obuivl, r=JohnTitorbors-103/+178
2019-11-14Rollup merge of #66361 - Centril:66357, r=pnkfelixYuki Okushi-0/+30
2019-11-14Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=CentrilYuki Okushi-77/+62
2019-11-14Rollup merge of #66264 - guanqun:fix-mbe-missing-close-delim, r=estebankYuki Okushi-3/+37
2019-11-14Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc...Yuki Okushi-23/+49
2019-11-14Auto merge of #66233 - cjgillot:constkind, r=oli-obkbors-2/+2
2019-11-13Do not ICE in `if` without `else` in `async fn`Esteban Küber-0/+24
2019-11-13Do not ICE on recovery from unmet associated type bound obligationEsteban Küber-0/+33
2019-11-13Bless miri unleashed test now that errors are mandatoryDylan MacKenzie-7/+13
2019-11-13Bless less verbose error messagesDylan MacKenzie-161/+67
2019-11-13Bless back-compat breakagesDylan MacKenzie-10/+45
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-243/+437
2019-11-13Extend const-loop and const-if to handle more casesDylan MacKenzie-21/+71
2019-11-13Remove if/loop tests from min_const_fnDylan MacKenzie-4/+0
2019-11-13Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...Robin Kruppe-444/+1
2019-11-13Rollup merge of #66331 - JohnTitor:add-tests, r=CentrilYuki Okushi-0/+228
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-8/+78
2019-11-13Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavusYuki Okushi-4/+4
2019-11-13parser: don't use `unreachable!()` in `fn unexpected`.Mazdak Farrokhzad-0/+30
2019-11-13Tweak non-char/numeric in range pattern diagnosticYuki Okushi-77/+62
2019-11-12Bless symbol-names.Camille GILLOT-2/+2
2019-11-12Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelixbors-6/+190
2019-11-13Add test for issue-63279Yuki Okushi-0/+22
2019-11-13Add test for issue-52432Yuki Okushi-0/+38
2019-11-13Add test for issue-40231Yuki Okushi-0/+108
2019-11-13Add test for issue-30904Yuki Okushi-0/+60
2019-11-12check-consts remove cannot mutate statics in initializer of another static errorSantiago Pastorino-21/+9
2019-11-12Auto merge of #66323 - JohnTitor:rollup-jl8xdk4, r=JohnTitorbors-6/+27
2019-11-12Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkorYuki Okushi-0/+21
2019-11-12Rollup merge of #66278 - LukasKalbertodt:fix-proc-macro-error, r=CentrilYuki Okushi-6/+6
2019-11-12Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkorbors-12/+275
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-6/+73
2019-11-11Fix soundness issue with index bounds checksMatthew Jasper-0/+117
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-0/+21
2019-11-11fix an ICE in macro's diagnostic messageGuanqun Lu-3/+37
2019-11-11Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkovbors-324/+369
2019-11-11Fix error message about exported symbols from proc-macro cratesLukas Kalbertodt-6/+6
2019-11-11Auto merge of #66250 - oli-obk:no_fields_in_empty_unions, r=eddybbors-0/+15
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-324/+369
2019-11-10Auto merge of #66070 - petrochenkov:regattr, r=matthewjasperbors-28/+261