about summary refs log tree commit diff
path: root/tests/ui/malformed
AgeCommit message (Expand)AuthorLines
2025-08-27Changes to the uitestsJonathan Brouwer-37/+34
2025-08-19bless tests with new lint messagesKarol Zwolak-6/+6
2025-08-11fix testsEsteban Küber-4/+7
2025-08-11Add link to docs on malformed attributesEsteban Küber-0/+3
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-6/+6
2025-08-10Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependenciesJonathan Brouwer-0/+55
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-9/+9
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-9/+9
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-5/+2
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-2/+0
2025-02-21More sophisticated span trimmingMichael Goulet-3/+2
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-8/+12
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-1/+1
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-2/+10
2024-05-25Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkovbors-82/+20
2024-05-21Make early lints translatableXiretza-6/+6
2024-05-18Warn/error on self ctor from outer item in inner itemMichael Goulet-82/+20
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2024-02-01review comment: change wordingEsteban Küber-1/+1
2024-02-01On E0277 be clearer about implicit `Sized` bounds on type params and assoc typesEsteban Küber-2/+2
2023-12-12Improve an error involving attribute values.Nicholas Nethercote-4/+4
2023-11-24Show number in error message even for one errorNilstrieb-2/+2
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-64/+0
2023-10-27Account for type param from other item in `note_and_explain`Esteban Küber-0/+86
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-2/+4
2023-02-28remove duplicated diagnostic for unclosed delimiteryukang-21/+1
2023-02-04don't point at nonexisting code beyond EOF when warning about unused delimsMatthias Krüger-0/+39
2023-01-11Move /src/test to /testsAlbert Larsan-0/+317