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
Alex Crichton
f0835c6a1d
Update travis config
6 years ago
Alex Crichton
9490b5ecb4
Bump to 1.0.28
6 years ago
Alex Crichton
55857329c0
Merge pull request #365 from TheBlueMatt/master
Fix build on previous versions of rust
6 years ago
Matt Corallo
5f0a3e6ba8
Allow(deprecated) to avoid needlessly breaking the Rust ecosystem
6 years ago
Matt Corallo
93b154df88
Revert "Update minimum version"
This reverts commit 228513449f
.
6 years ago
Matt Corallo
17403105ff
Revert "Replace future deprecated call"
This reverts commit 439305190f
.
6 years ago
Alex Crichton
31be23fad4
Bump to 1.0.27
6 years ago
Alex Crichton
3965579696
Merge pull request #363 from hug-dev/armv8-m
Add the Armv8-M targets
6 years ago
Alex Crichton
5efb75b2cc
Fix a deprecation on Windows
6 years ago
Alex Crichton
228513449f
Update minimum version
6 years ago
Hugues de Valon
439305190f
Replace future deprecated call
The trim_right_matches method is deprecating in 1.33 in favor of
trim_end_matches (see rust-lang/rust#52994 ).
6 years ago
Hugues de Valon
ac72fa6c12
Add the Armv8-M targets
This commit adds the Armv8-M targets recently added into Rust:
* Armv8-M Baseline ("thumbv8m.base-none-eabi")
* Armv8-M Mainline ("thumbv8m.main-none-eabi")
* Armv8-M Mainline with FPU extension ("thumbv8m.main-none-eabihf")
The FPU chosen for the hardfloat variant of Armv8-M Mainline is the one
available in the Cortex-M33 processor: single precision, FPv5
architecture.
It is described in the Arm Cortex-M33 Processor Technical Reference
Manual on the page 64.
6 years ago
Alex Crichton
bb09ed2749
Merge pull request #361 from piersfinlayson/master
Generate valid intructions on ARMv6 (see rust-lang/rust issue #50583 )
6 years ago