This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-02 04:57:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b512bf6f77
rust
/
compiler
/
rustc_const_eval
/
src
History
Strophox
b512bf6f77
add as_ptr to trait AllocBytes, fix 2 impls; add pub fn get_bytes_unchecked_raw in allocation.rs; add pub fn get_alloc_bytes_unchecked_raw[_mut] in memory.rs
2024-06-21 12:50:24 +02:00
..
check_consts
Remove redundant argument from
subdiagnostic
method
2024-06-18 15:42:11 +00:00
const_eval
Rename InstanceDef -> InstanceKind
2024-06-16 21:35:21 -04:00
interpret
add as_ptr to trait AllocBytes, fix 2 impls; add pub fn get_bytes_unchecked_raw in allocation.rs; add pub fn get_alloc_bytes_unchecked_raw[_mut] in memory.rs
2024-06-21 12:50:24 +02:00
util
rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -> CompileTimeInterpCx
2024-06-13 20:30:11 +02:00
errors.rs
Use a dedicated type instead of a reference for the diagnostic context
2024-06-18 15:42:11 +00:00
lib.rs
use is_none_or in some places in the compiler
2024-06-12 16:20:07 +02:00