rust/src
bors 731c0ce4c9 Auto merge of #29961 - alexcrichton:order-dependent, r=brson
This commit fixes a bug where a crate could fail to compile depending on the
order of `extern crate` directives at the top of the crate. Specifically, if the
same crate is found at two locations, then if it's loaded first via `--extern`
it will not emit a duplicate warning, but if it's first loaded transitively
via a dep and *then* via `--extern` an error will be emitted.

The loader was tweaked to catch this scenario and coalesce the loading of these
two crates to prevent errors from being emitted.
2015-11-20 22:08:19 +00:00
..
compiler-rt@b6087e82ba
compiletest
doc Remove slice pattern from compiler plugin example 2015-11-20 14:31:04 +01:00
driver
error-index-generator
etc
grammar
jemalloc@e24a1a025a
liballoc Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Review fixes 2015-11-18 01:24:22 +03:00
libcollectionstest
libcore Auto merge of #29083 - petrochenkov:stability3, r=alexcrichton 2015-11-18 19:49:33 +00:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@8531cc11e1 Add changes to liblibc 2015-11-17 13:16:09 -08:00
liblog
librand
librbml
librustc Auto merge of #29961 - alexcrichton:order-dependent, r=brson 2015-11-20 22:08:19 +00:00
librustc_back Various straight-forward ports that override visit_nested_items 2015-11-18 19:23:29 -05:00
librustc_bitflags
librustc_borrowck Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00
librustc_data_structures
librustc_driver Changes to data produced by privacy pass 2015-11-19 14:16:35 +03:00
librustc_front Fix two long lines. 2015-11-18 19:23:29 -05:00
librustc_lint Changes to data produced by privacy pass 2015-11-19 14:16:35 +03:00
librustc_llvm Remove segmented stack option from LLVMRustCreateTargetMachine. Unused. 2015-11-19 16:58:23 -08:00
librustc_mir Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00
librustc_platform_intrinsics
librustc_privacy Changes to data produced by privacy pass 2015-11-19 14:16:35 +03:00
librustc_resolve Various straight-forward ports that override visit_nested_items 2015-11-18 19:23:29 -05:00
librustc_trans Auto merge of #29945 - nrc:save-crate-name, r=alexcrichton 2015-11-20 20:03:16 +00:00
librustc_typeck Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00
librustc_unicode Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
librustdoc Auto merge of #29822 - petrochenkov:pubexport, r=alexcrichton 2015-11-20 18:13:10 +00:00
libserialize
libstd Auto merge of #29950 - fhahn:small-doc-fix-rename-var, r=bluss 2015-11-20 12:30:00 +00:00
libsyntax Rework the IdVisitor so that it only visits item contents (and doesn't 2015-11-18 19:22:18 -05:00
libterm
libtest
llvm@cde1ed3196
rt
rtstartup
rust-installer@c37d3747da
rustbook
rustllvm Remove segmented stack option from LLVMRustCreateTargetMachine. Unused. 2015-11-19 16:58:23 -08:00
test Auto merge of #29961 - alexcrichton:order-dependent, r=brson 2015-11-20 22:08:19 +00:00
snapshots.txt