Edward Barnard
|
9dcf641d21
|
Fix build with Rust 1.16.0.
|
6 years ago |
Edward Barnard
|
552b139790
|
Run the `Minimum Rust` CI job on Windows and fix Linux.
|
6 years ago |
Alex Crichton
|
0409188fad
|
Run rustfmt
|
6 years ago |
Alex Crichton
|
5a2a08d933
|
Tweak error printing
* Don't print "Internal" for the error since it's not internal most
likely
* Don't panic, instead just immediately exit
|
6 years ago |
Alex Crichton
|
07eec55fd2
|
Merge pull request #391 from wzssyqa/master
Add support of MIPS r6, o32 and n64
|
6 years ago |
YunQiang Su
|
05830308e5
|
Add support of MIPS r6, o32 and n64
MIPS r6 uses new triples,
mipsisa{32,64}r6{el,}-linux-gnu{,abi64}
The support of these triples has been in rust main project.
|
6 years ago |
Alex Crichton
|
ab54a0b755
|
Bump to 1.0.35
|
6 years ago |
Alex Crichton
|
f72e44e96d
|
Merge pull request #389 from Zoxc/vs2019
Autodetect VS 2019
|
6 years ago |
John Kåre Alsaker
|
e9c290b214
|
Make detection more robust
|
6 years ago |
John Kåre Alsaker
|
8e37948c38
|
Autodetect VS 2019
|
6 years ago |
Alex Crichton
|
aa6aac852e
|
Run rustfmt
|
6 years ago |
Alex Crichton
|
d2e7d4b81d
|
More typos...
|
6 years ago |
Alex Crichton
|
5e555f380d
|
Install 32-bit libc++
|
6 years ago |
Alex Crichton
|
b94e9789c3
|
Install gcc-multilib for 32-bit compiles on Linux
|
6 years ago |
Alex Crichton
|
5391cc8311
|
Actually execute tests on Linux
|
6 years ago |
Alex Crichton
|
4fbaf4e0c4
|
Bump to 1.0.34
|
6 years ago |
Alex Crichton
|
e4482d1790
|
Preserve env vars from `windows_registry` in `lib.exe` detection
This was an accidental regression from #387
|
6 years ago |
Alex Crichton
|
75213f3d9c
|
Remove badges from Cargo.toml
|
6 years ago |
Alex Crichton
|
fe80489e3e
|
Bump to 1.0.33
|
6 years ago |
Alex Crichton
|
ae5b988cb6
|
Merge pull request #387 from froydnj/lib-alternatives-on-windows
enable using AR to modify archiving behavior on windows
|
6 years ago |
Alex Crichton
|
0510c9e1fe
|
Merge pull request #388 from alexcrichton/azure-pipelines
Set up CI with Azure Pipelines
|
6 years ago |
Alex Crichton
|
392b0a765f
|
Set up CI with Azure Pipelines
|
6 years ago |
Nathan Froyd
|
24dfba35ab
|
enable using AR to modify archiving behavior on windows
Fixes #384.
|
6 years ago |
Alex Crichton
|
1f0cd6f7df
|
Bump to 1.0.32
|
6 years ago |
Alex Crichton
|
9c60ed599b
|
Merge pull request #386 from TheGoddessInari/vs2019
Minimally support Visual Studio 2019.
|
6 years ago |
TheGoddessInari
|
ca14a1c46b
|
Minimally support Visual Studio 2019.
|
6 years ago |
Alex Crichton
|
caf78d56c7
|
Merge pull request #381 from pravdomil/patch-1
use clang for wasm32-unknown-unknown target
|
6 years ago |
pravdomil
|
4b4dce9a27
|
fix 2
|
6 years ago |
pravdomil
|
3746e0246f
|
fix
|
6 years ago |
pravdomil
|
8205303b6b
|
use clang for wasm32-unknown-unknown target
|
6 years ago |
Alex Crichton
|
7444e13241
|
Bump to 1.0.31
|
6 years ago |
Alex Crichton
|
3d0abff484
|
Disable automatic turning off defaults
Causes issues like #380 and the last comment on #374, so let's leave
this as just an explicit env var for now.
Closes #380
|
6 years ago |
Alex Crichton
|
8ebc31c32a
|
Use `self.getenv` instead of `env::var`
This prints out some more debugging information which can occasionally
be helpful!
|
6 years ago |
Alex Crichton
|
a3d8ff6c79
|
Merge pull request #379 from waywardmonkeys/patch-1
Fix typo in readme.
|
6 years ago |
Bruce Mitchener
|
ceb40d4dc7
|
Fix typo in readme.
|
6 years ago |
Alex Crichton
|
9e57a2b0e9
|
Bump to 1.0.30
|
6 years ago |
Alex Crichton
|
7c5d05e2c0
|
Add wasi target definition
|
6 years ago |
Alex Crichton
|
c4574de972
|
Move addition of default flags to own method
Help reduce on some indentation!
|
6 years ago |
Alex Crichton
|
211c955d0c
|
Merge pull request #374 from GeorgeHahn/default-flag-checking
Avoid flag conflicts and allow default flag generation to be disabled
|
6 years ago |
George Hahn
|
69940e0a38
|
Insert CFLAGS after default flags; addresses #376
|
6 years ago |
George Hahn
|
c694baec33
|
Disable default args when they may conflict with CFLAGS/CXXFLAGS
|
6 years ago |
George Hahn
|
2f1b83daa5
|
Add enviroment variable to disable default flags: `CRATE_CC_NO_DEFAULTS`
|
6 years ago |
George Hahn
|
1bb42696e1
|
Don't set duplicate/conflicting optimization flags
If set, prefer the optimization flag from `CFLAGS/CXXFLAGS`
|
6 years ago |
Alex Crichton
|
2f34873013
|
Bump to 1.0.29
|
6 years ago |
Alex Crichton
|
38633832b1
|
Merge pull request #370 from glandium/clang-cl-aarch64
Use --target with non x86/x86_64 clang-cl targets
|
6 years ago |
Mike Hommey
|
6229121084
|
Use --target with non x86/x86_64 clang-cl targets
|
6 years ago |
Alex Crichton
|
2d8cf02b6f
|
Merge pull request #367 from kornelski/patch-1
Crate category
|
6 years ago |
Kornel
|
d34f2dfe7f
|
Crate category
|
6 years ago |
Alex Crichton
|
46258a14aa
|
Update travis
|
6 years ago |
Alex Crichton
|
65ca5876e8
|
Update README
|
6 years ago |