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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_trait_selection
/
src
/
solve
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-26
remove unnecessary `.ok()` calls
lcnr
-6
/
+14
2023-05-26
do not prefer substs relate during coherence
lcnr
-3
/
+11
2023-05-25
Pre-populate MIR with opaques, prefer subst-relate candidate
Michael Goulet
-22
/
+22
2023-05-25
Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu...
Michael Goulet
-1
/
+2
2023-04-26
Split out make_ambiguous_response_no_constraints
Michael Goulet
-11
/
+11
2023-04-10
review + some small stuff
lcnr
-1
/
+1
2023-04-10
prioritize param-env candidates
lcnr
-32
/
+57
2023-04-05
Tweak debug outputs to make debugging new solver easier
Michael Goulet
-5
/
+21
2023-03-29
Rollup merge of #109511 - compiler-errors:eval-ctxt-infcx-private, r=lcnr
Matthias Krüger
-17
/
+8
2023-03-29
Move canonicalization code around
Michael Goulet
-3
/
+2
2023-03-25
Remove some stale FIXMEs in new solver
Michael Goulet
-4
/
+0
2023-03-24
Make EvalCtxt's infcx private
Michael Goulet
-16
/
+8
2023-03-23
Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr
bors
-43
/
+77
2023-03-23
Remove AliasRelationDirection::Supertype
Michael Goulet
-67
/
+50
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-5
/
+7
2023-03-23
Include relation direction in AliasEq predicate
Michael Goulet
-23
/
+72
2023-03-21
new solver cleanup + coherence
lcnr
-5
/
+14
2023-03-17
move `compute_goal` and `evaluate_x` methods to inner module
Boxy
-271
/
+3
2023-03-17
fix bad assertion
Boxy
-6
/
+4
2023-03-17
UNACEPTABLE
Boxy
-5
/
+5
2023-03-17
add assert
Boxy
-2
/
+9
2023-03-17
review nits
Boxy
-14
/
+12
2023-03-16
replace usage of `evaluate_goal` with a new `add_goal`
Boxy
-57
/
+130
2023-03-15
always make `define_opaque_types` explicit
lcnr
-2
/
+2
2023-03-10
Move some solver stuff to middle
Michael Goulet
-92
/
+5
2023-03-07
Canonicalize the ROOT VAR
Michael Goulet
-0
/
+1
2023-03-03
canonicalization
lcnr
-70
/
+27
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-3
/
+2
2023-02-22
Move some InferCtxt methods to EvalCtxt in new solver
Michael Goulet
-23
/
+7
2023-02-17
add predicate evaluation logic
Boxy
-3
/
+13
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+3
2023-02-15
don't clone types that are copy
Matthias Krüger
-1
/
+1
2023-02-14
Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr
bors
-2
/
+8
2023-02-14
Reduce visibility of some items
Santiago Pastorino
-1
/
+1
2023-02-14
Check for overflow in evaluate_canonical_goal
Santiago Pastorino
-17
/
+6
2023-02-14
add test for coinduction in new solver
lcnr
-2
/
+8
2023-02-13
Implement repeat_while_none for both SearchGraph and EvalCtxt
Santiago Pastorino
-0
/
+1
2023-02-13
Make Ok value of repeat_while_none more general
Santiago Pastorino
-24
/
+27
2023-02-10
implement `compute_alias_eq_goal`
Boxy
-3
/
+113
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-0
/
+4
2023-02-07
Replacing bound vars is actually instantiating a binder
Michael Goulet
-1
/
+1
2023-02-03
intern external constraints
Michael Goulet
-19
/
+16
2023-01-31
Rollup merge of #107348 - lcnr:project-solve-new, r=compiler-errors
Guillaume Gomez
-5
/
+29
2023-01-29
Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors
bors
-1
/
+1
2023-01-28
Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr
bors
-26
/
+3
2023-01-28
Rename `is_object_safe` to `check_is_object_safe` to hint side effects
Gary Guo
-1
/
+1
2023-01-28
Rollup merge of #107344 - compiler-errors:new-solver-tweaks, r=lcnr
Matthias Krüger
-21
/
+23
2023-01-27
Add some comments
Michael Goulet
-0
/
+6
2023-01-27
No need to probe when computing goals
Michael Goulet
-21
/
+17
2023-01-27
assert that solver results are stable
lcnr
-5
/
+29
[next]