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
/
solve
/
trait_goals.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-08
Rollup merge of #107780 - compiler-errors:instantiate-binder, r=lcnr
Matthias Krüger
-1
/
+1
2023-02-07
Replacing bound vars is actually instantiating a binder
Michael Goulet
-1
/
+1
2023-02-07
Rename PointerSized to PointerLike
Michael Goulet
-1
/
+1
2023-02-01
Add candidates for DiscriminantKind builtin
Wilco Kusee
-0
/
+8
2023-01-30
nits
Michael Goulet
-13
/
+13
2023-01-30
Trait upcasting support in new solver
Michael Goulet
-56
/
+82
2023-01-30
Implement unsizing in the new trait solver
Michael Goulet
-0
/
+175
2023-01-29
Rollup merge of #107401 - lenko-d:remove_the_usize_field_from_CandidateSource...
Matthias Krüger
-1
/
+1
2023-01-28
Use field-less variant for AliasBound.
Lenko Donchev
-1
/
+1
2023-01-27
remove the usize field from CandidateSource::AliasBound
Lenko Donchev
-1
/
+1
2023-01-27
Micro-optimization in consider_assumption
Michael Goulet
-1
/
+3
2023-01-26
Implement Generator and Future
Michael Goulet
-0
/
+44
2023-01-24
implement builtin candidate
Boxy
-0
/
+7
2023-01-21
Address goal nits
Michael Goulet
-3
/
+3
2023-01-19
trait solver: Implement Fn traits and tuple trait
Michael Goulet
-3
/
+38
2023-01-19
trait solver: PointerSized
Michael Goulet
-2
/
+25
2023-01-18
Handle structural traits more gracefully
Michael Goulet
-215
/
+33
2023-01-18
no subtyping in the new trait solver
Michael Goulet
-4
/
+6
2023-01-18
Sized, Copy/Clone
Michael Goulet
-3
/
+134
2023-01-18
Auto and alias traits
Michael Goulet
-8
/
+124
2023-01-18
implement consider_assumption
Michael Goulet
-5
/
+14
2023-01-18
Canonicalize trait solver response inside probe
Michael Goulet
-5
/
+5
2023-01-18
add `eq` to `InferCtxtExt`
lcnr
-14
/
+4
2023-01-18
remove assembly context and impl a bit more
lcnr
-56
/
+32
2023-01-18
instantiate canonical vars eagerly
lcnr
-11
/
+11
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-09
Check impl's where clauses in consider_impl_candidate in experimental solver
Michael Goulet
-4
/
+13
2022-12-20
dedup assembly
lcnr
-157
/
+55
2022-12-19
implement the skeleton of the updated trait solver
lcnr
-0
/
+282
[prev]