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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_next_trait_solver
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-02-13
adjust derive_error
lcnr
-20
/
+0
2025-02-13
rework pointee handling for the new rigid alias approach
lcnr
-67
/
+79
2025-02-13
normalizes-to rework rigid alias handling
lcnr
-93
/
+76
2025-02-13
Use BikeshedGuaranteedNotDrop in unsafe binder type WF too
Michael Goulet
-1
/
+1
2025-02-13
Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity
Michael Goulet
-0
/
+117
2025-02-08
Rustfmt
bjorn3
-61
/
+89
2025-02-07
Rollup merge of #136664 - WaffleLapkin:un-map_or-true, r=compiler-errors
Matthias Krüger
-1
/
+1
2025-02-06
replace one `.map_or(true, ...)` with `.is_none_or(...)`
Waffle Lapkin
-1
/
+1
2025-02-06
Rollup merge of #136069 - yotamofek:next-solver-slice, r=compiler-errors
Matthias Krüger
-7
/
+5
2025-02-05
Pass spans around new solver
Michael Goulet
-22
/
+56
2025-02-05
Remove span from delegate
Michael Goulet
-4
/
+2
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-5
/
+3
2025-01-28
Do not assume child bound assumptions for rigid alias
Michael Goulet
-14
/
+49
2025-01-25
Simplify slice indexing in next trait solver
Yotam Ofek
-7
/
+5
2025-01-23
Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errors
Matthias Krüger
-20
/
+28
2025-01-22
Use `structurally_normalize` instead of manual `normalizes-to` goals
Boxy
-23
/
+19
2025-01-20
handle global trait bounds defining assoc type
lcnr
-2
/
+22
2025-01-20
remove unnecessary collection
lcnr
-18
/
+6
2025-01-19
Run `clippy --fix` for `unnecessary_map_or` lint
Yotam Ofek
-1
/
+1
2025-01-17
new solver: prefer trivial builtin impls over where-clauses
Rémy Rakic
-2
/
+26
2025-01-14
Prefer lower TraitUpcasting candidates
Michael Goulet
-3
/
+5
2025-01-08
Implement const Destruct in old solver
Michael Goulet
-0
/
+2
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
2025-01-03
Also in the new solver
Michael Goulet
-18
/
+27
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-3
/
+37
2024-12-18
update new solver candidate assembly
lcnr
-89
/
+180
2024-12-18
canonicalizer: keep 'static in the param_env
lcnr
-40
/
+102
2024-12-11
Rename projection_def_id to item_def_id
Michael Goulet
-1
/
+1
2024-12-05
do not implement unsafe auto traits for types with unsafe fields
Jack Wrenn
-0
/
+8
2024-11-28
support revealing defined opaque post borrowck
lcnr
-33
/
+53
2024-11-23
remove remaining references to `Reveal`
lcnr
-2
/
+1
2024-11-23
no more Reveal :(
lcnr
-13
/
+9
2024-11-22
Implement ~const Destruct in new solver
Michael Goulet
-4
/
+97
2024-11-21
Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead
Matthias Krüger
-5
/
+2
2024-11-20
Rip out built-in PointerLike impl
Michael Goulet
-50
/
+0
2024-11-19
Implement ~const Fn trait goals in the new solver
Michael Goulet
-17
/
+128
2024-11-19
Rename implied_const_bounds to explicit_implied_const_bounds
Michael Goulet
-5
/
+2
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+5
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-8
/
+8
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-3
/
+1
2024-10-30
Merge HostPolarity and BoundConstness
Michael Goulet
-4
/
+7
2024-10-29
remove outdated debug_assertion
lcnr
-3
/
+0
2024-10-29
TypingMode :thinking:
lcnr
-87
/
+73
2024-10-24
Add support for ~const item bounds
Michael Goulet
-1
/
+77
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+300
2024-10-24
Remove associated type based effects logic
Michael Goulet
-121
/
+0
2024-10-22
remove unused field
lcnr
-11
/
+7
2024-10-22
fix typo
lcnr
-1
/
+1
2024-10-21
don't bail when encountering many placeholders
lcnr
-1
/
+2
[next]