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
eac309984f
Branches
Tags
View all branches
rust
/
compiler
/
rustc_middle
History
Oliver Scherer
eac309984f
Encode
ScalarInt::bytes
as
u128
instead of
[u8; 16]
to see if that caused the performance regression
2020-11-04 09:58:59 +00:00
..
benches
…
src
Encode
ScalarInt::bytes
as
u128
instead of
[u8; 16]
to see if that caused the performance regression
2020-11-04 09:58:59 +00:00
Cargo.toml
Address comments
2020-10-27 19:42:02 -04:00
README.md
…
README.md
For more information about how rustc works, see the
rustc dev guide
.