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_next_trait_solver
/
src
/
solve
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Add the core logic in old and new solvers
tiif
-0
/
+14
2025-06-27
Rollup merge of #142806 - compiler-errors:norm-ct-has-ty, r=lcnr,BoxyUwU
Matthias Krüger
-0
/
+1
2025-06-25
Normalize before computing ConstArgHasType goal
Michael Goulet
-0
/
+1
2025-06-23
Uplift find_const_ty_from_env
Michael Goulet
-1
/
+1
2025-06-03
`FIXME(-Znext-solver)` triage
lcnr
-2
/
+2
2025-05-26
Don't rerun goals if none of its vars have changed
Michael Goulet
-0
/
+19
2025-05-23
yeet `CanonicalVarInfo`
lcnr
-1
/
+1
2025-05-07
Use MaybeCause::or to allow constraints from overflows if they are combined w...
Michael Goulet
-10
/
+12
2025-04-26
Rollup merge of #140320 - lcnr:wf-use-term, r=compiler-errors
Matthias Krüger
-1
/
+1
2025-04-26
convert some `GenericArg` to `Term`
lcnr
-1
/
+1
2025-04-25
handle specialization in the new trait solver
lcnr
-0
/
+11
2025-04-23
More
Michael Goulet
-4
/
+1
2025-04-22
Properly drain pending obligations for coroutines
Michael Goulet
-1
/
+4
2025-04-03
add `TypingMode::Borrowck`
lcnr
-0
/
+1
2025-03-05
change definitely non-productive cycles to error
lcnr
-1
/
+3
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-4
/
+2
2025-01-22
Use `structurally_normalize` instead of manual `normalizes-to` goals
Boxy
-23
/
+19
2024-12-18
update new solver candidate assembly
lcnr
-10
/
+15
2024-11-28
support revealing defined opaque post borrowck
lcnr
-1
/
+14
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-2
/
+2
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+1
2024-10-24
Remove associated type based effects logic
Michael Goulet
-6
/
+0
2024-10-19
Fix transmute goal
Michael Goulet
-0
/
+31
2024-10-17
move `defining_opaque_types` out of `Canonical`
lcnr
-1
/
+0
2024-10-11
remove outdated FIXMEs
lcnr
-3
/
+0
2024-10-10
impossible obligations check fast path
lcnr
-0
/
+8
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-2
/
+2
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-1
/
+1
2024-07-09
exhaustively destructure external constraints
lcnr
-3
/
+11
2024-06-25
Rename tcx to cx
Michael Goulet
-6
/
+6
2024-06-24
Replace Deref bounds on Interner in favor of a SliceLike trait
Michael Goulet
-1
/
+1
2024-06-21
Rename a bunch of things
Michael Goulet
-9
/
+9
2024-06-18
Explicitly import tracing macros
Michael Goulet
-3
/
+3
2024-06-18
Uplift the new trait solver
Michael Goulet
-0
/
+305