summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-06-07Remove arg_matrix.rs, bless testsMichael Goulet-251/+61
2022-05-12Add tests.Camille GILLOT-0/+2
2022-05-11Gracefully fail to resolve associated items instead of `delay_span_bug`.Camille GILLOT-4/+13
2022-05-08Move some tests to more reasonable placesCaio-174/+0
2022-05-06Resolve vars before emitting coerce suggestions tooJack Huey-0/+8
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-14/+2
2022-05-02Auto merge of #96600 - c410-f3r:z-errors, r=petrochenkovbors-525/+0
2022-05-01Move some tests to more reasonable placesCaio-525/+0
2022-04-30Bless the UI testsScott McMurray-1/+3
2022-04-30Bless tests.Camille GILLOT-2/+11
2022-04-27Auto merge of #96371 - c410-f3r:z-errors, r=petrochenkovbors-341/+0
2022-04-26Move some tests to more reasonable placesCaio-341/+0
2022-04-27Auto merge of #96459 - Dylan-DPC:rollup-de6ud9d, r=Dylan-DPCbors-8/+14
2022-04-27Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions...Dylan DPC-0/+5
2022-04-26Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, ...bors-3/+3
2022-04-26Add new diagnosticGeorge-8/+9
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-3/+3
2022-04-26Auto merge of #94034 - willcrichton:fix-trait-suggestion-for-binops, r=estebankbors-3/+3
2022-04-25Replace suggest_constraining_param with suggest_restricting_param_boundWill Crichton-3/+3
2022-04-25Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLLmarmeladema-0/+5
2022-04-24only show a simple description in E0133 span labelEmil Gardström-6/+6
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-12/+12
2022-04-22Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkovbors-293/+0
2022-04-21Move some tests to more reasonable directoriesCaio-293/+0
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-14/+2
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-1/+5
2022-04-17Bless tests.Camille GILLOT-21/+25
2022-04-16Implementation for 65853Jack Huey-67/+249
2022-04-12Don't test -Cdefault-linker-libraries=yes when cross compiling.Mara Bos-0/+1
2022-04-11Auto merge of #95758 - compiler-errors:issue-54771, r=estebankbors-1/+1
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-1/+1
2022-04-10--bless testsMaybe Waffle-0/+5
2022-04-05Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwcoDylan DPC-3/+3
2022-04-05Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...Dylan DPC-0/+12
2022-04-05Suggest derivable trait on E0277ohno418-0/+12
2022-04-05Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obkDylan DPC-1/+1
2022-04-05Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi...Dylan DPC-2/+55
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-4/+4
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-17/+17
2022-04-04Fix list lengthEsteban Kuber-0/+20
2022-04-04Fix #90970, doesn't address #87437Esteban Kuber-0/+1
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-2/+34
2022-04-04diagnostics: use correct span for const genericsMichael Howell-3/+3
2022-04-04Rollup merge of #95609 - compiler-errors:borrow-unsized-to-dyn, r=nagisaDylan DPC-0/+4
2022-04-03Improve method name suggestionsOliver Downard-2/+2
2022-04-02Suggest borrowing when trying to coerce unsized type into dyn TraitMichael Goulet-0/+4
2022-04-02Fix late-bound ICE in unsized return suggestionMichael Goulet-1/+1
2022-04-01Rollup merge of #95260 - compiler-errors:fn, r=davidtwcoMatthias Krüger-0/+2
2022-03-31Specialize suggestion for Option<T>Michael Goulet-12/+12
2022-03-29Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obkDylan DPC-0/+16