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