This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d0fa0260ca
rust
/
compiler
/
rustc_const_eval
/
src
/
const_eval
History
Download ZIP
Download TAR.GZ
Ralf Jung
492526548d
const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns
2025-06-26 18:09:47 +02:00
..
dummy_machine.rs
Rollup merge of
#141513
- nia-e:allocbytes-extend, r=RalfJung
2025-05-27 01:29:20 +08:00
error.rs
Use the informative error as the main const eval error message
2025-06-02 15:37:15 +00:00
eval_queries.rs
const-eval error: always say in which item the error occurred
2025-06-07 13:42:30 +02:00
fn_queries.rs
Methods of const traits are const
2025-01-15 15:57:06 +00:00
machine.rs
Replace some
Option<Span>
with
Span
and use DUMMY_SP instead of None
2025-06-05 14:14:59 +00:00
mod.rs
const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns
2025-06-26 18:09:47 +02:00
valtrees.rs
const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns
2025-06-26 18:09:47 +02:00