]> git.lizzy.rs Git - rust.git/commit
move rustc_hir::print -> rustc_hir_pretty
authorMazdak Farrokhzad <twingoow@gmail.com>
Mon, 23 Mar 2020 19:59:19 +0000 (20:59 +0100)
committerMazdak Farrokhzad <twingoow@gmail.com>
Tue, 24 Mar 2020 05:25:03 +0000 (06:25 +0100)
commitb3866a5c9315d2f882ab9f306df82c5fa66989bf
tree1225a578eb0550e0cd7cbb1cc7c1da0b1e2fc049
parentb60d732efe924931f377e1f552ce6290b2ba8393
move rustc_hir::print -> rustc_hir_pretty
18 files changed:
Cargo.lock
src/librustc/Cargo.toml
src/librustc/hir/map/mod.rs
src/librustc_driver/Cargo.toml
src/librustc_driver/pretty.rs
src/librustc_hir/Cargo.toml
src/librustc_hir/lib.rs
src/librustc_hir/print.rs [deleted file]
src/librustc_hir_pretty/Cargo.toml [new file with mode: 0644]
src/librustc_hir_pretty/lib.rs [new file with mode: 0644]
src/librustc_metadata/Cargo.toml
src/librustc_metadata/rmeta/encoder.rs
src/librustc_typeck/Cargo.toml
src/librustc_typeck/astconv.rs
src/librustc_typeck/check/demand.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/check/pat.rs
src/librustc_typeck/check_unused.rs