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
about
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-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
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-4
/
+1
2023-09-02
Do not require associated types with Self: Sized to uphold bounds when confir...
Michael Goulet
-3
/
+3
2023-09-02
RPITITs are considered object-safe, they're always on Self:Sized methods
Michael Goulet
-0
/
+3
2023-08-28
Better error message for object type with GAT
Michael Goulet
-1
/
+1
2023-08-14
Remove constness from `ImplSource::Param`
Deadbeef
-4
/
+3
2023-08-04
Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr
bors
-64
/
+23
2023-08-03
Don't be incomplete
Michael Goulet
-83
/
+10
2023-08-03
Fix upcasting with normalization in old solver, add a test
Michael Goulet
-2
/
+12
2023-08-03
short-circuit when proj def ids differ
Michael Goulet
-5
/
+6
2023-08-03
Rework upcasting
Michael Goulet
-59
/
+80
2023-08-03
builtin impl confirmation wuhu
lcnr
-23
/
+17
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-11
/
+4
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-14
/
+6
2023-07-25
Make everything builtin!
Michael Goulet
-46
/
+42
[prev]
[next]