rust/src
Manish Goregaokar 8e4c00b939 Rollup merge of #21958 - brson:stable-features, r=alexcrichton
....

The 'stable_features' lint helps people progress from unstable to
stable Rust by telling them when they no longer need a `feature`
attribute because upstream Rust has declared it stable.

This compares to the existing 'unstable_features' lint, which is used
to implement feature staging, and triggers on *any* use
of `#[feature]`.
2015-02-06 16:21:11 +05:30
..
compiler-rt@58ab642c30 Updated compiler-rt 2015-01-09 18:38:30 +02:00
compiletest improve compiletest error message when path option missing. 2015-02-05 23:58:32 +01:00
doc Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton 2015-02-06 16:21:08 +05:30
driver Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
etc Tidy fixes 2015-02-05 14:38:56 -08:00
grammar Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik 2015-02-06 16:21:06 +05:30
jemalloc@b001609960
liballoc Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik 2015-02-06 16:21:06 +05:30
libarena Auto merge of #21613 - alfie:suffix-small, r=alexcrichton 2015-02-03 07:59:04 +00:00
libbacktrace openbsd support 2015-02-01 14:41:38 +01:00
libcollections Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton 2015-02-06 16:21:10 +05:30
libcore Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton 2015-02-06 16:21:10 +05:30
libcoretest cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libflate Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton 2015-02-06 16:21:10 +05:30
libfmt_macros register snapshots 2015-02-02 13:38:32 -05:00
libgetopts cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libgraphviz cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
liblibc Switch missing_copy_implementations to default-allow 2015-02-03 23:31:07 -08:00
liblog remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
librand Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton 2015-02-06 16:21:10 +05:30
librbml cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librustc Rollup merge of #21958 - brson:stable-features, r=alexcrichton 2015-02-06 16:21:11 +05:30
librustc_back cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
librustc_bitflags Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
librustc_borrowck Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton 2015-02-06 16:21:08 +05:30
librustc_driver Rollup merge of #21958 - brson:stable-features, r=alexcrichton 2015-02-06 16:21:11 +05:30
librustc_llvm Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton 2015-02-06 16:21:08 +05:30
librustc_privacy remove all kind annotations from closures 2015-02-04 20:06:08 -05:00
librustc_resolve Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik 2015-02-06 16:21:06 +05:30
librustc_trans Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton 2015-02-06 16:21:08 +05:30
librustc_typeck Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton 2015-02-06 16:21:08 +05:30
librustdoc Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton 2015-02-06 16:21:10 +05:30
libserialize misc collections code cleanup 2015-02-05 18:22:03 -05:00
libstd Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton 2015-02-06 16:21:10 +05:30
libsyntax Rollup merge of #21958 - brson:stable-features, r=alexcrichton 2015-02-06 16:21:11 +05:30
libterm cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libtest cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
libunicode cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
llvm@2d54c4f559 Update LLVM to rust-llvm-2015-01-30 2015-02-01 20:00:35 +01:00
rt Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton 2015-02-06 16:21:05 +05:30
rust-installer@e577c97b49 Fix revert of rust-installer 2015-01-09 10:19:30 -08:00
rustbook Fix for misspelled comments. 2015-02-04 23:00:02 -05:00
rustllvm Test fixes and rebase conflicts 2015-02-02 18:50:23 -08:00
test Rollup merge of #21958 - brson:stable-features, r=alexcrichton 2015-02-06 16:21:11 +05:30
snapshots.txt register snapshots 2015-02-04 20:06:12 -05:00