rust/compiler/rustc_middle
Jubilee Young b97d4131fe Refactor byteorder to std in rustc_middle
Use std::io::{Read, Write} and {to, from}_{le, be}_bytes methods in
order to remove byteorder from librustc_middle's dependency graph.
2020-09-04 21:51:17 -07:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Refactor byteorder to std in rustc_middle 2020-09-04 21:51:17 -07:00
Cargo.toml Refactor byteorder to std in rustc_middle 2020-09-04 21:51:17 -07:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.