rust/src
Manish Goregaokar b393c7e0d2 Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton
rustdoc: Fix a few stripping issues

We need to recurse into stripped modules to strip things like impl methods
but when doing so we must not add any items to the `retained` set.

For example this removes [`core::num::ParseFloatError::__description`](https://doc.rust-lang.org/nightly/core/num/struct.ParseFloatError.html#method.__description) and [`impl Clone for ThreadRng`](https://doc.rust-lang.org/nightly/std/clone/trait.Clone.html).
2016-06-29 21:21:23 +05:30
..
bootstrap rustbuild: Update how compiler-rt is called 2016-06-27 18:53:17 -07:00
build_helper
compiler-rt@a1ef94b760 Convert makefiles to build LLVM/compiler-rt with CMake 2016-06-21 19:54:28 -07:00
doc Rollup merge of #34442 - tatsuya6502:doc-book-ownership, r=steveklabnik 2016-06-28 16:05:14 +02:00
driver
etc Auto merge of #34055 - brson:cmake, r=alexcrichton 2016-06-23 23:33:32 -07:00
grammar Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
jemalloc@aab1c0a0e0
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Add example with leading zeros 2016-06-25 01:59:14 +02:00
libcollectionstest implemented peek_mut and unit tests 2016-06-21 12:10:38 -07:00
libcore Remove the return_address intrinsic. 2016-06-27 01:47:28 +03:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@45d85899e9
liblog
libpanic_abort
libpanic_unwind
librand
librbml
librustc Rollup merge of #34459 - jseyfried:expansion_cleanup, r=nrc 2016-06-29 21:21:21 +05:30
librustc_back
librustc_bitflags
librustc_borrowck Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
librustc_const_eval Rollup merge of #34497 - oli-obk:double_negation, r=eddyb 2016-06-29 21:21:22 +05:30
librustc_const_math
librustc_data_structures add control flow graph and algorithms. add dominator to mir 2016-06-23 14:00:00 -07:00
librustc_driver groundwork: create the Resolver earlier in phase 2 2016-06-28 05:28:27 +00:00
librustc_errors make old school mode a bit more configurable 2016-06-23 15:19:40 -04:00
librustc_incremental Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_lint Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
librustc_llvm
librustc_metadata cleanup: refactor away ast::NodeIdAssigner 2016-06-28 05:28:25 +00:00
librustc_mir Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
librustc_passes Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb 2016-06-26 02:17:27 +00:00
librustc_platform_intrinsics
librustc_plugin Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
librustc_privacy Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
librustc_resolve Rollup merge of #34467 - GuillaumeGomez:err-codes, r=brson 2016-06-29 21:21:22 +05:30
librustc_save_analysis Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb 2016-06-26 02:17:27 +00:00
librustc_trans Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth 2016-06-27 16:42:03 -07:00
librustc_typeck Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth 2016-06-27 16:42:03 -07:00
librustc_unicode
librustdoc Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton 2016-06-29 21:21:23 +05:30
libserialize
libstd Rollup merge of #34524 - frewsxcv:std-io-sink, r=GuillaumeGomez 2016-06-28 16:05:16 +02:00
libsyntax Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddyb 2016-06-29 21:21:22 +05:30
libsyntax_ext Disallow derive on items with type macros 2016-06-29 01:25:36 +00:00
libsyntax_pos Address comments and fix travis warning 2016-06-23 08:07:35 -04:00
libterm
libtest
libunwind
llvm@80ad955b60
rt
rtstartup
rust-installer@c37d3747da
rustc Update src/rustc/Cargo.lock 2016-06-27 23:40:04 +00:00
rustllvm
test Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton 2016-06-29 21:21:23 +05:30
tools Rollup merge of #34499 - michaelwoerister:lldb-blacklist, r=alexcrichton 2016-06-29 21:21:23 +05:30
stage0.txt