about summary refs log tree commit diff
path: root/tests/ui/auto-traits
AgeCommit message (Expand)AuthorLines
2023-12-14update use of feature flagslcnr-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-12/+12
2023-11-13Turn assert_eq into a delay_span_bugMu001999-0/+28
2023-11-06Extend builtin/auto trait args with error when they have >1 argumentMichael Goulet-0/+21
2023-10-03Gate against auto traits pre-expansionMichael Goulet-0/+21
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-1/+0
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+1
2023-07-28clean up after 113312Oleksandr Babak-2/+4
2023-07-06update auto trait handlinglcnr-0/+53
2023-06-02Don't ICE in new solver when auto traits have associated typesMichael Goulet-1/+15
2023-03-06Bless the suspicious-negative-impls-lint.rsMu42-33/+3
2023-03-06Moves the negative impls into a separate test fileMu42-67/+115
2023-03-06emit the suspicious_auto_trait_impls for negative impls as wellMu42-12/+67
2023-02-26Rollup merge of #107941 - compiler-errors:str-has-u8-slice-for-auto, r=lcnrMatthias Krüger-0/+29
2023-02-25Special note for str in auto traitsMichael Goulet-1/+1
2023-02-25Treat `str` as containing `[u8]` for auto trait purposesMichael Goulet-0/+29
2023-02-25Complete migrating `ast_passes` to derive diagnosticsclubby789-9/+9
2023-01-11Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errorsMichael Goulet-1/+5
2023-01-11Use the root trait predicate to determine whether to remove referencesEsteban Küber-1/+5
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-1/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+639