index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_trait_selection
/
src
/
traits
/
select
/
confirmation.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-15
Simplify shallow resolver to just fold ty/consts
Michael Goulet
-5
/
+4
2024-04-15
Stop using PolyTraitRef for closure/coroutine predicates already instantiated...
Michael Goulet
-2
/
+2
2024-04-08
Rollup merge of #123367 - jswrenn:layoutify, r=compiler-errors
Matthias Krüger
-7
/
+35
2024-04-08
Compute transmutability from `rustc_target::abi::Layout`
Jack Wrenn
-7
/
+35
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-2
/
+10
2024-04-01
Fix obligation param and bless tests
Michael Goulet
-40
/
+18
2024-04-01
Instantiate closure-like bounds with placeholders to deal with binders correctly
Michael Goulet
-68
/
+82
2024-03-22
Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr
bors
-2
/
+2
2024-03-22
Split out ImplPolarity and PredicatePolarity
Michael Goulet
-2
/
+2
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-03-22
Update (doc) comments
León Orell Valerian Liehr
-1
/
+1
2024-03-22
Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-...
Matthias Krüger
-0
/
+2
2024-03-22
Implement `FusedIterator` for `gen` block
Shoyu Vanilla
-0
/
+2
2024-03-19
Do binder folding eagerly in bound_coroutine_hidden_types
Michael Goulet
-5
/
+3
2024-03-14
eagerly instantiate binders to avoid relying on `sub`
lcnr
-11
/
+24
2024-02-29
Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errors
Matthias Krüger
-5
/
+2
2024-02-27
Don't emit higher-ranked Future obligations when confirm async Fn goals
Michael Goulet
-6
/
+16
2024-02-27
safe transmute: revise safety analysis
Jack Wrenn
-5
/
+2
2024-02-26
Actually use the right closure kind when checking async Fn goals
Michael Goulet
-2
/
+3
2024-02-19
split `project` into multiple files
lcnr
-1
/
+1
2024-02-13
remove questionable calls to `commit_if_ok`
lcnr
-6
/
+6
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-3
/
+3
2024-02-10
Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk
bors
-36
/
+90
2024-02-09
For a rigid projection, recursively look at the self type's item bounds
Michael Goulet
-11
/
+18
2024-02-08
rename `instantiate_binder_with_placeholders`
Boxy
-5
/
+5
2024-02-06
Coroutine closures implement regular Fn traits, when possible
Michael Goulet
-9
/
+17
2024-02-06
Regular closures now built-in impls for AsyncFn*
Michael Goulet
-27
/
+73
2024-02-06
More comments, final tweaks
Michael Goulet
-0
/
+2
2024-02-06
Teach typeck/borrowck/solvers how to deal with async closures
Michael Goulet
-0
/
+50
2024-01-12
OutputTypeParameterMismatch -> SignatureMismatch
Michael Goulet
-5
/
+5
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-5
/
+5
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Check FnPtr/FnDef built-in fn traits correctly with effects
Michael Goulet
-5
/
+6
2023-12-16
Remove unnecessary constness from ProjectionCandidate
Michael Goulet
-3
/
+1
2023-12-15
Annotate some bugs
Michael Goulet
-2
/
+6
2023-12-08
Implement `async gen` blocks
Michael Goulet
-0
/
+34
2023-12-07
Fix const drop checking
Michael Goulet
-7
/
+9
2023-12-06
Yeet PolyGenSig
Michael Goulet
-15
/
+12
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-22
Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr
bors
-11
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-5
/
+5
2023-11-21
Remove ClosureKind predicate kind
Michael Goulet
-11
/
+1
2023-11-17
rename bound region instantiation
lcnr
-2
/
+3
2023-11-13
update type flags
lcnr
-1
/
+1
2023-11-13
continue renaming
lcnr
-1
/
+1
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-10-30
Some more coroutine renamings
Michael Goulet
-4
/
+4
2023-10-27
Make `gen` blocks implement the `Iterator` trait
Oli Scherer
-0
/
+35
2023-10-20
s/generator/coroutine/
Oli Scherer
-17
/
+17
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-5
/
+5
[next]