about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-11-20Rollup merge of #66535 - estebank:issue-62480, r=matthewjasperMazdak Farrokhzad-0/+18
2019-11-20Auto merge of #66392 - estebank:trait-alias-ice, r=eddybbors-0/+29
2019-11-19Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomezMazdak Farrokhzad-0/+1
2019-11-19Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPCMazdak Farrokhzad-1/+5
2019-11-19Auto merge of #66206 - PotHix:master, r=estebankbors-2/+2
2019-11-18Avoid ICE when `break`ing to an unreachable labelEsteban Küber-0/+18
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+14
2019-11-18Update ui testsGuillaume Gomez-1/+5
2019-11-17review commentsEsteban Küber-1/+1
2019-11-17Do not ICE on trait aliases with missing obligationsEsteban Küber-0/+29
2019-11-16Update ui testsclemencetbk-0/+1
2019-11-15Rollup merge of #66388 - estebank:melt-ice, r=CentrilYuki Okushi-0/+33
2019-11-14Auto merge of #66314 - GuillaumeGomez:move-error-codes, r=Centrilbors-0/+2
2019-11-14Fix ui tests with better error code usageGuillaume Gomez-0/+2
2019-11-14Auto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelixbors-6/+0
2019-11-14Rollup merge of #66253 - ohadravid:improve-errors-after-re-rebalance-coherenc...Yuki Okushi-0/+1
2019-11-13Do not ICE on recovery from unmet associated type bound obligationEsteban Küber-0/+33
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-30/+73
2019-11-13Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-exter...Robin Kruppe-6/+0
2019-11-13Rollup merge of #66331 - JohnTitor:add-tests, r=CentrilYuki Okushi-0/+108
2019-11-13Rollup merge of #66186 - GuillaumeGomez:long-err-explanation-E0623, r=Dylan-DPCYuki Okushi-1/+2
2019-11-13Add test for issue-40231Yuki Okushi-0/+108
2019-11-11Auto merge of #66213 - tmiasko:mandatory-error-warn, r=petrochenkovbors-23/+13
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-23/+13
2019-11-10Improve coherence errors for wrong type orderOhad Ravid-0/+1
2019-11-10Undo an assert causing an ICE until we fix the problem properlyOliver Scherer-0/+15
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-16/+16
2019-11-08Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obkMazdak Farrokhzad-131/+59
2019-11-08Suggest `#[repr(C)]` instead of `#[repr(C, packed, ...)]`PotHix-2/+2
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-7/+5
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-266/+262
2019-11-07Rollup merge of #63793 - oli-obk:🧹, r=dtolnayMazdak Farrokhzad-6/+4
2019-11-07Update ui testsGuillaume Gomez-1/+2
2019-11-07Use -Zsave-analysis when compiling issue-37323.rsTomasz Miąsko-0/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-16/+16
2019-11-06Suggest missing item from `trait` in `impl`Esteban Küber-1/+1
2019-11-06Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ...bors-0/+6
2019-11-06duplicate_macro_exports -> errorMazdak Farrokhzad-33/+0
2019-11-06parenthesized_params_in_types_and_modules -> errorMazdak Farrokhzad-76/+32
2019-11-06safe_extern_static -> errorMazdak Farrokhzad-22/+27
2019-11-06Rebase falloutOliver Scherer-6/+4
2019-11-06Rollup merge of #66054 - petrochenkov:delspan, r=estebankMazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebankMazdak Farrokhzad-8/+20
2019-11-06Apply review suggestionsTomasz Miąsko-6/+6
2019-11-05improper_ctypes: `extern "C"` fnsDavid Wood-0/+6
2019-11-04Add warning annotations for issue-47094 testTomasz Miąsko-2/+2
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-210/+209
2019-11-04Use build-pass in ui tests where appropriateTomasz Miąsko-48/+48
2019-11-04Use run-pass for ui tests where appropriateTomasz Miąsko-2/+2
2019-11-04Remove no longer useful ui testTomasz Miąsko-4/+0