| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-04 | configure: CFG_ADB for adb added | Young-il Choi | -0/+4 | |
| 2013-04-11 | auto merge of #5837 : tdaede/rust/fix_file_command, r=catamorphism | bors | -1/+1 | |
| Without 'file' it assumes a 32 bit userspace even with a 64 bit kernel, which is incorrect in most cases. | ||||
| 2013-04-11 | Pass the value of python to LLVM's configure script. #5835 | Brian Anderson | -1/+1 | |
| 2013-04-11 | Add check for 'file' command which is necessary for 32-bit userspace detection. | Thomas Daede | -1/+1 | |
| 2013-04-10 | LLVM versions | Seo Sanghyeon | -1/+1 | |
| 2013-03-29 | Stop building clang | Brian Anderson | -0/+4 | |
| Removing it from the tree is an ordeal and there is no official way to disable clang via LLVM's Makefiles so this edits the Makefile in llvm/tools after running configure. | ||||
| 2013-03-28 | auto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism | bors | -1/+1 | |
| Previously the build system only checked for llvm-3.1 - 2.8. Now also 3.2 and 3.2svn is accepted. Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de> | ||||
| 2013-03-27 | auto merge of #5576 : yichoi/rust/pull-0327, r=brson | bors | -1/+1 | |
| minor fix configure: cleanup - parsing supported target triples | ||||
| 2013-03-27 | Fix cpu type normalization in configure script | Brian Anderson | -3/+0 | |
| This condition was added for cygwin support but appears to simply turn off the normalization of CPU types | ||||
| 2013-03-27 | configure: cleanup - parsing supported target triples | Young-il Choi | -1/+1 | |
| 2013-03-26 | configure: Accept llvm-3.2 | Fabian Deutsch | -1/+1 | |
| Previously the build system only checked for llvm-3.1 - 2.8. Now also 3.2 and 3.2svn is accepted. Signed-off-by: Fabian Deutsch <fabian.deutsch@gmx.de> | ||||
| 2013-03-26 | auto merge of #5540 : dbaupp/rust/configure-pandoc-version, r=brson | bors | -6/+7 | |
| The version recognition was failing for pandoc version 1.11, thinking the minor version was 1 rather than 11, and thus not building the documentation. | ||||
| 2013-03-26 | auto merge of #5537 : yichoi/rust/pull-0325, r=brson | bors | -1/+16 | |
| In order to mitigate typo of target-triples, error notification of unsupported target triples which defined in mk/platform.mk added. minor fix for arm-linux-androideabi added. | ||||
| 2013-03-26 | configure: simplify pandoc version recognition. | Huon Wilson | -6/+7 | |
| The version recognition was failing for version 1.11, thinking the minor version was 1 rather than 11. | ||||
| 2013-03-25 | configure: error on unsupported target-triples and arm-linux-androideabi fix | Young-il Choi | -1/+16 | |
| 2013-03-23 | changed /configure to be compatible with Cygwin and removed annoying --help ↵ | Thad Guidry | -2/+40 | |
| not a command available message | ||||
| 2013-03-22 | configure: accept clang 3.3 when passed --enable-clang | Luqman Aden | -1/+1 | |
| 2013-03-06 | Merge remote-tracking branch 'brson/cross7' | Brian Anderson | -15/+54 | |
| Conflicts: configure mk/rt.mk | ||||
| 2013-03-06 | mk: Cleanup. Minor fixes | Brian Anderson | -0/+1 | |
| 2013-03-04 | build fixes | Graydon Hoare | -2/+2 | |
| 2013-03-03 | rt: MIPS32 support | Jyun-Yan You | -4/+4 | |
| 2013-03-02 | mk: cleanup - lib and executable suffix handling | Young-il Choi | -21/+39 | |
| 2013-03-01 | mk: mingw32 flags added | Young-il Choi | -1/+1 | |
| 2013-02-27 | mk: rewrite make files | Young-il Choi | -1/+21 | |
| 2013-02-26 | Fix --disable-optimize-llvm | Brian Anderson | -1/+1 | |
| 2013-02-21 | mk: Split target triples into bulid triple + host triples + target triples | Brian Anderson | -12/+11 | |
| For cross compiling to targets that don't want to build a compiler | ||||
| 2013-02-12 | auto merge of #4876 : brson/rust/debuginfo, r=brson | bors | -0/+2 | |
| Update of #4862 | ||||
| 2013-02-10 | mk: Run debuginfo tests by default, but only if gdb is available | Brian Anderson | -0/+1 | |
| 2013-02-10 | etc: rework of how libuv is integrated into the build | Jeff Olson | -1/+1 | |
| - thanks to work in libuv's upstream, we can call libuv's Makefile directly with parameters, instead of descending in gyp-uv madness and generating our own. | ||||
| 2013-02-09 | Add debug info tests | Brian Leibig | -0/+1 | |
| 2013-02-05 | mk: Parameterize tests.mk to the max | Brian Anderson | -1/+1 | |
| 2013-02-04 | Add support for clang 4.2 (as reported by apple clang) r=graydon | Dimitri Krassovski | -1/+1 | |
| 2013-01-30 | Remove CFG_LLVM_CONFIG probe from configure script | Cody Schroeder | -1/+0 | |
| 2013-01-28 | Add support for Ubuntu named clang packages. | William Ting | -1/+1 | |
| Ubuntu's clang packages have additional information appended to the end of the version. - Building Rust v0.5 with clang v3.0-6ubuntu3 fails. - Building Rust v0.5 and incoming with clang v3.1-5ppa (backported from Debian) works. Closes #4441. | ||||
| 2013-01-13 | Support ARM and Android | kyeongwoon | -1/+1 | |
| Conflicts: src/libcore/os.rs src/librustc/back/link.rs src/librustc/driver/driver.rs src/librustc/metadata/loader.rs src/librustc/middle/trans/base.rs | ||||
| 2013-01-12 | support clang 3.2 | Jyun-Yan You | -1/+1 | |
| 2013-01-08 | Remove unused bigint from runtime | Brian Anderson | -1/+1 | |
| 2012-11-30 | add option validation to configure, now it will error out on undefined options | Jimmy Lu | -0/+40 | |
| 2012-11-14 | configure: force clang when on freebsd. | Graydon Hoare | -0/+9 | |
| 2012-11-04 | Merge remote-tracking branch 'brson/repl' | Brian Anderson | -1/+1 | |
| Conflicts: mk/install.mk src/rt/rustrt.def.in | ||||
| 2012-10-30 | rusti: Remove linenoise module, add to rt, remove core::rl | Zack Corr | -7/+1 | |
| 2012-10-27 | rusti: Add linenoise, wrap into core::rl and add rusti REPL tool | Zack Corr | -0/+6 | |
| Add Brian Leibig to AUTHORS.txt for REPL contributions | ||||
| 2012-10-22 | `submodule sync` won't work in a leaf submodule. | Gabriel | -1/+1 | |
| 2012-10-20 | Valgrind check disable | Mahmut Bulut | -1/+1 | |
| 2012-10-18 | configure: check for pandoc version properly. | Luqman Aden | -5/+6 | |
| 2012-10-18 | configure: note dep on head. | Graydon Hoare | -0/+1 | |
| 2012-10-18 | configure: fix use of bash-specific here strings (also awk, please no more ↵ | Graydon Hoare | -3/+7 | |
| deps). | ||||
| 2012-10-19 | Check pandoc's version correctly for >=1.10. | Tony Young | -3/+3 | |
| 2012-10-17 | Enable configure to detect 32 bit systems on 64 bit kernels | Arkaitz Jimenez | -0/+10 | |
| These systems run 32 bit binaries so arch needs to be forced to 32 bits. | ||||
| 2012-10-05 | Reorder the submodule ops in configure | Brian Anderson | -6/+10 | |
