about summary refs log tree commit diff
path: root/tests/ui/rust-2018
AgeCommit message (Expand)AuthorLines
2025-01-24Reword "crate not found" resolve messageEsteban Küber-1/+3
2024-11-27Update tests to use new proc-macro headerEric Huss-7/+2
2024-08-09diagnostics: do not warn when a lifetime bound infers itselfMichael Howell-0/+82
2024-06-13Tweak output of import suggestionsEsteban Küber-1/+1
2024-06-03Spruce up the diagnostics of some early lintsLeón Orell Valerian Liehr-2/+3
2024-05-07Make sure we don't deny macro vars w keyword namesMichael Goulet-31/+18
2024-05-04compiletest: add enable-by-default check-cfgUrgau-2/+2
2024-04-22Deny gen keyword in edition_2024_compat lintsMichael Goulet-3/+5
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-4/+4
2024-03-25Add needs-unwind for proc macro testsbjorn3-0/+1
2024-03-10Detect unused struct impls pub traitr0cky-1/+1
2024-03-01If suggestion would leave an empty line, delete itclubby789-2/+0
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+2
2024-02-22Deduplicate some logic and reword outputEsteban Küber-4/+4
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-4/+4
2024-02-22Make confusable suggestions `verbose`Esteban Küber-1/+6
2024-02-22Consider methods from traits when suggesting typosEsteban Küber-5/+13
2024-02-18Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillotbors-19/+42
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-3/+5
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-19/+42
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-0/+2
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-161/+161
2024-02-07Update testsr0cky-2/+2
2024-01-29Supress unhelpful diagnostics for unresolved top level attributesyukang-10/+1
2023-12-10Remove edition umbrella features.Eric Huss-52/+29
2023-11-24Show number in error message even for one errorNilstrieb-16/+16
2023-10-19Fix duplicate labels emitted in `render_multispan_macro_backtrace()`Gurinder Singh-6/+1
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+10
2023-09-20Validate crate name in CLI option --externLeón Orell Valerian Liehr-1/+1
2023-06-29resolve: Remove artificial import ambiguity errorsVadim Petrochenkov-164/+17
2023-06-13Fix explicit-outlives-requirements lint spanSam Ginnett-1/+24
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-2/+2
2023-05-10Adjust tests for new drop and forget lintsUrgau-3/+5
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-8/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-8/+16
2023-04-07Use smart-resolve when checking for trait in RHS of UFCSMichael Goulet-6/+19
2023-02-22Move the unused extern crate check back to the resolver.Camille GILLOT-3/+39
2023-01-20fix overlapping spans for `explicit_outlives_requirements` in macrosLukas Markeffsky-5/+105
2023-01-11Move /src/test to /testsAlbert Larsan-0/+6864