about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
AgeCommit message (Expand)AuthorLines
2022-08-02Auto merge of #100063 - matthiaskrgr:rollup-lznouys, r=matthiaskrgrbors-2/+2
2022-08-02Rollup merge of #99987 - Alexendoo:parse-format-position-span, r=fee1-deadMatthias Krüger-2/+2
2022-08-02Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errorsbors-4/+1
2022-08-02Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiserMatthias Krüger-2/+0
2022-08-01Remove trait_of_item query.Camille GILLOT-1/+1
2022-08-01Remove DefId from AssocItemContainer.Camille GILLOT-3/+3
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-3/+8
2022-08-01fmt...Ellen-4/+1
2022-08-01Rollup merge of #100012 - TaKO8Ki:avoid-ty-to-string-conversions, r=fee1-deadMatthias Krüger-5/+4
2022-08-01Rollup merge of #99911 - cjgillot:no-guess, r=davidtwcoMatthias Krüger-1/+0
2022-08-01make `PlaceholderConst` not store the type of the constEllen-1/+1
2022-08-01avoid `Ty` to `String` conversionsTakayuki Maeda-5/+4
2022-07-31Always include a position span in rustc_parse_format::ArgumentAlex Macleod-2/+2
2022-07-30Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errorsDylan DPC-13/+20
2022-07-30Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillotDylan DPC-3/+4
2022-07-30Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obkbors-7/+1
2022-07-30Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errorsYuki Okushi-0/+29
2022-07-29Rename local_did to def_idMiguel Guarniz-1/+1
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-3/+4
2022-07-29Document check_region_obligations_and_report_errors, simplify a call to resol...Michael Goulet-7/+1
2022-07-29check if T is sliceTakayuki Maeda-2/+3
2022-07-29Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errorsbors-1/+1
2022-07-28Remove guess_head_span.Camille GILLOT-1/+0
2022-07-28improve type mismatch error for functionsMaybe Waffle-13/+20
2022-07-28Rollup merge of #99837 - TaKO8Ki:avoid-symbol-to-string-conversions, r=fee1-deadDylan DPC-5/+5
2022-07-28avoid `Symbol` to `String` conversionsTakayuki Maeda-5/+5
2022-07-27Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...Guillaume Gomez-68/+68
2022-07-27Rollup merge of #99789 - TaKO8Ki:use-pluralize-macro, r=compiler-errorsYuki Okushi-2/+2
2022-07-27use `pluralize!`Takayuki Maeda-2/+2
2022-07-26Fix diagnostics for unfulfilled obligationsDeadbeef-7/+11
2022-07-26Rollup merge of #99666 - compiler-errors:issue-99663, r=lcnrDylan DPC-1/+30
2022-07-26Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnrDylan DPC-13/+4
2022-07-25handle consts with param/infer in const_eval_resolve betterMichael Goulet-13/+4
2022-07-25Restore Opaque behavior to coherence checkMichael Goulet-1/+30
2022-07-25Generate correct suggestion with named arguments used positionallyPreston From-1/+1
2022-07-25Remove non-descriptive boolean from search_for_structural_match_violationMichael Goulet-11/+26
2022-07-25Get rid of redundant NonStructuralMatchTyKindMichael Goulet-53/+14
2022-07-25Deeply deny fn and raw ptrs in const genericsMichael Goulet-23/+47
2022-07-24Combine redundant obligation cause codesMichael Goulet-41/+6
2022-07-24suggest dereferencing index when trying to use a reference of usize as indexTakayuki Maeda-0/+28
2022-07-24Auto merge of #93429 - fee1-dead-contrib:allow-super-trait-tilde-const, r=oli...bors-8/+35
2022-07-24Instantiate constness in wfcheckDeadbeef-8/+35
2022-07-23Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnrGuillaume Gomez-3/+12
2022-07-23Rollup merge of #99580 - fmease:fix-issue-99565, r=estebankMatthias Krüger-3/+3
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-3/+12
2022-07-22Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obkbors-48/+29
2022-07-22Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f...Dylan DPC-2/+1
2022-07-22Don't suggest unnameable generic argumentsLeón Orell Valerian Liehr-3/+3
2022-07-21Auto merge of #99501 - lcnr:check-regions-infcx, r=oli-obkbors-98/+32
2022-07-21Rollup merge of #99558 - fee1-dead-contrib:remap_constness_fix, r=oli-obkMatthias Krüger-3/+3