Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 3628044

Browse files
committed
Auto merge of #74862 - mark-i-m:mv-compiler, r=petrochenkov
Move almost all compiler crates to compiler/ This PR implements rust-lang/compiler-team#336 and moves all `rustc_*` crates from `src` to the new `compiler` directory. `librustc_foo` directories are renamed to `rustc_foo`. `src` directories are introduced inside `rustc_*` directories to mirror the scheme already use for `library` crates. [git filter-repo] original commit: rust-lang/rust@85fbf49
2 parents 84cd520 + f1f7646 commit 3628044

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ name = "rustc_apfloat"
44
version = "0.0.0"
55
edition = "2018"
66

7-
[lib]
8-
name = "rustc_apfloat"
9-
path = "lib.rs"
10-
117
[dependencies]
128
bitflags = "1.2.1"
139
smallvec = { version = "1.0", features = ["union", "may_dangle"] }

ieee.rs renamed to src/ieee.rs

File renamed without changes.

lib.rs renamed to src/lib.rs

File renamed without changes.

ppc.rs renamed to src/ppc.rs

File renamed without changes.

0 commit comments

Comments
 (0)