index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
platform.mk
Age
Commit message (
Expand
)
Author
Lines
2015-05-26
mk: Ensure LINK_$(1) is defined for all targets
Alex Crichton
-0
/
+9
2015-05-19
mk: Don't add cross prefixes for MSVC
Alex Crichton
-0
/
+2
2015-05-19
mk: Add build system support for cl.exe
Alex Crichton
-2
/
+17
2015-05-19
mk: Correct names of installed libs on windows
Alex Crichton
-0
/
+8
2015-05-19
mk: Remove generation of .d files
Alex Crichton
-8
/
+2
2015-05-12
Scale back changes made
Alex Crichton
-9
/
+9
2015-05-12
Very hacky MSVC hacks.
Ricky Taylor
-8
/
+9
2015-04-17
Run valgrind with fair scheduling when available
Tamir Duberstein
-1
/
+2
2015-03-28
Fix some typos
Vadim Petrochenkov
-1
/
+1
2015-02-11
PR review fixes
Dave Huseby
-9
/
+9
2015-02-11
bitrig integration
Dave Huseby
-9
/
+17
2015-01-11
powerpc: Use toolchain assembler on power
Richo Healey
-2
/
+2
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-3
/
+3
2014-11-19
mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~...
Cody P Schafer
-1
/
+1
2014-10-25
split platform definitions out of mk/platform.mk
Cody P Schafer
-464
/
+1
2014-10-23
Error if we should be able to Valgrind but can't
Nick Cameron
-0
/
+14
2014-10-01
Remove libuv, gyp
Aaron Turon
-16
/
+0
2014-09-12
Remove build system support for i686-pc-mingw32 triple in favor if i686-w64-m...
Brian Anderson
-30
/
+0
2014-09-11
mk: Fix defs for i686-w64-mingw32
Brian Anderson
-1
/
+3
2014-08-04
Use gcc for cross-build linking, not g++.
Vadim Chugunov
-2
/
+2
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-0
/
+27
2014-07-23
mk: Add space before line continuation backslash
Birunthan Mohanathas
-5
/
+5
2014-07-23
mk: Remove extra whitespace before line continuation backslashes
Birunthan Mohanathas
-15
/
+15
2014-07-02
Build rustc with /LARGEADDRESSAWARE on windows.
Luqman Aden
-0
/
+1
2014-06-24
Added Mipsel architecture support
Pawel Olzacki
-1
/
+31
2014-06-12
Platform configuration
Valerii Hiora
-28
/
+68
2014-05-23
Add clang specific flag more selectively.
Luqman Aden
-7
/
+15
2014-05-20
Make configure respect (and save) values for `CC`, `CXX`, `CFLAGS`, etc.
Felix S. Klock II
-87
/
+57
2014-05-14
Get rid of the android-cross-path flag to rustc.
Luqman Aden
-1
/
+1
2014-05-11
pass correct CFLAGS for jemalloc
Daniel Micay
-0
/
+14
2014-05-06
Lower armhf target feature to v6.
Luqman Aden
-1
/
+1
2014-04-19
mk: Pass exact compile to rustc on cross compiles
Alex Crichton
-1
/
+4
2014-03-12
enable mutex lowering and hardware floating point on gnueabihf. closes #10482
Ian Daniher
-1
/
+1
2014-02-15
mk: Remove old flags to llc for arm.
Luqman Aden
-1
/
+1
2014-02-14
auto merge of #12207 : alexcrichton/rust/up-llvm, r=sfackler
bors
-3
/
+3
2014-02-14
Upgrade LLVM
Alex Crichton
-3
/
+3
2014-02-13
mk: Fix non-android cross builds.
Luqman Aden
-8
/
+9
2014-02-10
Consolidate codegen-related compiler flags
Alex Crichton
-2
/
+2
2014-01-29
auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichton
bors
-7
/
+0
2014-01-28
mk: remove -fno-omit-frame-pointer
Daniel Micay
-7
/
+0
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-03
Fix ARM unwinding.
Vadim Chugunov
-0
/
+14
2013-12-14
auto merge of #10949 : fabricedesre/rust/no-gnustl, r=cmr
bors
-1
/
+1
2013-12-12
Remove dependency on gnustl_shared for android builds
Fabrice Desré
-1
/
+1
2013-12-10
Fixed a minor typo.
Richard Diamond
-1
/
+1
2013-12-02
Make the ccache-free case look like the ccache case.
Felix S. Klock II
-3
/
+4
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-0
/
+1
2013-11-23
Use CXX not CC for linking.
Luqman Aden
-4
/
+4
2013-11-22
Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv.
Luqman Aden
-5
/
+5
2013-11-22
mk: Get rid of redundant LIBUV_FLAGS.
Luqman Aden
-2
/
+3
[next]