summary refs log tree commit diff
path: root/src/test/ui/on-unimplemented
AgeCommit message (Expand)AuthorLines
2022-09-04Address nits, rename enclosing_scope => parent_labelMichael Goulet-43/+43
2022-09-04Use head span for rustc_on_unimplemented's enclosing_scope attrMichael Goulet-43/+26
2022-08-27Revert "Remove deferred sized checks"Michael Goulet-4/+96
2022-08-21Deduplicate errors that come from places like normalization, sizedMichael Goulet-44/+2
2022-08-21Prefer non-Self non-method types over Self, firstMichael Goulet-8/+8
2022-08-21Rework point-at-argMichael Goulet-2/+44
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-2/+2
2022-08-16Remove deferred sized checksMichael Goulet-50/+4
2022-07-24suggest dereferencing index when trying to use a reference of usize as indexTakayuki Maeda-4/+4
2022-07-19Mention first and last macro in backtraceMichael Goulet-4/+4
2022-04-05Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...Dylan DPC-0/+4
2022-04-05Suggest derivable trait on E0277ohno418-0/+4
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-7/+7
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-7/+7
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+25
2022-03-06allow referencing impl substs from rustc_on_unimplementedMichael Goulet-0/+28
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-20/+0
2021-10-24Always sort suggestions before emitting themEsteban Kuber-2/+2
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-8/+24
2021-08-16Use note to point at bound introducing requirementEsteban Küber-18/+34
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-12/+20
2021-06-22Change Debug unimplemented message per requestAris Merchant-1/+1
2021-06-16Update test stderr filesAris Merchant-5/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-4/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-23/+23
2020-04-08Small tweaks to required bound spanEsteban Küber-6/+6
2020-03-01Make `rustc_attrs` tracking issue NoneYuki Okushi-1/+0
2020-02-09--bless --compare-mode=nllMatthias Prechtl-1/+1
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+4
2019-12-06parse_meta: ditch parse_in_attrMazdak Farrokhzad-6/+3
2019-12-03Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwcoMazdak Farrokhzad-0/+93
2019-11-26Refactor 'parse_enum_item' to use 'parse_delim_comma_seq'Janusz Marcinkiewicz-1/+4
2019-11-25add `enclosing_scope` param to `rustc_on_unimplmented`Mikhail Babenko-0/+93
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-5/+25
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-2/+2
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-26/+26
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-30/+18
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-2/+8
2019-04-23Update ui testsvarkor-2/+2
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-5/+0
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-4/+4
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-01-19Make `str` indexing generic on `SliceIndex`.Alexis Hunt-2/+2
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-29/+16
2019-01-06Make sure feature gate errors are recoverable (take 2)Vadim Petrochenkov-5/+16