]> git.lizzy.rs Git - rust.git/commit
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 12 Jul 2015 22:05:59 +0000 (22:05 +0000)
committerbors <bors@rust-lang.org>
Sun, 12 Jul 2015 22:05:59 +0000 (22:05 +0000)
commit05d8767289351a6111c77a5dfa8ba35468f721f6
tree35b1118660802f381b7a09380cd01501e6fa109e
parentadcae006d250e40d7369d9bee3ecd05915acb22d
parented472c8e0dc0e26e48fd875e2cf08042546c2706
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton

Fixes #26900
15 files changed:
src/libcollections/slice.rs
src/libcollections/str.rs
src/libcollectionstest/slice.rs
src/libcollectionstest/str.rs
src/libgetopts/lib.rs
src/librustc/metadata/encoder.rs
src/librustc/middle/infer/mod.rs
src/librustc_trans/trans/debuginfo/metadata.rs
src/librustc_trans/trans/type_of.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/coherence/mod.rs
src/librustc_typeck/collect.rs
src/librustdoc/clean/mod.rs
src/librustdoc/passes.rs
src/libtest/lib.rs