about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
AgeCommit message (Expand)AuthorLines
2024-04-08Rollup merge of #123578 - lqd:regression-123275, r=compiler-errorsMatthias Krüger-3/+47
2024-04-08Rollup merge of #123367 - jswrenn:layoutify, r=compiler-errorsMatthias Krüger-16/+58
2024-04-08Compute transmutability from `rustc_target::abi::Layout`Jack Wrenn-16/+58
2024-04-08Avoid fetching the opaque type origin when only "is this in the defining scop...Oli Scherer-7/+4
2024-04-08Eliminate `DefiningAnchor` now that is just a single-variant enumOli Scherer-1/+1
2024-04-08Scrape extraneous regions from instantiate_nll_query_response_and_region_obli...Oli Scherer-43/+60
2024-04-08Pass list of defineable opaque types into canonical queriesOli Scherer-6/+4
2024-04-08Actually create ranged int types in the type system.Oli Scherer-8/+51
2024-04-07Discard overflow obligations in impl_may_applyMichael Goulet-6/+18
2024-04-06Revert "remove `pred_known_to_hold_modulo_regions`"Rémy Rakic-3/+47
2024-04-06Add a debug asserts call to match_projection_projections to ensure invariantSantiago Pastorino-0/+2
2024-04-06Auto merge of #123471 - compiler-errors:match_projection_projections, r=oli-obkbors-0/+3
2024-04-05Auto merge of #122747 - Urgau:non-local-defs_perfect_impl, r=lcnrbors-12/+24
2024-04-05Expose rustc_trait_selection::error_reporting::ambiguity moduleUrgau-12/+13
2024-04-05Take the polarity into account in compute_applicable_implsUrgau-0/+11
2024-04-05Rollup merge of #123496 - lcnr:wf-ping, r=compiler-errorsGuillaume Gomez-2/+0
2024-04-05Rollup merge of #122894 - compiler-errors:downgrade, r=lcnrGuillaume Gomez-4/+5
2024-04-05ping on wf changes, remove fixmelcnr-2/+0
2024-04-04Rollup merge of #123477 - lcnr:forced_ambig-no-ice, r=compiler-errorsJacob Pratt-3/+10
2024-04-04Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errorsJacob Pratt-7/+9
2024-04-04Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwUJacob Pratt-257/+138
2024-04-05do not ICE in forced ambiguity if we get an errorlcnr-3/+10
2024-04-04Check def id before calling match_projection_projectionsMichael Goulet-0/+3
2024-04-04Auto merge of #121394 - oli-obk:define_opaque_types, r=compiler-errorsbors-21/+54
2024-04-04Rename HAS_PROJECTIONS to HAS_ALIASES etc.León Orell Valerian Liehr-7/+9
2024-04-04Allow defining opaque types when checking const equality boundsOli Scherer-6/+18
2024-04-04Add some regression tests for opaque types and const genericsOli Scherer-2/+4
2024-04-04normalizes-to change from '1' to '0 to inf' stepslcnr-237/+136
2024-04-04Use `DefineOpaqueTypes::Yes` where the new solver is unconditionally used alr...Oli Scherer-11/+23
2024-04-04Specialization can switch to `DefineOpaqueTypes::Yes` without having an effect.Oli Scherer-1/+6
2024-04-04Use `DefineOpaqueTypes::Yes` in diagnostics codeOli Scherer-1/+3
2024-04-04Auto merge of #115538 - lcnr:fn-def-wf, r=compiler-errorsbors-7/+21
2024-04-04unconstrained `NormalizesTo` term for opaqueslcnr-27/+9
2024-04-04Auto merge of #119820 - lcnr:leak-check-2, r=jackh726bors-14/+62
2024-04-04Auto merge of #123440 - jhpratt:rollup-yat6crk, r=jhprattbors-2/+2
2024-04-04rebaseBoxy-2/+2
2024-04-04check `FnDef` return type for WFlcnr-7/+21
2024-04-03Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmeaseJacob Pratt-2/+2
2024-04-04Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmeasebors-50/+7
2024-04-03move leak check out of candidate evaluationlcnr-14/+62
2024-04-03rustc_index: Add a `ZERO` constant to index typesVadim Petrochenkov-5/+1
2024-04-03Uplift and start using check_args_compatible more liberallyMichael Goulet-48/+7
2024-04-03Stop chopping off args for no reasonMichael Goulet-2/+0
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-2/+2
2024-04-03Auto merge of #123396 - jhpratt:rollup-oa54mh1, r=jhprattbors-1/+1
2024-04-02Rollup merge of #122865 - surechen:refactor_astconv_error_report_20240321, r=...Jacob Pratt-1/+1
2024-04-03Auto merge of #122791 - compiler-errors:make-coinductive-always, r=lcnrbors-42/+5
2024-04-02Auto merge of #123340 - fmease:rustdoc-simplify-auto-trait-impl-synth, r=Guil...bors-40/+22
2024-04-02t plit astconv's error report code in check functions to mod errors.surechen-1/+1
2024-04-01Fix obligation param and bless testsMichael Goulet-40/+18