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
/
solve
Age
Commit message (
Expand
)
Author
Lines
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
-6
/
+6
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
-84
/
+72
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
-117
/
+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
2024-10-21
normalizes-to disable infer var check
lcnr
-7
/
+16
2024-10-19
Fix transmute goal
Michael Goulet
-1
/
+37
2024-10-17
Allow dropping dyn principal
Michael Goulet
-1
/
+2
2024-10-17
move `defining_opaque_types` out of `Canonical`
lcnr
-8
/
+16
2024-10-15
Register a dummy candidate for failed structural normalization during candiat...
Michael Goulet
-0
/
+20
2024-10-15
Be better at reporting alias errors
Michael Goulet
-9
/
+13
2024-10-15
Make sure the alias is actually rigid
Michael Goulet
-2
/
+51
2024-10-12
Shallowly match opaque key in storage
Michael Goulet
-43
/
+42
2024-10-11
remove outdated FIXMEs
lcnr
-15
/
+4
2024-10-10
Auto merge of #131263 - compiler-errors:solver-relating, r=lcnr
bors
-1
/
+3
2024-10-10
impossible obligations check fast path
lcnr
-21
/
+62
2024-10-10
Use SolverRelating in favor of TypeRelating in the old solver where possible
Michael Goulet
-1
/
+1
2024-10-10
Use SolverRelating in new solver
Michael Goulet
-0
/
+2
2024-10-02
Auto merge of #130821 - lcnr:nalgebra-hang-2, r=compiler-errors
bors
-13
/
+39
2024-10-02
review
lcnr
-7
/
+8
2024-10-01
add caches to multiple type folders
lcnr
-13
/
+38
2024-09-28
Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnr
Matthias Krüger
-27
/
+38
2024-09-27
Instantiate binders when checking supertrait upcasting
Michael Goulet
-27
/
+38
2024-09-26
Check allow instantiating object trait binder when upcasting and in new solver
Michael Goulet
-3
/
+3
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-8
/
+8
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-92
/
+68
2024-09-20
add comment
lcnr
-0
/
+4
2024-09-20
bail if there are too many non-region infer vars
lcnr
-0
/
+7
2024-09-12
Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errors
Matthias Krüger
-26
/
+22
2024-09-12
more eagerly discard constraints on overflow
lcnr
-26
/
+22
2024-09-11
clippy::useless_conversion
Michael Goulet
-1
/
+0
2024-09-06
Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr
bors
-4
/
+17
2024-09-03
do not attempt to prove unknowable goals
lcnr
-34
/
+32
2024-09-02
Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates
Bryanskiy
-4
/
+17
2024-09-02
chore: Fix typos in 'compiler' (batch 2)
Alexander Cyon
-3
/
+3
2024-08-29
Add `warn(unreachable_pub)` to `rustc_next_trait_solver`.
Nicholas Nethercote
-26
/
+33
2024-08-27
safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`
Jack Wrenn
-1
/
+1
2024-08-14
Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors
许杰友 Jieyou Xu (Joe)
-114
/
+58
2024-08-13
implement a performant and fuzzed solver cache
lcnr
-21
/
+31
[next]