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
/
search_graph
Age
Commit message (
Expand
)
Author
Lines
2023-05-25
Prepopulate opaques in canonical input
Michael Goulet
-30
/
+30
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-2
/
+2
2023-04-10
Fix typos in compiler
DaniPopes
-2
/
+2
2023-04-05
Tweak debug outputs to make debugging new solver easier
Michael Goulet
-0
/
+1
2023-03-29
Rollup merge of #109718 - scottmcm:indexvec-last, r=Nilstrieb
Dylan DPC
-1
/
+1
2023-03-29
Rollup merge of #109683 - compiler-errors:self-ty-overflow, r=lcnr
Dylan DPC
-0
/
+21
2023-03-29
Rename `IndexVec::last` → `last_index`
Scott McMurray
-1
/
+1
2023-03-28
check for intercrate mode when accessing the cache
lcnr
-5
/
+22
2023-03-28
Check for overflow in assemble_candidates_after_normalizing_self_ty
Michael Goulet
-0
/
+21
2023-03-25
Remove some stale FIXMEs in new solver
Michael Goulet
-2
/
+0
2023-03-21
disable global caching during coherence
lcnr
-1
/
+2
2023-03-21
new solver cleanup + coherence
lcnr
-2
/
+11
2023-03-16
replace usage of `evaluate_goal` with a new `add_goal`
Boxy
-3
/
+1
2023-03-10
Actually cache goals
Michael Goulet
-70
/
+60
2023-03-10
Move some solver stuff to middle
Michael Goulet
-3
/
+4
2023-02-14
Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgr
bors
-0
/
+18
2023-02-14
Reduce visibility of some items
Santiago Pastorino
-8
/
+8
2023-02-14
Check for overflow in evaluate_canonical_goal
Santiago Pastorino
-7
/
+40
2023-02-14
add test for coinduction in new solver
lcnr
-0
/
+18
2023-02-13
Implement repeat_while_none for both SearchGraph and EvalCtxt
Santiago Pastorino
-24
/
+37
2023-02-13
Extract try_move_finished_goal_to_global_cache from try_finalize_goal
Santiago Pastorino
-23
/
+34
2023-02-13
Make Ok value of repeat_while_none more general
Santiago Pastorino
-4
/
+5
2023-02-08
correctly update goals in the cache
lcnr
-5
/
+8
2023-02-03
intern external constraints
Michael Goulet
-2
/
+1
2023-01-31
Rollup merge of #107348 - lcnr:project-solve-new, r=compiler-errors
Guillaume Gomez
-1
/
+5
2023-01-27
assert that solver results are stable
lcnr
-1
/
+5
2023-01-26
Intern CanonicalVarValues
Michael Goulet
-0
/
+1
2023-01-18
add note about indirect cycles
lcnr
-0
/
+4
2023-01-18
update project to emulate a projection cache
lcnr
-1
/
+1
2023-01-18
remove assembly context and impl a bit more
lcnr
-0
/
+10
2023-01-18
instantiate canonical vars eagerly
lcnr
-0
/
+371