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
/
assembly.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-29
Do not consider elaborated projection predicates for objects in new solver
Michael Goulet
-3
/
+16
2023-03-28
Check for overflow in assemble_candidates_after_normalizing_self_ty
Michael Goulet
-18
/
+32
2023-03-28
Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr
bors
-0
/
+8
2023-03-27
Add a builtin `FnPtr` trait
lcnr
-0
/
+8
2023-03-26
Don't elaborate non-obligations into obligations
Michael Goulet
-1
/
+1
2023-03-24
Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnr
Matthias Krüger
-0
/
+7
2023-03-22
Implement non-const Destruct trait in new solver
Michael Goulet
-0
/
+7
2023-03-21
new solver cleanup + coherence
lcnr
-29
/
+40
2023-03-16
replace usage of `evaluate_goal` with a new `add_goal`
Boxy
-27
/
+20
2023-03-13
Treat projections with infer as placeholder during fast reject in new solver
Michael Goulet
-1
/
+3
2023-03-12
Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb
Matthias Krüger
-1
/
+2
2023-03-11
Add a fixme and address a more non trivial case
est31
-1
/
+2
2023-03-10
Move some solver stuff to middle
Michael Goulet
-1
/
+2
2023-02-24
Check object's supertrait and associated type bounds in new solver
Michael Goulet
-1
/
+10
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-22
Move some InferCtxt methods to EvalCtxt in new solver
Michael Goulet
-7
/
+6
2023-02-18
Add consider_implied_clause
Michael Goulet
-19
/
+11
2023-02-18
Check that built-in callable types validate their output type is `Sized` (in ...
Michael Goulet
-0
/
+12
2023-02-10
Multiple candidates with same response is not ambiguous
Michael Goulet
-3
/
+5
2023-02-09
Move winnowing to assembly
Michael Goulet
-1
/
+75
2023-02-09
Use elaborated item bounds for alias types
Michael Goulet
-4
/
+1
2023-02-07
Rename PointerSized to PointerLike
Michael Goulet
-4
/
+4
2023-02-01
Add candidates for DiscriminantKind builtin
Wilco Kusee
-0
/
+8
2023-01-30
nits
Michael Goulet
-2
/
+2
2023-01-30
Trait upcasting support in new solver
Michael Goulet
-3
/
+18
2023-01-30
Implement unsizing in the new trait solver
Michael Goulet
-0
/
+10
2023-01-29
Rollup merge of #107401 - lenko-d:remove_the_usize_field_from_CandidateSource...
Matthias Krüger
-6
/
+3
2023-01-28
Use field-less variant for AliasBound.
Lenko Donchev
-4
/
+3
2023-01-27
remove the usize field from CandidateSource::AliasBound
Lenko Donchev
-5
/
+3
2023-01-28
Rollup merge of #107344 - compiler-errors:new-solver-tweaks, r=lcnr
Matthias Krüger
-0
/
+25
2023-01-27
Add some comments
Michael Goulet
-0
/
+25
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+2
2023-01-26
Rollup merge of #107286 - compiler-errors:new-solver-deny-infers, r=lcnr
Matthias Krüger
-4
/
+6
2023-01-26
ICE in new solver if we see an inference variable
Michael Goulet
-4
/
+6
2023-01-26
Implement Generator and Future
Michael Goulet
-0
/
+14
2023-01-24
implement builtin candidate
Boxy
-0
/
+7
2023-01-21
Address goal nits
Michael Goulet
-4
/
+2
2023-01-19
trait solver: Implement Fn traits and tuple trait
Michael Goulet
-1
/
+18
2023-01-19
trait solver: PointerSized
Michael Goulet
-0
/
+7
2023-01-19
Assert goal is fully normalized during assemble
Michael Goulet
-1
/
+4
2023-01-19
HACK: self ty ambiguity hack
Michael Goulet
-1
/
+11
2023-01-18
Sized, Copy/Clone
Michael Goulet
-0
/
+10
2023-01-18
Auto and alias traits
Michael Goulet
-6
/
+19
2023-01-18
Assemble object bound candidates
Michael Goulet
-0
/
+52
2023-01-18
Canonicalize trait solver response inside probe
Michael Goulet
-14
/
+8
2023-01-18
remove assembly context and impl a bit more
lcnr
-48
/
+206
2023-01-18
instantiate canonical vars eagerly
lcnr
-51
/
+27
2023-01-12
Implement dummy query responses and a jank instantiate
Michael Goulet
-7
/
+4
2022-12-20
dedup assembly
lcnr
-0
/
+150