about summary refs log tree commit diff
path: root/src/test/ui/span/macro-ty-params.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2022-11-29Avoid more unnecessary `MetaItem`/`Attribute` conversions.Nicholas Nethercote-1/+7
2021-02-07expand/resolve: Turn `#[derive]` into a regular macro attributeVadim Petrochenkov-1/+1
2019-12-06derive: avoid parse_in_attrMazdak Farrokhzad-7/+1
2019-03-11Update testsVadim Petrochenkov-4/+4
2019-01-19Suggest usage of angle bracketsEsteban Küber-4/+4
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-5/+6
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-9/+8
2018-12-25Remove licensesMark Rousskov-4/+4
2018-11-18resolve: More precise determinacy tracking during import/macro resolutionVadim Petrochenkov-6/+6
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2018-01-03Only bump error count when we are sure that the diagnostic is not a repetition.Rafael Fernández López-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-4/+4
2017-10-25Update ui tests for error message deduplication.Michael Woerister-6/+0
2017-08-22Fix fallout in tests.Jeffrey Seyfried-5/+17
2017-07-27Avoid duplicated errors for generic arguments in macro pathsVadim Petrochenkov-43/+1
2017-07-27Give span to angle bracketed generic argumentsVadim Petrochenkov-0/+62