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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-18
Uplift the new trait solver
Michael Goulet
-325
/
+0
2024-06-18
SolverDelegate
Michael Goulet
-3
/
+5
2024-06-18
Make SearchGraph fully generic
Michael Goulet
-21
/
+9
2024-06-16
Move InferCtxtSelectExt out of eval_ctxt module
Michael Goulet
-1
/
+3
2024-06-13
Finish uplifting all of structural_traits
Michael Goulet
-11
/
+0
2024-06-05
Fully implement `ConstArgHasType`
Boxy
-17
/
+24
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-1
/
+3
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-2
/
+3
2024-06-04
Auto merge of #125380 - compiler-errors:wc-obj-safety, r=oli-obk
bors
-1
/
+1
2024-06-03
check_is_object_safe -> is_object_safe
Michael Goulet
-1
/
+1
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-1
/
+1
2024-05-29
Partially implement `ConstArgHasType`
Boxy
-2
/
+24
2024-05-28
EvalCtxt::tcx() -> EvalCtxt::interner()
Michael Goulet
-2
/
+2
2024-05-19
Make EvalCtxt generic over interner
Michael Goulet
-2
/
+3
2024-05-18
Uplift inspect into rustc_type_ir
Michael Goulet
-1
/
+1
2024-05-18
Uplift GenericArgKind, CanonicalVarValues, QueryInput
Michael Goulet
-3
/
+3
2024-05-16
Uplift Goal to rustc_type_ir
Michael Goulet
-3
/
+3
2024-05-13
Remove `extern crate rustc_middle` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-05-12
solve: replace all `debug` with `trace`
lcnr
-11
/
+11
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-25
hir typeck: look into nested goals
lcnr
-12
/
+0
2024-04-08
Eliminate `DefiningAnchor` now that is just a single-variant enum
Oli Scherer
-1
/
+1
2024-04-08
Pass list of defineable opaque types into canonical queries
Oli Scherer
-0
/
+1
2024-03-18
cleanup + review
lcnr
-3
/
+2
2024-03-18
move `normalizes_to_hack` to `AliasRelate`
lcnr
-6
/
+3
2024-02-29
distinguish recursion limit based overflow for diagnostics
lcnr
-0
/
+11
2024-02-26
add additional logging
lcnr
-0
/
+1
2024-02-16
Move trait into attr so it's greppable
Michael Goulet
-2
/
+2
2024-02-16
Use extension trait derive
Michael Goulet
-4
/
+1
2024-02-13
use alias-relate to structurally normalize in the solver
lcnr
-37
/
+19
2024-02-13
also try to normalize opaque types in alias-relate
lcnr
-25
/
+2
2024-02-02
Remove dead args from functions
Michael Goulet
-19
/
+0
2024-01-29
bye bye `assemble_candidates_via_self_ty`
lcnr
-5
/
+3
2024-01-10
More comments
Michael Goulet
-1
/
+4
2024-01-10
Check reveal and can_define_opaque_ty in try_normalize_ty_recur
Michael Goulet
-12
/
+16
2023-12-18
track the source of nested goals
lcnr
-9
/
+13
2023-12-14
update use of feature flags
lcnr
-3
/
+2
2023-12-12
refactor writeback: emit normalization errors with new solver
lcnr
-3
/
+2
2023-12-08
Uplift canonicalizer into new trait solver crate
Michael Goulet
-1
/
+0
2023-12-08
implement and use `NormalizesTo`
lcnr
-5
/
+6
2023-12-05
Add deeply_normalize_for_diagnostics, use it in coherence
Michael Goulet
-1
/
+3
2023-11-29
new solver: improve instrument annotations
lcnr
-0
/
+1
2023-11-26
Clean dead codes
r0cky
-7
/
+0
2023-11-24
EvalCtxt::commit_if_ok don't inherit nested goals
lcnr
-5
/
+0
2023-11-09
update overflow handling for norm, add test
lcnr
-1
/
+1
2023-11-09
rework alias-relate to `norm(lhs) == norm(rhs)`
lcnr
-4
/
+22
2023-11-09
only instantiate opaques with rigid types
lcnr
-17
/
+1
2023-11-09
`try_normalize_ty` end with rigid alias on failure
lcnr
-14
/
+50
2023-11-02
use global cache when computing proof trees
lcnr
-3
/
+1
2023-10-10
reorder files in solve
lcnr
-3
/
+0
[next]