about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2022-06-20Rollup merge of #98274 - compiler-errors:self-type-error, r=cjgillotYuki Okushi-0/+2
2022-06-19Mention what item is using an invalid `Self` typeMichael Goulet-0/+2
2022-06-19Be more specific for what lifetimes are not allowed onMichael Goulet-2/+2
2022-06-19Make missing argument placeholder more obvious that it's a placeholderMichael Goulet-8/+8
2022-06-16 fix one more case of trailing spaceklensy-10/+10
2022-06-16diagnostics: fix trailing spaceklensy-5/+5
2022-06-15Refactor path segment parameter errorEdwinRy-4/+6
2022-06-03Fully stabilize NLLJack Huey-167/+6
2022-06-03Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPCbors-4/+20
2022-06-03Rollup merge of #97471 - estebank:prohibit-generics, r=cjgillotDylan DPC-4/+20
2022-06-03Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebankbors-13/+14
2022-06-03Use the same message as type & const generics.Camille GILLOT-5/+5
2022-06-02review commentsEsteban Küber-2/+2
2022-06-02Bless tests.Camille GILLOT-2/+2
2022-06-02Rollup merge of #97023 - cjgillot:uniform-anon, r=estebankDylan DPC-1/+1
2022-06-02add new `emit_inference_failure_err`lcnr-13/+14
2022-06-01Make output more specificEsteban Küber-4/+8
2022-06-01Provide more context when denying invalid type paramsEsteban Küber-0/+12
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-0/+2
2022-05-29Make lifetime errors more precise in the presence of `Fresh` lifetimes.Camille GILLOT-1/+1
2022-05-28Improve error message for E0081Bryysen-21/+60
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+2
2022-05-22Use revisions for NLL in various directoriesJack Huey-18/+24
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-19Improve u32 to char diagnosticgimbles-6/+3
2022-05-17Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillotbors-2/+2
2022-05-15rustc: Stricter checking for #[link] attributesVadim Petrochenkov-10/+8
2022-05-13optimize find_item to fetch Item only when neededMiguel Guarniz-2/+2
2022-05-06Resolve vars in note_type_errJack Huey-13/+0
2022-05-06Point at closure args tooJack Huey-0/+10
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-2/+2
2022-04-30Auto merge of #96347 - estebank:issue-96292, r=compiler-errorsbors-1/+4
2022-04-29Bless tests.Camille GILLOT-8/+8
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-1/+1
2022-04-24only show a simple description in E0133 span labelEmil Gardström-2/+2
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-4/+4
2022-04-23Use more targetted suggestion span for fully qualified pathEsteban Küber-1/+4
2022-04-21make `E0117` error clearTakayuki Maeda-1/+1
2022-04-20Remove mutable_borrow_reservation_conflict lintJack Huey-2/+2
2022-04-17show suggestion to replace generic bounds with associated types in more casesRobin Appelman-1/+27
2022-04-16Implementation for 65853Jack Huey-19/+28
2022-04-10--bless testsMaybe Waffle-0/+5
2022-04-05Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...Dylan DPC-0/+30
2022-04-05macros: support translatable labelsDavid Wood-1/+1
2022-04-05Suggest derivable trait on E0277ohno418-0/+30
2022-03-30rework error messages for incorrect inherent implslcnr-4/+20
2022-03-30fix behavior for empty implslcnr-1/+1
2022-03-30update ui testslcnr-43/+4
2022-03-22interpret/memory: simplify check_and_deref_ptrRalf Jung-1/+1