rust/src
bors fe278a8a32 Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiyn
Fix "field is never used" warning to take unions into account

When compiling code containing a union with an unused field, rustc says
"struct field is never used".

Rather than saying "struct or union", or adding logic to determine the
type of the item, just change the message to "field is never used",
dropping the "struct".

Update tests accordingly.
2016-09-06 20:06:34 -07:00
..
bootstrap Auto merge of #36144 - japaric:rustbuild-musl, r=alexcrichton 2016-09-04 10:22:26 -07:00
build_helper
compiler-rt@8598065bd9
doc Remove mention of unsafe_no_drop_flag from Reference and Nomicon 2016-09-04 22:57:27 -04:00
driver
etc Auto merge of #35585 - Kha:gdb-qualified, r=michaelwoerister 2016-08-31 05:51:58 -07:00
grammar
jemalloc@e058ca6616
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Rollup merge of #36243 - GuillaumeGomez:hash_map_links, r=steveklabnik 2016-09-06 09:38:02 -07:00
libcollectionstest
libcore Auto merge of #35845 - frewsxcv:result-into-iter, r=GuillaumeGomez 2016-09-05 14:41:16 -07:00
libcoretest Auto merge of #35856 - phimuemue:master, r=brson 2016-09-02 21:02:41 -07:00
libflate
libfmt_macros
libgetopts Replace _, _ with .. 2016-09-04 12:30:33 +03:00
libgraphviz
liblibc@49d64cae06
liblog
libpanic_abort
libpanic_unwind
libproc_macro
librand
librbml
librustc Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiyn 2016-09-06 20:06:34 -07:00
librustc_back Auto merge of #36024 - japaric:mips64, r=alexcrichton 2016-09-02 03:01:48 -07:00
librustc_bitflags
librustc_borrowck Replace _, _ with .. 2016-09-04 12:30:33 +03:00
librustc_const_eval Replace _, _ with .. 2016-09-04 12:30:33 +03:00
librustc_const_math
librustc_data_structures ICH: Adapt to changes in the MetaItem AST representation. 2016-09-01 14:39:31 -04:00
librustc_driver Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis 2016-09-06 13:22:35 -07:00
librustc_errors Special case a few colors for Windows 2016-08-31 15:19:43 -07:00
librustc_incremental Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis 2016-09-06 13:22:35 -07:00
librustc_lint Replace _, _ with .. 2016-09-04 12:30:33 +03:00
librustc_llvm Fix incorrect LLVM Linkage enum 2016-09-04 16:12:01 -05:00
librustc_macro rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
librustc_metadata Auto merge of #36203 - petrochenkov:uvsdot, r=nrc 2016-09-04 14:03:01 -07:00
librustc_mir Auto merge of #36203 - petrochenkov:uvsdot, r=nrc 2016-09-04 14:03:01 -07:00
librustc_passes Replace _, _ with .. 2016-09-04 12:30:33 +03:00
librustc_platform_intrinsics
librustc_plugin Auto merge of #36240 - leeopop:master, r=jseyfried 2016-09-04 18:36:42 -07:00
librustc_privacy Replace _, _ with .. 2016-09-04 12:30:33 +03:00
librustc_resolve Add struct AmbiguityError. 2016-09-06 03:52:36 +00:00
librustc_save_analysis Auto merge of #36288 - nrc:save-var-value, r=eddyb 2016-09-06 07:46:06 -07:00
librustc_trans Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis 2016-09-06 13:22:35 -07:00
librustc_typeck Rollup merge of #36267 - Cobrand:E0559, r=jonathandturner 2016-09-06 09:38:03 -07:00
librustc_unicode
librustdoc Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichton 2016-09-05 22:32:36 -07:00
libserialize Replace _, _ with .. 2016-09-04 12:30:33 +03:00
libstd Rollup merge of #36298 - GuillaumeGomez:hashmap_doc, r=steveklabnik 2016-09-06 09:38:04 -07:00
libsyntax Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis 2016-09-06 13:22:35 -07:00
libsyntax_ext Replace _, _ with .. 2016-09-04 12:30:33 +03:00
libsyntax_pos incr.comp.: Add stable hashing of HIR spans to ICH. 2016-09-01 09:43:44 -04:00
libterm Replace _, _ with .. 2016-09-04 12:30:33 +03:00
libtest
libunwind
llvm@16b79d01fd Fix optimization regressions for operations on [x; n]-initialized arrays. 2016-09-01 00:27:03 +03:00
rt Address comments and add requested tests 2016-09-03 13:39:35 +03:00
rtstartup
rust-installer@755bc3db4f
rustc rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
rustllvm Fix incorrect LLVM Linkage enum 2016-09-04 16:12:01 -05:00
test Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiyn 2016-09-06 20:06:34 -07:00
tools test: Add a min-llvm-version directive 2016-09-01 16:14:17 -07:00
stage0.txt