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-11-28 10:37:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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
.