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-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-0
/
+1
2023-03-29
Introduce `DeepRejectCtxt::substs_refs_may_unify`.
Nicholas Nethercote
-5
/
+4
2023-03-27
Add a builtin `FnPtr` trait
lcnr
-3
/
+13
2023-03-24
Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnr
Matthias Krüger
-0
/
+14
2023-03-22
Implement non-const Destruct trait in new solver
Michael Goulet
-0
/
+14
2023-03-21
new solver cleanup + coherence
lcnr
-3
/
+24
2023-03-17
replace chain with two `add_goal`
Boxy
-16
/
+11
2023-03-17
fix let else unformatting
Boxy
-5
/
+9
2023-03-16
replace usage of `evaluate_goal` with a new `add_goal`
Boxy
-62
/
+60
2023-03-13
Better names?
Michael Goulet
-1
/
+1
2023-03-13
Treat projections with infer as placeholder during fast reject in new solver
Michael Goulet
-1
/
+7
2023-03-10
Move some solver stuff to middle
Michael Goulet
-2
/
+2
2023-02-25
Rollup merge of #108333 - compiler-errors:new-solver-object-sound, r=lcnr
Michael Goulet
-0
/
+40
2023-02-24
Make higher-ranked projections in object types work in new solver
Michael Goulet
-1
/
+2
2023-02-24
Check object's supertrait and associated type bounds in new solver
Michael Goulet
-0
/
+39
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-5
/
+7
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
-21
/
+19
2023-02-18
Add consider_implied_clause
Michael Goulet
-26
/
+26
2023-02-18
Check that built-in callable types validate their output type is `Sized` (in ...
Michael Goulet
-7
/
+18
2023-02-17
Remove the `InternIteratorElement` impl for `&'a T`.
Nicholas Nethercote
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-09
Rollup merge of #107815 - compiler-errors:new-solver-no-auto-if-impl, r=lcnr
Dylan DPC
-0
/
+14
2023-02-09
Disqualify auto-trait builtin impl in new solver if impl exists
Michael Goulet
-0
/
+14
2023-02-09
Move winnowing to assembly
Michael Goulet
-77
/
+3
2023-02-09
Implement a dummy drop-in-favor-of for the new solver
Michael Goulet
-11
/
+18
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
[next]