about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/select/confirmation.rs
AgeCommit message (Expand)AuthorLines
2023-10-20s/generator/coroutine/Oli Scherer-17/+17
2023-10-20s/Generator/Coroutine/Oli Scherer-5/+5
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-4/+1
2023-09-02Do not require associated types with Self: Sized to uphold bounds when confir...Michael Goulet-3/+3
2023-09-02RPITITs are considered object-safe, they're always on Self:Sized methodsMichael Goulet-0/+3
2023-08-28Better error message for object type with GATMichael Goulet-1/+1
2023-08-14Remove constness from `ImplSource::Param`Deadbeef-4/+3
2023-08-04Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnrbors-64/+23
2023-08-03Don't be incompleteMichael Goulet-83/+10
2023-08-03Fix upcasting with normalization in old solver, add a testMichael Goulet-2/+12
2023-08-03short-circuit when proj def ids differMichael Goulet-5/+6
2023-08-03Rework upcastingMichael Goulet-59/+80
2023-08-03builtin impl confirmation wuhulcnr-23/+17
2023-08-02Remove constness from `TraitPredicate`Deadbeef-11/+4
2023-07-27Remove `constness` from `ParamEnv`Deadbeef-14/+6
2023-07-25Make everything builtin!Michael Goulet-46/+42
2023-07-25Restore tuple unsizing feature gateMichael Goulet-9/+16
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-120/+119
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-5/+2
2023-07-07Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472bors-6/+1
2023-07-06Separate select calls that don't need a binderMichael Goulet-2/+2
2023-07-06TraitObligation -> PolyTraitObligationMichael Goulet-20/+20
2023-07-06add helper methods for accessing struct tailLukas Markeffsky-6/+1
2023-07-05Move `TyCtxt::mk_x` to `Ty::new_x` where applicableBoxy-5/+6
2023-07-05Add some extra information to opaque type cycle errorsOli Scherer-4/+4
2023-07-04Replace `mk_const` with `Const::new_x` methodsBoxy-5/+4
2023-07-03Remove chalk from the compilerMichael Goulet-8/+4
2023-06-28Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnrDylan DPC-13/+7
2023-06-26Migrate predicates_of and caller_bounds to ClauseMichael Goulet-2/+4
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-2/+2
2023-06-20yeet upcast_trait_def_id from ImplSourceObjectDataMichael Goulet-5/+1
2023-06-20yeet ImplSource::TraitAlias tooMichael Goulet-8/+6
2023-06-17Remove even more redundant builtin candidatesMichael Goulet-4/+4
2023-06-17Simplify even more candidatesMichael Goulet-11/+8
2023-06-17Simplify an ObjectData fieldMichael Goulet-2/+6
2023-06-17Simplify some impl source candidatesMichael Goulet-13/+13
2023-06-17Remove some ImplSource candidatesMichael Goulet-16/+14
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-1/+1
2023-06-14Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler...bors-10/+64
2023-06-12Safe Transmute: Refactor error handling and Answer typeBryan Garza-21/+14
2023-05-29Rename `tcx.mk_re_*` => `Region::new_*`Maybe Waffle-1/+2
2023-05-28Make EarlyBinder's inner value private; and fix all of the resulting errorsKyle Matsuda-2/+2
2023-05-24Safe Transmute: Update definition of Condition typeBryan Garza-12/+14
2023-05-24Safe Transmute: Check mutability before creating dst -> src obligationBryan Garza-4/+13
2023-05-24Safe Transmute: Fix propagation of errorsBryan Garza-1/+1
2023-05-24Safe Transmute: Change Answer type to ResultBryan Garza-16/+15
2023-05-24Safe Transmute: Enable handling references, including recursive typesBryan Garza-5/+56
2023-05-19update recursion depth in `confirm_candidate`lcnr-0/+6
2023-05-17Exclude inherent projections from some alias ty matchesLeón Orell Valerian Liehr-1/+4
2023-05-12Note base types of coercionMichael Goulet-24/+12