]> git.lizzy.rs Git - rust.git/commit
auto merge of #10631 : klutzy/rust/win-fixes, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 26 Nov 2013 07:02:29 +0000 (23:02 -0800)
committerbors <bors@rust-lang.org>
Tue, 26 Nov 2013 07:02:29 +0000 (23:02 -0800)
commitb42c4388927db75f9a38edbeafbfe13775b1773d
treeb32154d494b0063b2b78902a795fbd0e92686bbd
parentc6a87c27214142b1eac2bf21785fe5b7e885ee5c
parent472b6182485c2ef8361d4675749efe377f4b6614
auto merge of #10631 : klutzy/rust/win-fixes, r=alexcrichton

This patchset fixes some parts broken on Win64.

This also adds `--disable-pthreads` flags to llvm on mingw-w64 archs (both 32-bit and 64-bit, not mingw) due to bad performance. See #8996 for discussion.