rust/src
Alex Crichton 8abe7846d6 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
2014-12-13 14:18:44 -08:00
..
compiler-rt@62a4ca6055 Update compiler-rt to work for non-v7 arm. 2014-06-18 17:02:08 -07:00
compiletest librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
doc Test fixes and rebase conflicts from the rollup 2014-12-09 10:26:04 -08:00
driver Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
etc Register new snapshots 2014-12-11 11:30:38 -08:00
grammar Adjust Antlr4 lexer to include suffixes. 2014-11-20 00:02:42 +11:00
jemalloc@b001609960 update jemalloc 2014-10-05 22:17:25 -04:00
liballoc Implemented BorrowFrom<Rc<T>> for T. 2014-12-08 16:32:08 -05:00
libarena librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
libbacktrace
libcollections auto merge of #19569 : murphm8/rust/ring_buf_insert, r=Gankro 2014-12-12 21:07:19 +00:00
libcore auto merge of #19672 : alexcrichton/rust/snapshots, r=brson 2014-12-11 22:56:54 +00:00
libcoretest auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton 2014-12-08 02:32:31 +00:00
libflate libflate: remove unnecessary as_slice() calls 2014-12-06 19:05:58 -05:00
libfmt_macros librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
libgetopts Deprecate more in-tree libs for crates.io 2014-12-13 14:18:44 -08:00
libgraphviz libgraphviz: remove unnecessary as_slice() calls 2014-12-06 19:05:58 -05:00
liblibc librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
liblog Deprecate more in-tree libs for crates.io 2014-12-13 14:18:44 -08:00
librand rustc: Fix make install 2014-12-10 09:46:30 -08:00
librbml librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
libregex Deprecate more in-tree libs for crates.io 2014-12-13 14:18:44 -08:00
libregex_macros Deprecate more in-tree libs for crates.io 2014-12-13 14:18:44 -08:00
librustc auto merge of #19391 : nick29581/rust/assoc-eq, r=nikomatsakis 2014-12-12 18:57:15 +00:00
librustc_back librustc_back: remove unnecessary to_string() calls 2014-12-06 23:53:02 -05:00
librustc_driver Register new snapshots 2014-12-11 11:30:38 -08:00
librustc_llvm librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
librustc_trans auto merge of #19617 : nikomatsakis/rust/issue-19261-2, r=nrc 2014-12-12 13:21:58 +00:00
librustc_typeck auto merge of #19391 : nick29581/rust/assoc-eq, r=nikomatsakis 2014-12-12 18:57:15 +00:00
librustdoc Reviewer comments 2014-12-12 19:29:17 +13:00
librustrt Register new snapshots 2014-12-11 11:30:38 -08:00
libserialize Register new snapshots 2014-12-11 11:30:38 -08:00
libstd Register new snapshots 2014-12-11 11:30:38 -08:00
libsyntax Add support for equality constraints on associated types 2014-12-12 19:11:59 +13:00
libterm librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
libtest librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
libtime librustc: Make Copy opt-in. 2014-12-08 13:47:44 -05:00
libunicode Register new snapshots 2014-12-11 11:30:38 -08:00
llvm@ec1fdb3b9d Update LLVM to get slightly better memcpy elision 2014-10-17 17:16:18 +02:00
rt remove the uv_support code 2014-10-02 05:05:12 -04:00
rustllvm optimize position independent code in executables 2014-10-12 09:18:14 -04:00
test auto merge of #19391 : nick29581/rust/assoc-eq, r=nikomatsakis 2014-12-12 18:57:15 +00:00
snapshots.txt Register new snapshots 2014-12-11 11:30:38 -08:00