]> git.lizzy.rs Git - rust.git/commit
auto merge of #8185 : alexcrichton/rust/issue-8179, r=pcwalton
authorbors <bors@rust-lang.org>
Fri, 2 Aug 2013 02:46:47 +0000 (19:46 -0700)
committerbors <bors@rust-lang.org>
Fri, 2 Aug 2013 02:46:47 +0000 (19:46 -0700)
commitecefeb03ccecdcb306e5cc3c76b04670073a82fa
tree6dd6e32d0ec003e48fba525bf2750c0640c320ab
parent5890fcf87295d5b7a8f4ffa8d9918f755f72baf8
parentea5f829307c3a4ba62f6d83e3c3cf0b6affc34f0
auto merge of #8185 : alexcrichton/rust/issue-8179, r=pcwalton

* All globals marked as `pub` won't have the `internal` linkage type set
* All global references across crates are forced to use the address of the
  global in the other crate via an external reference.

r? @graydon

Closes #8179
src/librustc/middle/trans/base.rs
src/librustc/middle/trans/expr.rs