Alex Crichton
f430420e69
Wait for child threads to finish
Otherwise we may miss output!
8 years ago
Alex Crichton
eaef82a97e
Merge pull request #137 from binarycrusader/master
add sparcv9-sun-solaris cross-compile target
8 years ago
Shawn Walker-Salas
34cbb578f1
add sparcv9-sun-solaris cross-compile target
Fixes #136
8 years ago
Alex Crichton
0a9c596424
Merge pull request #135 from binarycrusader/master
Default to gnu compilers on Solaris
8 years ago
Shawn Walker-Salas
32bdb38f61
Default to gnu compilers on Solaris
Fixes #125
8 years ago
Alex Crichton
447865f54b
Update pic docs
8 years ago
Alex Crichton
67aafdfd99
Fix tests
8 years ago
Alex Crichton
d8ee420449
Bump to 0.3.43
8 years ago
Alex Crichton
7d37a9a61b
Pass -fPIC on 32-bit
Apparently it's allowed and needed!
See https://bugzilla.mozilla.org/show_bug.cgi?id=1336155#c19
8 years ago
Alex Crichton
16b047fd35
Merge pull request #132 from nitingupta910/master
Fix suprious warning for cpp
8 years ago
Nitin Gupta
ca0d2805e5
Fix suprious warning for cpp
Fix spurious warning:
warning: cpp_set_stdlib is specified, but the Gnu compiler does not support this option, ignored
8 years ago
Alex Crichton
a9f643508a
Merge pull request #130 from tatsuya6502/doc-num-jobs
Update README; `cargo build -jN` will set/override $NUM_JOBS for you
8 years ago
Tatsuya Kawano
61c808d4e5
Update README; `cargo build -jN` will set/override $NUM_JOBS for you.
8 years ago
Alex Crichton
3f163450af
Update metadata
8 years ago
Alex Crichton
2eb48f5f40
Bump to 0.3.42
8 years ago
Alex Crichton
9b65ef4c3f
Merge pull request #128 from sfackler/master
Add a method to macro-expand source files
8 years ago
Steven Fackler
0084d5e0ee
Add a method to macro-expand source files
8 years ago
Alex Crichton
d7d05ebf98
Merge pull request #121 from nagisa/clang
Add support for clang
8 years ago
Simonas Kazlauskas
7ef1bf4f6d
Fix nits
8 years ago
Simonas Kazlauskas
59f0f969aa
Add support for clang
This does a little bit of refactoring in order to introduce abstraction-notion of different
families of compilers that may be used, so the gcc-rs didn’t rely so much on matching pathes and
targets.
8 years ago
Alex Crichton
e1ed83d216
Merge pull request #127 from michaelfairley/armv7
Use arm toolchain for armv7 on Android
8 years ago
Michael Fairley
cbf8311066
Use arm toolchain for armv7 on Android
8 years ago
Alex Crichton
b1601a6bc2
Merge pull request #126 from mbrubeck/deps
Upgrade to rayon 0.6
8 years ago
Matt Brubeck
7ed965ed8f
Upgrade to rayon 0.6
8 years ago
Alex Crichton
39c99e9954
Bump to 0.3.41
8 years ago
Alex Crichton
a6287bf501
Merge pull request #123 from FaultyRAM/rustfmt
Ran rustfmt
8 years ago
FaultyRAM
b906b39d00
Ran rustfmt
8 years ago
Alex Crichton
533b6a2781
Merge pull request #122 from jdub/rayon5
rayon 0.5
8 years ago
Jeff Waugh
c87ebcc10f
rayon 0.5
8 years ago
Alex Crichton
7d6e819cca
No install step on 1.6.0
8 years ago
Alex Crichton
187997b488
Fix compat with older Rust
Close #120
8 years ago
Alex Crichton
13eb349afb
Bump to 0.3.40
8 years ago
Alex Crichton
ddc7ce6bfe
Add -melf_i386 to i686 musl
8 years ago
Alex Crichton
dccc656715
Merge pull request #118 from jakllsch/netbsd-sparc64-20161205
Add toolchain prefix for sparc64-unknown-netbsd target
8 years ago
Jonathan A. Kollasch
93f3a8276b
Add toolchain prefix for sparc64-unknown-netbsd target
8 years ago
Alex Crichton
b3a68221d1
Bump to 0.3.39
8 years ago
Alex Crichton
af3bc30cd0
Pass /MT for crt-static on MSVC
8 years ago
Alex Crichton
60e59fc0c2
Merge pull request #117 from Jascha-N/add-atlmfc-detection
Add ATL/MFC detection
8 years ago
Jascha
3df9fcf938
Revert emitting atls.lib cargo metadata
8 years ago
Jascha
bda11f20c1
Add ATL/MFC workaround for linker
8 years ago
Jascha
5a05e13d5c
Add ATL/MFC detection for MSVC
8 years ago
Alex Crichton
d46446e667
Merge pull request #116 from parched/master
use armv6s-m instead of armv6-m
8 years ago
James Duley
9d63a29a8d
Specify FPU for thumv7em-none-eabihf
`-mfpu=fpv4-sp-d16` matches rust specifies for this target.
It is the minimum FPU for this target, which is better than
vfp2 (the default AFAIK).
8 years ago
James Duley
bbc420623c
use armv6s-m instead of armv6-m
This allows use of the SVC instruction
and matches what rustc gets from LLVM
with thumbv6m.
8 years ago
Alex Crichton
ddf7701220
Really fix nightly tests
8 years ago
Alex Crichton
d736142660
Fix tests on nightly
8 years ago
Alex Crichton
1a4afee706
Update travis token
8 years ago
Alex Crichton
df519f6011
Merge pull request #114 from paukstis/master
Add default cpp_link_stdlib for FreeBSD target
8 years ago
Evaldas Auryla
0c45ed19ea
Add default cpp_link_stdlib for FreeBSD target
FreeBSD defaults to Clang, libc++ would be a preferred lib.
8 years ago
Alex Crichton
a514e25a85
Don't pass SAFESEH to cl.exe
Apparently that's not an option, and presumably it's not super necessary as it's
not cause problems not being passed to the linker.
8 years ago