| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-11-22 | Fix up mingw64 target. | Luqman Aden | -23/+67 |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -2/+2 |
| 2013-11-06 | Fixes for compilation to iOS: | kud1ing | -2/+2 |
| 2013-11-01 | auto merge of #10203 : kud1ing/rust/ios, r=alexcrichton | bors | -0/+29 |
| 2013-10-31 | add target triple arm-apple-darwin | kud1ing | -0/+29 |
| 2013-10-29 | support for GNU configure syntax | Heather | -8/+8 |
| 2013-10-22 | Fix unwinding on OS X 10.9. | Mark Rowe | -2/+2 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -1/+2 |
| 2013-10-16 | drop the linenoise library | Daniel Micay | -1/+1 |
| 2013-10-08 | Build libuv/jemalloc only once (not per stage) | Alex Crichton | -0/+12 |
| 2013-10-01 | add -Z soft-float option | Jyun-Yan You | -1/+1 |
| 2013-09-18 | auto merge of #9277 : crabtw/rust/mips, r=brson | bors | -2/+3 |
| 2013-09-18 | fix compilation errors of mips target | Jyun-Yan You | -2/+3 |
| 2013-09-17 | The purpose of these headers is to fix issues with mingw v4.0, as described i... | Vadim Chugunov | -1/+2 |
| 2013-09-16 | mk: Fix valgrinding with jemalloc | Brian Anderson | -0/+3 |
| 2013-08-28 | Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton" | Brian Anderson | -1/+6 |
| 2013-08-22 | make: stop disabling frame pointer elimination | Daniel Micay | -4/+1 |
| 2013-08-22 | make: rm LLVM_BUILD_ENV | Daniel Micay | -2/+0 |
| 2013-08-04 | Add support for vanilla linux on arm. | Luqman Aden | -5/+31 |
| 2013-07-03 | Add x64 windows to platform.mk and mingw64 header fixes. | Luqman Aden | -2/+27 |
| 2013-06-05 | mk: Bulid rustrt with -pthread instead of -lpthread | Brian Anderson | -6/+6 |
| 2013-05-30 | Attempt to get reuse of common code from multiple clones in different directo... | Felix S. Klock II | -0/+5 |
| 2013-05-29 | Fix #6805: add --enable-ccache configure option to prefix compiler invocation... | Felix S. Klock II | -0/+29 |
| 2013-05-24 | Set the USE_UTF8 flag for linenoise to handle utf8-input | Alex Crichton | -1/+1 |
| 2013-05-17 | auto merge of #6249 : crabtw/rust/arm, r=brson | bors | -0/+26 |