about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
AgeCommit message (Expand)AuthorLines
2025-01-31Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxuMatthias Krüger-6/+5
2025-01-31Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhprattbors-24/+90
2025-01-31Rollup merge of #132156 - estebank:closure-return, r=Nadrieril,compiler-errorsJacob Pratt-24/+90
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-122/+64
2025-01-30review comment: change `span` argumentEsteban Küber-4/+9
2025-01-30Remove `unwrap()`sEsteban Küber-3/+6
2025-01-30Add closure labelsEsteban Küber-2/+2
2025-01-30On E0271 for a closure behind a binding, point at binding in call tooEsteban Küber-0/+4
2025-01-30When encountering unexpected closure return type, point at return type/expres...Esteban Küber-24/+78
2025-01-30More assertions, tests, and miri coverageMichael Goulet-34/+23
2025-01-30check the types in `ty::Value` to value conversionLukas Markeffsky-6/+4
2025-01-30introduce `ty::Value`Lukas Markeffsky-4/+4
2025-01-30Normalize vtable entries before walking and deduplicating themMichael Goulet-21/+12
2025-01-30Do not treat vtable supertraits as distinct when bound with different bound varsMichael Goulet-73/+59
2025-01-30Rework rustc_dump_vtableMichael Goulet-26/+2
2025-01-30Auto merge of #136038 - compiler-errors:outlives, r=lcnrbors-70/+107
2025-01-29Rollup merge of #136205 - compiler-errors:len-3, r=BoxyUwUMatthias Krüger-1/+4
2025-01-29Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnrMatthias Krüger-6/+42
2025-01-29Auto merge of #136225 - fmease:rollup-fm7m744, r=fmeasebors-24/+23
2025-01-29Rollup merge of #135943 - hkBst:opt_imports, r=estebankLeón Orell Valerian Liehr-2/+2
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-22/+21
2025-01-29Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726bors-14/+10
2025-01-28Move param env bound deep normalization to OutlivesEnvironment buildingMichael Goulet-1/+21
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-22/+21
2025-01-28Move outlives env computation into methodsMichael Goulet-21/+50
2025-01-28Consolidate OutlivesEnv construction with resolve_regionsMichael Goulet-62/+50
2025-01-28parse_format optimize import useMarijn Schouten-2/+2
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-1/+4
2025-01-28Rollup merge of #136066 - compiler-errors:local-spans, r=lcnrMatthias Krüger-15/+26
2025-01-28Suggest considering casting fn item as fn pointer in more casesmu001999-6/+42
2025-01-27Rollup merge of #136114 - compiler-errors:more-idents, r=jieyouxuGuillaume Gomez-4/+8
2025-01-27Use identifiers in diagnostics more oftenMichael Goulet-4/+8
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-6/+5
2025-01-25Pass spans to perform_locally_in_new_solverMichael Goulet-15/+26
2025-01-25Add a suggestion to cast target_feature fn items to fn pointers.Luca Versari-0/+3
2025-01-24Rollup merge of #135949 - estebank:shorten-ty, r=davidtwcoMatthias Krüger-9/+10
2025-01-24Rollup merge of #135749 - compiler-errors:param-ordering, r=davidtwcoMatthias Krüger-138/+121
2025-01-24Revert "Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jack...Michael Goulet-14/+10
2025-01-24Do not assume const params are printed after type paramsMichael Goulet-138/+121
2025-01-24Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e...bors-49/+47
2025-01-24Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726Matthias Krüger-10/+14
2025-01-24Use short type string in E0308 secondary span labelEsteban Küber-9/+10
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-0/+12
2025-01-23`visit_x_unambig`Boxy-9/+9
2025-01-23Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`Boxy-40/+40
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-9/+7
2025-01-23Remove query normalize from dropck outlives type opMichael Goulet-10/+14
2025-01-22Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnrMatthias Krüger-2/+21
2025-01-22Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnrMatthias Krüger-64/+47
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-80/+108