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
/
tests
/
ui
/
traits
/
const-traits
Age
Commit message (
Expand
)
Author
Lines
2024-11-21
Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead
Matthias Krüger
-5
/
+75
2024-11-19
Implement ~const Fn trait goals in the new solver
Michael Goulet
-90
/
+58
2024-11-19
Implement ~const opaques
Michael Goulet
-5
/
+75
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-61
/
+0
2024-11-09
give a hint which feature is missing
Ralf Jung
-4
/
+23
2024-11-09
require const_impl_trait gate for all conditional and trait const calls
Ralf Jung
-321
/
+177
2024-11-04
Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil...
Matthias Krüger
-1
/
+1
2024-11-04
Fix minicore, add tests based off of it
Michael Goulet
-129
/
+97
2024-11-03
use backticks instead of single quotes when reporting "use of unstable librar...
dianne
-1
/
+1
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