This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-10-27 11:05:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_const_eval
/
src
History
Ralf Jung
273d253ce6
offset_from: "the difference must fit in an isize" is a corollary
...
also, isize::MIN is an impossible distance
2024-07-04 14:12:23 +02:00
..
check_consts
Remove redundant argument from
subdiagnostic
method
2024-06-18 15:42:11 +00:00
const_eval
implement new effects desugaring
2024-06-28 10:57:35 +00:00
interpret
offset_from: "the difference must fit in an isize" is a corollary
2024-07-04 14:12:23 +02:00
util
rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -> CompileTimeInterpCx
2024-06-13 20:30:11 +02:00
errors.rs
don't ICE when encountering an extern type field during validation
2024-06-22 17:39:01 +02:00
lib.rs
use is_none_or in some places in the compiler
2024-06-12 16:20:07 +02:00