This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8398781132
rust
/
src
History
Oliver Schneider
8398781132
remove one layer of indirection when interpreting const/static/main functions
2016-06-01 18:50:20 +02:00
..
bin
remove intermediate vars
2016-06-01 18:42:57 +02:00
error.rs
improve out of bounds error message
2016-06-01 11:22:37 +02:00
interpreter.rs
remove one layer of indirection when interpreting const/static/main functions
2016-06-01 18:50:20 +02:00
lib.rs
add the
log
crate +
env_logger
to be able to choose the log granularity at runtime
2016-06-01 11:47:41 +02:00
memory.rs
add a note to Memory::new mentioning tcx.data_layout
2016-06-01 11:24:23 +02:00
primval.rs
replace
panic!
s with
Result
2016-06-01 11:10:43 +02:00