about summary refs log tree commit diff
path: root/src/test/ui/on-unimplemented
AgeCommit message (Expand)AuthorLines
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
2018-12-25Remove licensesMark Rousskov-110/+33
2018-11-07remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.Felix S. Klock II-6/+6
2018-10-21Make sure all ui/parse tests have `-Z parse-only`Vadim Petrochenkov-0/+34
2018-08-12Various changes to `rustc_on_unimplemented`Esteban Küber-9/+9
2018-05-15Update bad-annotation error messagevarkor-2/+2
2018-05-05Suggest more helpful formatting stringKornel-4/+7
2018-03-14update testsGuillaume Gomez-7/+7
2018-02-26Update UI testsVadim Petrochenkov-32/+32
2018-02-25Update ui testsGuillaume Gomez-0/+7
2018-02-01Remove cast suggestionsEsteban Küber-168/+0
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-25/+167
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-6/+135
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-30/+6
2018-01-15On E0283, point at method with the requirementsEsteban Küber-6/+30
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-32/+12
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-14/+21
2017-09-03implement improved on_unimplemented directivesAriel Ben-Yehuda-3/+81
2017-07-05`rustc_on_unimplemented` supports referring to traitEsteban Küber-0/+346