Alex Crichton
4d77d17a06
Merge pull request #151 from zachreizner/patch-1
add '-march=armv7-a' to all armv7 linux targets
8 years ago
Daniel Lockyer
436abb5a4e
Remove reference in favour for dereferencing variable
8 years ago
Daniel Lockyer
8430aee1aa
Switch to better fallback methods
8 years ago
Daniel Lockyer
666b4904a4
Remove .ok() call as .expect() can be called on Result
8 years ago
Daniel Lockyer
6f8a5ad369
Switch single string constant to char constant
8 years ago
Daniel Lockyer
f92462fd84
Remove explicit return statements
8 years ago
Zach Reizner
1729651c16
add '-march=armv7-a' to all armv7 linux targets
8 years ago
Alex Crichton
a703a6dd1d
Merge pull request #150 from cuviper/rayon-0.7
Update to rayon 0.7
8 years ago
Josh Stone
6ca7932b64
Update to rayon 0.7
8 years ago
Alex Crichton
ed4808cc41
Merge pull request #148 from pietro/android-arm-flags
Use softfp float ABI on 32bit ARM Android GCC.
8 years ago
Alex Crichton
fe90eaa9a1
Attempt to fix CI
8 years ago
Pietro Monteiro
2cf9a10316
Use softfp float ABI on 32bit ARM Android GCC.
8 years ago
Alex Crichton
cf1f00bc03
Bump to 0.3.45
8 years ago
Alex Crichton
bed8f3d294
Don't drop stdout on the floor by default
Only capture it when we actually need to, otherwise let it stay piped.
Closes #141
8 years ago
Alex Crichton
36f19205be
Bump to 0.3.44
8 years ago
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