]> git.lizzy.rs Git - rust.git/commit
Deprecate more in-tree libs for crates.io
authorAlex Crichton <alex@alexcrichton.com>
Sat, 13 Dec 2014 22:18:44 +0000 (14:18 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 13 Dec 2014 22:18:44 +0000 (14:18 -0800)
commit8abe7846d6c32bf06fd8bb79d76e658b6770bd7b
treef2b6c874af826514ed61cb562e3596a939ab8242
parentffc111889e93bcd38222d9d74a70fdc26a78fcb5
Deprecate more in-tree libs for crates.io

This commit deprecates a few more in-tree libs for their crates.io counterparts.
Note that this commit does not make use of the #[deprecated] tag to prevent
warnings from being generated for in-tree usage. Once #[unstable] warnings are
turned on then all external users will be warned to move.

These crates have all been duplicated in rust-lang/$crate repositories so
development can happen independently of the in-tree copies. We can explore at a
later date replacing the in-tree copies with the external copies, but at this
time the libraries have changed very little over the past few months so it's
unlikely for changes to be sent to both repos.

cc #19260
src/libgetopts/lib.rs
src/liblog/lib.rs
src/libregex/lib.rs
src/libregex_macros/lib.rs