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_middle
/
src
/
traits
/
solve.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-11
inspect: strongly typed CandidateKind
lcnr
-0
/
+63
2023-08-04
Rollup merge of #114287 - lcnr:overflow, r=compiler-errors
Michael Goulet
-2
/
+2
2023-08-03
resolve before canonicalization, ICE if unresolved
Michael Goulet
-1
/
+1
2023-08-03
rewrite stack dependent overflow handling
lcnr
-2
/
+2
2023-07-28
refactor builtin unsize handling, extend comments
lcnr
-1
/
+2
2023-06-20
cleanup imports
lcnr
-0
/
+6
2023-06-19
initial info dump
Boxy
-9
/
+11
2023-05-25
Prepopulate opaques in canonical input
Michael Goulet
-3
/
+64
2023-05-10
Use OpaqueTypeKey in query response
Michael Goulet
-1
/
+1
2023-04-26
Remove unused `TypeFoldable`/`TypeVisitable` impls.
Nicholas Nethercote
-1
/
+1
2023-04-10
Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors
Dylan DPC
-1
/
+1
2023-04-10
review + some small stuff
lcnr
-3
/
+13
2023-04-09
Fix some clippy::complexity
Nilstrieb
-1
/
+1
2023-04-05
Tweak debug outputs to make debugging new solver easier
Michael Goulet
-2
/
+2
2023-03-21
woops
lcnr
-1
/
+1
2023-03-21
new solver cleanup + coherence
lcnr
-6
/
+5
2023-03-10
Move some solver stuff to middle
Michael Goulet
-2
/
+94
2023-03-03
canonicalization
lcnr
-5
/
+11
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-11
/
+9
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-7
/
+9
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-2
/
+2
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-2
/
+2
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-10
/
+15
2023-02-03
intern external constraints
Michael Goulet
-0
/
+55