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
/
project_goals.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-30
Trait upcasting support in new solver
Michael Goulet
-0
/
+7
2023-01-30
Implement unsizing in the new trait solver
Michael Goulet
-0
/
+7
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-28
Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay
Matthias Krüger
-4
/
+4
2023-01-27
remove the usize field from CandidateSource::AliasBound
Lenko Donchev
-1
/
+1
2023-01-28
Rollup merge of #107344 - compiler-errors:new-solver-tweaks, r=lcnr
Matthias Krüger
-1
/
+3
2023-01-27
Remove `ControlFlow::{BREAK, CONTINUE}`
Scott McMurray
-4
/
+4
2023-01-28
Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obk
bors
-0
/
+1
2023-01-27
Micro-optimization in consider_assumption
Michael Goulet
-1
/
+3
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
2023-01-27
assert that solver results are stable
lcnr
-2
/
+12
2023-01-27
small refactor to new projection code
lcnr
-37
/
+40
2023-01-26
solver comments + remove `TyCtxt::evaluate_goal`
lcnr
-2
/
+2
2023-01-26
Rollup merge of #107286 - compiler-errors:new-solver-deny-infers, r=lcnr
Matthias Krüger
-2
/
+4
2023-01-26
ICE in new solver if we see an inference variable
Michael Goulet
-2
/
+4
2023-01-26
Implement Generator and Future
Michael Goulet
-1
/
+68
2023-01-24
no without_constness
Boxy
-2
/
+1
2023-01-24
sorry erica
Boxy
-1
/
+1
2023-01-24
implement builtin candidate
Boxy
-0
/
+92
2023-01-21
Address goal nits
Michael Goulet
-4
/
+3
2023-01-19
trait solver: Implement Fn traits and tuple trait
Michael Goulet
-2
/
+36
2023-01-19
trait solver: PointerSized
Michael Goulet
-0
/
+7
2023-01-18
Rollup merge of #107030 - albertlarsan68:patch-3, r=lcnr
Michael Goulet
-1
/
+1
2023-01-18
no subtyping in the new trait solver
Michael Goulet
-7
/
+4
2023-01-18
Sized, Copy/Clone
Michael Goulet
-0
/
+7
2023-01-18
Auto and alias traits
Michael Goulet
-7
/
+21
2023-01-18
implement consider_assumption
Michael Goulet
-5
/
+30
2023-01-18
Canonicalize trait solver response inside probe
Michael Goulet
-5
/
+5
2023-01-18
Correct typo
Albert Larsan
-1
/
+1
2023-01-18
add comment
lcnr
-0
/
+1
2023-01-18
update project to emulate a projection cache
lcnr
-13
/
+115
2023-01-18
add `eq` to `InferCtxtExt`
lcnr
-22
/
+7
2023-01-18
remove assembly context and impl a bit more
lcnr
-34
/
+40
2023-01-18
instantiate canonical vars eagerly
lcnr
-17
/
+19
2023-01-16
Rollup merge of #106835 - compiler-errors:new-solver-gat-rebase-oops, r=lcnr
Matthias Krüger
-1
/
+1
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2023-01-14
new trait solver: rebase impl substs for gats correctly
Michael Goulet
-1
/
+1
2023-01-09
Check impl's where clauses in consider_impl_candidate in experimental solver
Michael Goulet
-2
/
+8
2022-12-20
dedup assembly
lcnr
-141
/
+61
2022-12-19
implement the skeleton of the updated trait solver
lcnr
-0
/
+324
[prev]