about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/select/confirmation.rs
AgeCommit message (Expand)AuthorLines
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-11/+24
2024-02-29Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errorsMatthias Krüger-5/+2
2024-02-27Don't emit higher-ranked Future obligations when confirm async Fn goalsMichael Goulet-6/+16
2024-02-27safe transmute: revise safety analysisJack Wrenn-5/+2
2024-02-26Actually use the right closure kind when checking async Fn goalsMichael Goulet-2/+3
2024-02-19split `project` into multiple fileslcnr-1/+1
2024-02-13remove questionable calls to `commit_if_ok`lcnr-6/+6
2024-02-12Dejargnonize substShoyu Vanilla-3/+3
2024-02-10Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obkbors-36/+90
2024-02-09For a rigid projection, recursively look at the self type's item boundsMichael Goulet-11/+18
2024-02-08rename `instantiate_binder_with_placeholders`Boxy-5/+5
2024-02-06Coroutine closures implement regular Fn traits, when possibleMichael Goulet-9/+17
2024-02-06Regular closures now built-in impls for AsyncFn*Michael Goulet-27/+73
2024-02-06More comments, final tweaksMichael Goulet-0/+2
2024-02-06Teach typeck/borrowck/solvers how to deal with async closuresMichael Goulet-0/+50
2024-01-12OutputTypeParameterMismatch -> SignatureMismatchMichael Goulet-5/+5
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-5/+5
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-18Check FnPtr/FnDef built-in fn traits correctly with effectsMichael Goulet-5/+6
2023-12-16Remove unnecessary constness from ProjectionCandidateMichael Goulet-3/+1
2023-12-15Annotate some bugsMichael Goulet-2/+6
2023-12-08Implement `async gen` blocksMichael Goulet-0/+34
2023-12-07Fix const drop checkingMichael Goulet-7/+9
2023-12-06Yeet PolyGenSigMichael Goulet-15/+12
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-11-22Auto merge of #118120 - compiler-errors:closure-kind, r=lcnrbors-11/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-5/+5
2023-11-21Remove ClosureKind predicate kindMichael Goulet-11/+1
2023-11-17rename bound region instantiationlcnr-2/+3
2023-11-13update type flagslcnr-1/+1
2023-11-13continue renaminglcnr-1/+1
2023-11-13rename `ReLateBound` to `ReBound`lcnr-1/+1
2023-10-30Some more coroutine renamingsMichael Goulet-4/+4
2023-10-27Make `gen` blocks implement the `Iterator` traitOli Scherer-0/+35
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