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
eac309984f
rust
/
compiler
/
rustc_middle
History
Download ZIP
Download TAR.GZ
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
mv compiler to compiler/
2020-08-30 18:45:07 +03:00
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
mv compiler to compiler/
2020-08-30 18:45:07 +03:00
README.md
For more information about how rustc works, see the
rustc dev guide
.