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
Age
Commit message (
Expand
)
Author
Lines
2023-12-19
add comment
lcnr
-0
/
+14
2023-12-18
dont discard overflow from normalizes-to goals
lcnr
-22
/
+35
2023-12-18
track the source of nested goals
lcnr
-13
/
+21
2023-12-14
consistently use "next solver" instead of "new solver"
lcnr
-1
/
+1
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-12-14
rename `-Ztrait-solver` to `-Znext-solver`
lcnr
-3
/
+4
2023-12-08
Uplift canonicalizer into new trait solver crate
Michael Goulet
-1
/
+1
2023-12-08
implement and use `NormalizesTo`
lcnr
-11
/
+9
2023-12-07
add unused `NormalizesTo` predicate
lcnr
-0
/
+1
2023-11-29
new solver: improve instrument annotations
lcnr
-1
/
+1
2023-11-25
Rollup merge of #118259 - spastorino:move-eager-resolver-to-infer, r=compiler...
León Orell Valerian Liehr
-80
/
+5
2023-11-24
Move EagerResolution to rustc_infer::infer::resolve
Santiago Pastorino
-80
/
+5
2023-11-24
Rollup merge of #118243 - lcnr:commit-if-ok, r=compiler-errors
Michael Goulet
-4
/
+9
2023-11-24
EvalCtxt::commit_if_ok don't inherit nested goals
lcnr
-4
/
+9
2023-11-21
Remove ClosureKind predicate kind
Michael Goulet
-2
/
+0
2023-11-20
handle reservation impls, track impl source
lcnr
-14
/
+34
2023-11-17
Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors
bors
-65
/
+74
2023-11-13
continue renaming
lcnr
-2
/
+2
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+1
2023-11-09
remove stability assert in `evaluate_goal`
lcnr
-65
/
+8
2023-11-09
rework alias-relate to `norm(lhs) == norm(rhs)`
lcnr
-0
/
+20
2023-11-09
`try_normalize_ty` end with rigid alias on failure
lcnr
-0
/
+46
2023-11-02
use global cache when computing proof trees
lcnr
-15
/
+1
2023-10-10
reorder files in solve
lcnr
-0
/
+1001
2023-09-21
proof trees: use for `intercrate_ambiguity_causes`
lcnr
-16
/
+81
2023-09-18
Rollup merge of #115838 - lcnr:added-goals, r=compiler-errors
Matthias Krüger
-2
/
+2
2023-09-15
Canonicalize effect vars in new solver
Michael Goulet
-0
/
+11
2023-09-14
`GoalCandidate` to `Probe`
lcnr
-2
/
+2
2023-09-11
inspect: strongly typed CandidateKind
lcnr
-11
/
+31
2023-08-18
instantiate response: no unnecessary new universe
lcnr
-1
/
+1
2023-08-14
Remove constness from `ImplSource::Param`
Deadbeef
-1
/
+1
2023-08-04
Rollup merge of #114287 - lcnr:overflow, r=compiler-errors
Michael Goulet
-27
/
+9
2023-08-03
Remove trivial region constraints
Michael Goulet
-1
/
+6
2023-08-03
resolve before canonicalization, ICE if unresolved
Michael Goulet
-8
/
+79
2023-08-03
separate calculation and interning of external query constraints
Michael Goulet
-27
/
+28
2023-08-03
handle overflow in the `EvalCtxt` separately
lcnr
-2
/
+1
2023-08-03
fix `make_ambiguous_response_no_constraints`
lcnr
-24
/
+7
2023-08-03
avoid more `ty::Binder:dummy`
lcnr
-1
/
+1
2023-08-01
Don't select infer -> dyn Trait
Michael Goulet
-0
/
+3
2023-07-31
Rollup merge of #114200 - compiler-errors:detect-tail-unsize-then-upcast, r=lcnr
Matthias Krüger
-5
/
+20
2023-07-29
Detect trait upcasting through struct tail unsizing
Michael Goulet
-5
/
+20
2023-07-28
fix comment
lcnr
-1
/
+1
2023-07-25
Make everything builtin!
Michael Goulet
-144
/
+27
2023-07-25
Consolidate trait upcasting and unsize into one normalization
Michael Goulet
-2
/
+11
2023-07-25
Restore tuple unsizing feature gate
Michael Goulet
-0
/
+3
2023-07-25
Make sure to detect trait upcasting coercion even after normalization
Michael Goulet
-1
/
+7
2023-07-25
Normalize the RHS of an unsize goal
Michael Goulet
-3
/
+7
2023-07-23
Comment stuff in the new solver
Michael Goulet
-10
/
+17
2023-07-14
Structurally normalize in selection
Michael Goulet
-6
/
+33
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-29
/
+31
[next]