rust/src
bors e2bb53ca52 Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton
The public set is expanded with trait items, impls and their items, foreign items, exported macros, variant fields, i.e. all the missing parts. Now it's a subset of the exported set.
This is needed for https://github.com/rust-lang/rust/pull/29083 because stability annotation pass uses the public set and all things listed above need to be annotated.
Rustdoc can now be migrated to the public set as well, I guess.

Exported set is now slightly more correct with regard to exported items in blocks - 1) blocks in foreign items are considered and 2) publicity is not inherited from the block's parent - if a function is public it doesn't mean structures defined in its body are public.

r? @alexcrichton or maybe someone else
2015-11-02 23:38:49 +00:00
..
compiler-rt@58ab642c30 Revert "Update compiler-rt" 2015-10-30 10:36:34 -07:00
compiletest Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichton 2015-10-26 00:19:51 +00:00
doc Minor fix to Rust Book, Macros chapter 2015-11-02 08:52:05 -05:00
driver
error-index-generator
etc Rollup merge of #29437 - brson:authors, r=alexcrichton 2015-10-28 20:27:35 -04:00
grammar Adjust src/grammar for the introduced <- op 2015-10-27 23:06:37 +02:00
jemalloc@e24a1a025a
liballoc Auto merge of #29454 - stepancheg:vec-reserve, r=bluss 2015-10-30 22:23:41 +00:00
liballoc_jemalloc
liballoc_system
libarena Auto merge of #29020 - goyox86:goyox86/rustfmting-libarena, r=nrc 2015-10-16 14:20:25 +00:00
libbacktrace Clean whitespace 2015-10-19 11:16:31 -04:00
libcollections don't use drop_in_place as an intrinsic 2015-10-30 11:24:54 -04:00
libcollectionstest Add assertions to test_total_ord for str 2015-10-24 19:53:42 +01:00
libcore Stop using ok().expect() in Result docs 2015-11-01 20:41:23 +01:00
libcoretest Implement conversion traits for primitive float types 2015-10-17 16:27:31 -07:00
libflate
libfmt_macros Rollup merge of #29022 - apasel422:spell, r=steveklabnik 2015-10-15 13:41:32 +05:30
libgetopts
libgraphviz Correct spelling in docs 2015-10-13 09:44:11 -04:00
liblibc Unsafety -> Safety in doc headings 2015-10-23 11:42:14 -04:00
liblog Remove the unnecessary local variable in set_logger. 2015-10-14 14:17:06 +02:00
librand std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
librbml Remove some trivial transmutes 2015-10-17 20:29:49 -04:00
librustc Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton 2015-11-02 23:38:49 +00:00
librustc_back Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexcrichton 2015-11-01 20:00:07 +00:00
librustc_bitflags Rustfmt-ing librustc_bitflags. 2015-10-13 23:14:32 +01:00
librustc_borrowck Rename categorization and stop re-exporting its variants. 2015-10-29 09:38:11 +01:00
librustc_data_structures
librustc_driver Remove contraction. The contraction rules predated the notion of an 2015-10-28 18:48:49 -04:00
librustc_front Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton 2015-11-02 23:38:49 +00:00
librustc_lint Auto merge of #29402 - sanxiyn:if-let, r=steveklabnik 2015-10-28 09:39:43 +00:00
librustc_llvm Remove some trivial transmutes 2015-10-17 20:29:49 -04:00
librustc_mir Remove PatWildMulti 2015-10-31 03:44:43 +03:00
librustc_platform_intrinsics
librustc_privacy Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton 2015-11-02 23:38:49 +00:00
librustc_resolve Auto merge of #26421 - nham:fix_21546, r=pnkfelix 2015-10-27 19:15:29 +00:00
librustc_trans Auto merge of #28846 - Ms2ger:categorization, r=nikomatsakis 2015-11-02 10:44:08 +00:00
librustc_typeck Auto merge of #28846 - Ms2ger:categorization, r=nikomatsakis 2015-11-02 10:44:08 +00:00
librustc_unicode rustfmt librustc_unicode 2015-10-26 17:57:53 +01:00
librustdoc Remove PatWildMulti 2015-10-31 03:44:43 +03:00
libserialize
libstd Auto merge of #29456 - alexcrichton:path-hash, r=aturon 2015-11-02 21:56:47 +00:00
libsyntax Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton 2015-11-02 23:38:49 +00:00
libterm Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson 2015-10-25 16:38:38 +00:00
libtest Port the standard crates to PNaCl/NaCl. 2015-10-28 17:23:28 -05:00
llvm@cde1ed3196 Update LLVM fork to include a backported fix for broken debug locations 2015-10-18 16:40:45 +02:00
rt Add test case for #28676. 2015-10-14 14:51:26 -06:00
rtstartup Moar comments. 2015-10-21 10:05:27 -07:00
rust-installer@c37d3747da
rustbook
rustllvm rustllvm: Update to LLVM trunk 2015-10-24 18:42:23 +09:00
test Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton 2015-11-02 23:38:49 +00:00
snapshots.txt