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
/
search_graph
Age
Commit message (
Expand
)
Author
Lines
2023-10-10
reorder files in solve
lcnr
-368
/
+0
2023-09-29
Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errors
bors
-186
/
+64
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-2
/
+2
2023-09-18
remove provisional cache
lcnr
-186
/
+64
2023-09-14
differentiate root and nested goals
lcnr
-3
/
+3
2023-09-11
dedup `GoalEvaluationStep` and `GoalCandidate`
lcnr
-2
/
+9
2023-09-11
split GoalEvaluation and CanonicalGoalEvaluation
lcnr
-0
/
+1
2023-08-30
clean up `local_overflow_limit` computation
Rémy Rakic
-5
/
+1
2023-08-29
handle edge-case of a recursion limit of 0
Rémy Rakic
-1
/
+5
2023-08-12
lower `evaluate_goal` stability check to `warn`
lcnr
-3
/
+7
2023-08-10
make the provisional cache slightly less broken
lcnr
-40
/
+57
2023-08-03
inline helper methods into `with_new_goal`
lcnr
-115
/
+80
2023-08-03
rewrite stack dependent overflow handling
lcnr
-173
/
+178
2023-08-03
handle overflow in the `EvalCtxt` separately
lcnr
-28
/
+7
2023-08-03
fix `make_ambiguous_response_no_constraints`
lcnr
-4
/
+12
2023-07-28
refactor builtin unsize handling, extend comments
lcnr
-10
/
+4
2023-07-21
new solver: add a separate cache for coherence
lcnr
-13
/
+12
2023-07-04
reviews
Boxy
-4
/
+1
2023-07-03
add flag for disabling global cache and printing proof trees on error
Boxy
-1
/
+4
2023-06-19
dont use a trait
Boxy
-4
/
+4
2023-06-19
say what kind of cache hit
Boxy
-3
/
+7
2023-06-19
initial info dump
Boxy
-2
/
+5
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
[next]