about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-6/+6
2020-01-15Add test for issue-66473Yuki Okushi-0/+0
2020-01-12Add backticks in appropriate placesvarkor-3/+3
2020-01-12Diagnostics should start lowercasevarkor-3/+3
2020-01-11Rollup merge of #67930 - lzutao:result-as_deref, r=dtolnayMazdak Farrokhzad-38/+2
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-5/+28
2020-01-11Update test after renaming Result::as_derefLzu Tao-38/+2
2020-01-11Rollup merge of #68106 - varkor:self_self_use, r=estebankMazdak Farrokhzad-0/+6
2020-01-11Rollup merge of #68084 - estebank:ice-68000, r=varkorMazdak Farrokhzad-0/+67
2020-01-11Rollup merge of #68079 - varkor:E0013-clarify, r=CentrilMazdak Farrokhzad-9/+22
2020-01-10Fix issue with using `self` module via indirectionvarkor-0/+6
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-75/+76
2020-01-10Ignore platforms that can't point to stdEsteban Küber-7/+15
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-28/+12
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-6/+37
2020-01-10Add ICE regression testsEsteban Küber-0/+44
2020-01-10Clarify suggestion for E0013varkor-9/+22
2020-01-10Introduce `#![feature(half_open_range_patterns)]`.Mazdak Farrokhzad-20/+91
2020-01-09Do not ICE on unicode next pointEsteban Küber-0/+23
2020-01-10Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=CentrilMazdak Farrokhzad-0/+2
2020-01-09Update testsVadim Petrochenkov-33/+335
2020-01-09Rollup merge of #68023 - FSciammarella:master, r=Centril,varkorMazdak Farrokhzad-2/+2
2020-01-08Fix Typo on cannot "substract"Felipe Sciammarella-2/+2
2020-01-08Explain that associated types and consts can't be accessed directly on the tr...Esteban Küber-1/+5
2020-01-08review commentsEsteban Küber-1/+1
2020-01-08Point at opaque and closure type definitions in type errorsEsteban Küber-0/+2
2020-01-08Unify output of "variant not found" errorsEsteban Küber-75/+76
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-33/+20
2020-01-06fire "non_camel_case_types" for associated typesAndy Russell-0/+3
2020-01-06Use Self instead of $typeLzu Tao-2/+2
2020-01-05Add backticks to various diagnosticsvarkor-14/+14
2020-01-04Rollup merge of #67823 - euclio:drop-improvements, r=petrochenkovGuillaume Gomez-16/+10
2020-01-04Rollup merge of #67835 - euclio:delimiter-wording, r=CentrilMazdak Farrokhzad-8/+8
2020-01-03clarify that `Drop` can be implemented for enums and unions tooAndy Russell-2/+2
2020-01-03improve generic `Drop` error messagesAndy Russell-14/+8
2020-01-03tweak wording of mismatched delimiter errorsAndy Russell-8/+8
2020-01-03Implement uncommon_codepoints lint.Charles Lew-0/+1
2019-12-31Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebankMazdak Farrokhzad-20/+28
2019-12-31Rollup merge of #67723 - ldm0:E0477, r=Dylan-DPCDylan DPC-0/+2
2019-12-30refactor and fix this-expression-has-type noteMazdak Farrokhzad-2/+2
2019-12-30Pass the span of `<init>` in `let <pat> = <init>;`Mazdak Farrokhzad-4/+12
2019-12-30MatchExpressionArmPattern: Use more generic wording.Mazdak Farrokhzad-16/+16
2019-12-30Add error code explanation for E0477Donough Liu-0/+2
2019-12-30Rollup merge of #67677 - petrochenkov:dupexp, r=CentrilYuki Okushi-8/+8
2019-12-29Auto merge of #67112 - Centril:expr-polish, r=estebankbors-6/+27
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-5/+11
2019-12-28resolve: Minor cleanup of duplicate macro reexportsVadim Petrochenkov-8/+8
2019-12-27Add regression test for old NLL ICERoss MacArthur-0/+20
2019-12-25Fix rebase and sort assoc type list for deterministic outputEsteban Küber-2/+2
2019-12-24Fix suggestion span for typo in associated type nameEsteban Küber-6/+6