]> git.lizzy.rs Git - rust.git/commit
Remove the in-tree `flate` crate
authorAlex Crichton <alex@alexcrichton.com>
Thu, 8 Jun 2017 21:10:36 +0000 (14:10 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 20 Jun 2017 14:11:29 +0000 (07:11 -0700)
commita4024c58e1e5c92cfe3ed39ed9f5b96f3f38122e
tree2c29cfb9741ad811d86780469eb4c570158fe216
parent380100c568c1c390c837caf98338d07c4d8a0462
Remove the in-tree `flate` crate

A long time coming this commit removes the `flate` crate in favor of the
`flate2` crate on crates.io. The functionality in `flate2` originally flowered
out of `flate` itself and is additionally the namesake for the crate. This will
leave a gap in the naming (there's not `flate` crate), which will likely cause a
particle collapse of some form somewhere.
21 files changed:
COPYRIGHT
src/libflate/Cargo.toml [deleted file]
src/libflate/build.rs [deleted file]
src/libflate/lib.rs [deleted file]
src/librustc/Cargo.toml
src/librustc/lib.rs
src/librustc_metadata/Cargo.toml
src/librustc_metadata/lib.rs
src/librustc_metadata/locator.rs
src/librustc_trans/Cargo.toml
src/librustc_trans/back/link.rs
src/librustc_trans/back/lto.rs
src/librustc_trans/base.rs
src/librustc_trans/lib.rs
src/rt/miniz.c [deleted file]
src/test/run-make/no-duplicate-libs/bar.rs
src/test/run-make/no-duplicate-libs/foo.rs
src/test/run-make/save-analysis-fail/foo.rs
src/test/run-make/save-analysis/foo.rs
src/test/run-pass/smallest-hello-world.rs
src/tools/tidy/src/style.rs