about summary refs log tree commit diff
path: root/tests/ui/rust-2018
AgeCommit message (Collapse)AuthorLines
2023-12-10Remove edition umbrella features.Eric Huss-52/+29
2023-11-24Show number in error message even for one errorNilstrieb-16/+16
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-10-19Fix duplicate labels emitted in `render_multispan_macro_backtrace()`Gurinder Singh-6/+1
Using hash set instead of vec to weed out duplicates
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
also delete trailing comma if necessary
2023-01-11Move /src/test to /testsAlbert Larsan-0/+6864