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
/
eval_ctxt.rs
Age
Commit message (
Expand
)
Author
Lines
2023-05-25
Add InferCtxt::register_hidden_type_in_new_solver
Michael Goulet
-16
/
+7
2023-05-25
Check that opaque is a defining use, prefer pre-defined opaques
Michael Goulet
-2
/
+46
2023-05-25
Prepopulate opaques in canonical input
Michael Goulet
-8
/
+63
2023-04-26
Clear response values for overflow in new solver
Michael Goulet
-6
/
+13
2023-04-20
Result is just bool but special
Michael Goulet
-5
/
+6
2023-04-20
Track if EvalCtxt has been tainted, make sure it can't be used to make query ...
Michael Goulet
-0
/
+14
2023-04-16
Erase regions when confirming transmutability candidate
Michael Goulet
-1
/
+1
2023-04-10
Support safe transmute in new solver
Michael Goulet
-0
/
+21
2023-04-10
review + some small stuff
lcnr
-2
/
+2
2023-04-05
Tweak debug outputs to make debugging new solver easier
Michael Goulet
-2
/
+2
2023-03-30
Rollup merge of #109679 - compiler-errors:normalizes-to-hack-2, r=lcnr,BoxyUwU
Michael Goulet
-33
/
+69
2023-03-29
Freshen normalizes-to hack goal RHS in the evaluate loop
Michael Goulet
-33
/
+69
2023-03-29
Move canonicalization code around
Michael Goulet
-55
/
+6
2023-03-24
Make EvalCtxt's infcx private
Michael Goulet
-4
/
+108
2023-03-23
Return nested obligations from canonical response var unification
Michael Goulet
-8
/
+9
2023-03-23
Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr
bors
-3
/
+24
2023-03-23
Remove AliasRelationDirection::Supertype
Michael Goulet
-0
/
+19
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-3
/
+5
2023-03-23
Include relation direction in AliasEq predicate
Michael Goulet
-2
/
+2
2023-03-21
enable `intercrate` in the solver `InferCtxt`
lcnr
-2
/
+8
2023-03-21
new solver cleanup + coherence
lcnr
-1
/
+8
2023-03-17
move `compute_goal` and `evaluate_x` methods to inner module
Boxy
-1
/
+269
2023-03-17
UNACEPTABLE
Boxy
-3
/
+3
2023-03-17
add comments
Boxy
-0
/
+5
2023-03-17
review nits
Boxy
-0
/
+6
2023-03-16
replace usage of `evaluate_goal` with a new `add_goal`
Boxy
-6
/
+54
2023-03-15
always make `define_opaque_types` explicit
lcnr
-2
/
+2
2023-03-10
Unconstrained terms should account for infer vars being equated
Michael Goulet
-15
/
+20
2023-03-03
canonicalization
lcnr
-1
/
+10
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-4
/
+7
2023-02-22
Move some InferCtxt methods to EvalCtxt in new solver
Michael Goulet
-0
/
+172