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
/
tests
/
ui
/
traits
/
const-traits
Age
Commit message (
Expand
)
Author
Lines
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-20
/
+18
2024-11-03
Yeet effects feature
Michael Goulet
-607
/
+225
2024-11-03
Gate checking ~const bounds on const_trait_impl
Michael Goulet
-131
/
+21
2024-11-01
Completely deny calling functions with const conditions in MIR const check un...
Michael Goulet
-23
/
+107
2024-11-01
Double-check conditional constness in MIR
Michael Goulet
-3
/
+10
2024-10-30
Do not enforce ~const constness effects in typeck if rustc_do_mot_const_check
Michael Goulet
-1
/
+13
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-1
/
+1
2024-10-28
Hack out effects support for old solver
Michael Goulet
-142
/
+94
2024-10-26
Pass constness with span into lower_poly_trait_ref
Michael Goulet
-164
/
+158
2024-10-26
Deny calls to non-`#[const_trait]` methods in MIR constck
Deadbeef
-104
/
+334
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-40
/
+166
2024-10-24
Add support for ~const item bounds
Michael Goulet
-24
/
+114
2024-10-24
Be better at enforcing that const_conditions is only called on const items
Michael Goulet
-27
/
+2
2024-10-24
Add tests
Michael Goulet
-0
/
+513
2024-10-24
Add next-solver to more effects tests
Michael Goulet
-96
/
+97
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-949
/
+368
2024-10-24
Remove associated type based effects logic
Michael Goulet
-80
/
+0
2024-10-22
Rename Receiver -> LegacyReceiver
Adrian Taylor
-9
/
+9
2024-10-22
Move tests
Michael Goulet
-0
/
+7896
[prev]