about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-05-22Use revisions for NLL in issuesJack Huey-78/+159
2022-05-22Rollup merge of #97043 - c410-f3r:z-errors, r=petrochenkovJack Huey-324/+0
2022-05-20Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa...Matthias Krüger-0/+6
2022-05-20report ambiguous type parameters when their parents are impl or fnTakayuki Maeda-0/+6
2022-05-20Move testsCaio-324/+0
2022-05-20Auto merge of #97027 - cuviper:yesalias-refcell, r=thomccbors-0/+36
2022-05-18Rollup merge of #96378 - compiler-errors:trait-upcast-error, r=nagisaDylan DPC-1/+2
2022-05-17Mention traits being upcasted, types being coercedMichael Goulet-1/+2
2022-05-17better error for bad LHS in binop-assignMichael Goulet-5/+0
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-6/+6
2022-05-13Test RefCell aliasingJosh Stone-0/+36
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