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
/
eval_ctxt
Age
Commit message (
Expand
)
Author
Lines
2023-07-03
Implement selection in new trait solver
Michael Goulet
-4
/
+307
2023-06-20
split probe into 2 functions for better readability
lcnr
-0
/
+47
2023-06-11
Auto merge of #112466 - lcnr:opaque-type-cleanup, r=compiler-errors
bors
-7
/
+2
2023-06-09
split opaque type handling in new solver
lcnr
-7
/
+2
2023-06-08
deduplicate identical region constraints
Michael Goulet
-1
/
+5
2023-05-30
update universe used by the leak check
lcnr
-1
/
+3
2023-05-30
add the leak check to the new solver
lcnr
-0
/
+5
2023-05-25
Add InferCtxt::register_hidden_type_in_new_solver
Michael Goulet
-21
/
+10
2023-05-25
Prepopulate opaques in canonical input
Michael Goulet
-9
/
+52
2023-04-26
Split out make_ambiguous_response_no_constraints
Michael Goulet
-19
/
+42
2023-04-26
Clear response values for overflow in new solver
Michael Goulet
-3
/
+32
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-20
Result is just bool but special
Michael Goulet
-2
/
+3
2023-04-20
Track if EvalCtxt has been tainted, make sure it can't be used to make query ...
Michael Goulet
-0
/
+6
2023-04-17
Spelling - compiler
Josh Soref
-3
/
+3
2023-04-16
Various minor Idx-related tweaks
Scott McMurray
-6
/
+7
2023-04-10
Fix typos in compiler
DaniPopes
-2
/
+2
2023-04-10
review + some small stuff
lcnr
-1
/
+1
2023-04-06
Remove expect_anon and expect_anon_placeholder in favor of var
Jack Huey
-1
/
+1
2023-03-29
Move canonicalization code around
Michael Goulet
-0
/
+230
[prev]