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
/
inspect
Age
Commit message (
Expand
)
Author
Lines
2024-05-06
Record impl args in the InsepctCandiate rather than rematching during select
Michael Goulet
-6
/
+66
2024-05-03
Rollup merge of #124418 - compiler-errors:better-cause, r=lcnr
Michael Goulet
-16
/
+37
2024-05-02
Use ObligationCtxt in favor of TraitEngine in many places
Michael Goulet
-10
/
+8
2024-05-02
Higher ranked goal source, do overflow handling less badly
Michael Goulet
-4
/
+10
2024-05-02
Store goal source in InspectGoal
Michael Goulet
-12
/
+27
2024-05-01
review
lcnr
-13
/
+15
2024-04-30
fix `NormalizesTo` proof tree issue
lcnr
-50
/
+118
2024-04-30
Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead
Matthias Krüger
-0
/
+1
2024-04-29
Split out instantiate_nested_goals
Michael Goulet
-36
/
+43
2024-04-29
Take proof trees by value in inspect goal
Michael Goulet
-15
/
+12
2024-04-29
Only register candidate if it is associated w a shallow certainty
Michael Goulet
-34
/
+21
2024-04-29
Actually use probes when needed and stop relying on existing outer probes
Michael Goulet
-3
/
+3
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-27
Record certainty of evaluate_added_goals_and_make_canonical_response call in ...
Michael Goulet
-0
/
+38
2024-04-25
use `EagerResolver`
lcnr
-1
/
+3
2024-04-25
hir typeck: look into nested goals
lcnr
-156
/
+286
2024-04-04
normalizes-to change from '1' to '0 to inf' steps
lcnr
-33
/
+4
2024-03-18
cleanup + review
lcnr
-8
/
+4
2024-03-18
`NormalizesTo` return nested goals
lcnr
-1
/
+13
2024-03-18
move `normalizes_to_hack` to `AliasRelate`
lcnr
-0
/
+11
2024-03-05
Convert `ProofTreeVisitor` to use `VisitorResult`
Jason Newcomb
-24
/
+23
2024-02-26
always emit `AliasRelate` goals when relating aliases
lcnr
-25
/
+2
2024-02-17
Rollup merge of #121193 - compiler-errors:coherence-fulfillment, r=lcnr
Matthias Krüger
-3
/
+5
2024-02-16
Use fulfillment in next trait solver coherence
Michael Goulet
-3
/
+5
2024-02-16
Move trait into attr so it's greppable
Michael Goulet
-2
/
+2
2024-02-16
Use extension trait derive
Michael Goulet
-9
/
+2
2024-01-09
readd the provisional cache
lcnr
-1
/
+7
2023-12-18
track the source of nested goals
lcnr
-6
/
+12
2023-12-14
rename `-Ztrait-solver` to `-Znext-solver`
lcnr
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-17
Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors
bors
-2
/
+32
2023-11-13
Fix overflow and cycle bound for ProofTreeVisitor.
Gavin Gray
-1
/
+1
2023-11-09
`try_normalize_ty` end with rigid alias on failure
lcnr
-2
/
+32
2023-11-02
use global cache when computing proof trees
lcnr
-67
/
+66
2023-09-21
w
lcnr
-1
/
+1
2023-09-21
slight refactor, add comment
lcnr
-11
/
+20
2023-09-21
proof trees: use for `intercrate_ambiguity_causes`
lcnr
-0
/
+755
2023-07-03
add flag for disabling global cache and printing proof trees on error
Boxy
-5
/
+0
2023-06-19
create module so that RUSTC_LOG can filter to just proof trees
Boxy
-0
/
+5
2023-06-19
introduce a separate set of types for finalized proof trees
Boxy
-229
/
+0
2023-06-19
dont use a trait
Boxy
-113
/
+96
2023-06-19
say what kind of cache hit
Boxy
-5
/
+7
2023-06-19
initial info dump
Boxy
-0
/
+244
[prev]