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
/
effect_goals.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Fn-trait goals, eagerly instantiate binder
lcnr
-12
/
+9
2025-09-11
incompletely prefer opaque type bounds when self type bottoms out in infer
Michael Goulet
-1
/
+2
2025-09-02
Migrate more things in the new solver to specific `DefId`s
Chayim Refael Friedman
-5
/
+5
2025-08-25
Switch next solver to use a specific associated type for trait def id
Chayim Refael Friedman
-3
/
+3
2025-08-21
next-solver fix const_trait_impl bootstrap
lcnr
-7
/
+11
2025-07-30
Distinguish appending and replacing self ty in predicates
Michael Goulet
-2
/
+2
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-30
Rollup merge of #143066 - compiler-errors:let-chain-solver, r=lcnr
dianqk
-13
/
+11
2025-06-27
Use let chains in the new solver
Michael Goulet
-13
/
+11
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-3
/
+3
2025-06-16
trait_sel: `{Meta,Pointee}Sized` on `?Sized` types
David Wood
-16
/
+4
2025-06-16
trait_sel: `{Meta,Pointee}Sized` on `Sized` types
David Wood
-0
/
+14
2025-05-08
normalization: avoid incompletely constraining GAT args
lcnr
-2
/
+3
2025-05-07
Review
Michael Goulet
-3
/
+1
2025-05-07
Only prefer param-env candidates if they remain non-global after norm
Michael Goulet
-23
/
+24
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-7
/
+0
2025-04-18
Don't assemble non-env/bound candidates if projection is rigid
Michael Goulet
-2
/
+1
2025-02-13
normalizes-to rework rigid alias handling
lcnr
-1
/
+1
2025-02-13
Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity
Michael Goulet
-0
/
+7
2025-02-08
Rustfmt
bjorn3
-4
/
+5
2025-01-06
Recurse on GAT where clauses in fulfillment error proof tree visitor
Michael Goulet
-2
/
+2
2025-01-06
Add derived causes for host effect predicates
Michael Goulet
-1
/
+1
2024-12-18
update new solver candidate assembly
lcnr
-1
/
+7
2024-11-22
Implement ~const Destruct in new solver
Michael Goulet
-3
/
+24
2024-11-21
Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead
Matthias Krüger
-4
/
+1
2024-11-20
Rip out built-in PointerLike impl
Michael Goulet
-7
/
+0
2024-11-19
Implement ~const Fn trait goals in the new solver
Michael Goulet
-9
/
+46
2024-11-19
Rename implied_const_bounds to explicit_implied_const_bounds
Michael Goulet
-4
/
+1
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-1
/
+1
2024-10-30
Merge HostPolarity and BoundConstness
Michael Goulet
-4
/
+7
2024-10-24
Add support for ~const item bounds
Michael Goulet
-1
/
+50
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+296