rust/compiler/rustc_middle/src
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
..
dep_graph
hir
ich
infer
middle pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mir Refactor byteorder to std in rustc_middle 2020-09-04 21:51:17 -07:00
query pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
traits Review comments 2020-09-04 19:12:54 -04:00
ty ty.flags -> ty.flags() 2020-09-04 18:28:20 +02:00
util
arena.rs
lib.rs datastructures: replace once_cell crate with an impl from std 2020-08-30 20:06:14 +01:00
lint.rs
macros.rs
tests.rs