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
/
eval_ctxt.rs
Age
Commit message (
Expand
)
Author
Lines
2023-06-19
introduce a separate set of types for finalized proof trees
Boxy
-18
/
+16
2023-06-19
dont use a trait
Boxy
-22
/
+16
2023-06-19
add -Z flag
Boxy
-3
/
+11
2023-06-19
initial info dump
Boxy
-53
/
+122
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-06-16
Rollup merge of #112443 - compiler-errors:next-solver-opportunistically-resol...
Dylan DPC
-1
/
+4
2023-06-14
Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler...
bors
-5
/
+3
2023-06-13
opportunistically resolve regions
Michael Goulet
-1
/
+4
2023-06-12
Safe Transmute: Refactor error handling and Answer type
Bryan Garza
-5
/
+3
2023-06-09
split opaque type handling in new solver
lcnr
-27
/
+42
2023-06-06
New trait solver is a property of inference context
Michael Goulet
-0
/
+1
2023-06-02
No const equate in new solver
Michael Goulet
-2
/
+5
2023-06-02
Normalize anon consts in new solver
Michael Goulet
-0
/
+17
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-05-24
Safe Transmute: Change Answer type to Result
Bryan Garza
-5
/
+5
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
[prev]