about summary refs log tree commit diff
path: root/tests/ui/editions
AgeCommit message (Expand)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-6/+6
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-0/+10
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+10
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-4/+4
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-23/+3
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-10/+10
2025-06-15Rollup merge of #141937 - WaffleLapkin:never-report-in-deps, r=oli-obk,travis...León Orell Valerian Liehr-0/+105
2025-06-12Rollup merge of #142261 - folkertdev:unstable-attr-correct-edition, r=compile...Matthias Krüger-0/+51
2025-06-11Add expectation for `{` when parsing lone coroutine qualifiersLukas Wirth-12/+12
2025-06-09use correct edition when warning for unsafe attributesFolkert de Vries-0/+51
2025-06-03report never type lints in depsWaffle Lapkin-0/+105
2025-06-02Add missing 2015 edition directivesLukas Wirth-4/+5
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-1/+5
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-20/+20
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+4
2025-03-06Use closure parse codeSantiago Pastorino-12/+12
2025-02-03Add tests for nested macro_rules edition behaviorEric Huss-0/+112
2024-12-15Use links to edition guide for edition migrationsEric Huss-5/+5
2024-12-13Stabilize async closuresMichael Goulet-20/+16
2024-12-12Properly consider APITs for never type fallback ascription fixMichael Goulet-13/+132
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-14/+11
2024-11-22Stabilize the 2024 editionEric Huss-14/+14
2024-11-14Mention both release *and* edition breakage for never type lintsMaybe Lapkin-9/+9
2024-11-12Make sure that we suggest turbofishing the right type argMichael Goulet-9/+117
2024-11-01And also suggest for qpathsMichael Goulet-0/+4
2024-11-01And locals tooMichael Goulet-2/+2
2024-11-01Suggest adding self type to methodMichael Goulet-0/+4
2024-10-28Tweak more warnings.Nicholas Nethercote-18/+18
2024-10-11Don't assume traits used as type are trait objsVulnBandit-3/+3
2024-06-13Point out exactly what obligation will failMichael Goulet-0/+10
2024-06-13rebase blessingWaffle Lapkin-3/+30
2024-05-17Add some more tests for the never type fallbackMaybe Waffle-0/+60
2024-05-17Add a test for never type fallback edition changeMaybe Waffle-0/+18
2024-03-20Use the more informative generic type inference failure error on method calls...Oli Scherer-5/+13
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-5/+5
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-52/+52
2024-01-05macro_rules: Add more tests for using `tt` in addition to `ident`Vadim Petrochenkov-14/+75
2023-12-20Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmeaseMatthias Krüger-0/+129
2023-12-19Improve compiler error for c-strings in pre-2021Carter Hunt Fogelman-0/+129
2023-12-10Remove edition umbrella features.Eric Huss-36/+0
2023-11-24Show number in error message even for one errorNilstrieb-8/+8
2023-05-26improve error message for calling a method on a raw pointer with an unknown p...asquared31415-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+960