about summary refs log tree commit diff
path: root/src/test/ui/on-unimplemented
AgeCommit message (Expand)AuthorLines
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