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_next_trait_solver
/
src
/
solve
/
search_graph.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
rename `search_graph::Delegate` fns
lcnr
-2
/
+2
2025-09-26
fix cycle head usages tracking
lcnr
-7
/
+15
2025-09-18
move `mod canonical` out of `eval_ctxt`
lcnr
-1
/
+2
2025-09-18
support calls on opaque types :<
lcnr
-1
/
+1
2025-08-29
cleanup proof tree implementation and add cache
lcnr
-9
/
+5
2025-08-11
significantly improve provisional cache rebasing
lcnr
-1
/
+3
2025-06-23
`evaluate_goal`: avoid unnecessary step
lcnr
-3
/
+19
2025-04-03
add `TypingMode::Borrowck`
lcnr
-0
/
+1
2025-03-05
keep inductive cycles as ambig in coherence
lcnr
-2
/
+18
2025-03-05
change definitely non-productive cycles to error
lcnr
-8
/
+4
2025-02-28
rework cycle handling
lcnr
-5
/
+0
2024-10-17
move `defining_opaque_types` out of `Canonical`
lcnr
-3
/
+8
2024-10-10
impossible obligations check fast path
lcnr
-3
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-13
implement a performant and fuzzed solver cache
lcnr
-21
/
+31
2024-08-12
expand fuzzing support
lcnr
-0
/
+9
2024-08-12
do not use the global solver cache for proof trees
lcnr
-2
/
+5
2024-07-12
enable fuzzing of `SearchGraph`
lcnr
-566
/
+57
2024-07-09
cycle_participants to nested_goals
lcnr
-11
/
+11
2024-07-09
use `update_parent_goal` for lazy updates
lcnr
-20
/
+10
2024-06-25
Rename tcx to cx
Michael Goulet
-30
/
+30
2024-06-21
Rename a bunch of things
Michael Goulet
-10
/
+10
2024-06-18
Make rustc_next_trait_solver nightly again
Michael Goulet
-6
/
+11
2024-06-18
Explicitly import tracing macros
Michael Goulet
-0
/
+1
2024-06-18
Fix impl for SolverDelegate
Michael Goulet
-8
/
+8
2024-06-18
Uplift the new trait solver
Michael Goulet
-0
/
+603