| Age | Commit message (Expand) | Author | Lines |
| 2014-11-23 | rollup merge of #19161: jmesmon/mk-fixes | Jakub Bukaj | -5/+0 |
| 2014-11-23 | fix for PR#16552 implementation on windows: CFG_LIBDIR should be always set i... | Jauhien Piatlicki | -10/+14 |
| 2014-11-22 | auto merge of #19117 : jmesmon/rust/mk-cfg-suffix, r=cmr | bors | -1/+4 |
| 2014-11-21 | auto merge of #16552 : jauhien/rust/fix-libdir, r=alexcrichton | bors | -2/+21 |
| 2014-11-20 | configure: silence warning about LOCAL_RUST_ROOT being set | Cody P Schafer | -5/+0 |
| 2014-11-19 | mk/cfg: add .mk suffix on files to avoid "supprises" when backup files (file~... | Cody P Schafer | -1/+4 |
| 2014-11-18 | New guide: error handling | Steve Klabnik | -0/+1 |
| 2014-11-16 | Look for standard crates in LIBDIR provided by --libdir option, | Jauhien Piatlicki | -2/+21 |
| 2014-11-07 | Do not put double quotes around empty variables. | Vitali Haravy | -1/+6 |
| 2014-11-06 | Correct building documenation with Pandoc and TeX on Windows. | Vitali Haravy | -3/+3 |
| 2014-11-05 | Properly escape paths to executables. Fixes #18632. | Vitali Haravy | -3/+15 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -15/+42 |
| 2014-10-28 | auto merge of #18192 : jmesmon/rust/platform-generic, r=alexcrichton | bors | -1/+1 |
| 2014-10-27 | rollup merge of #18251 : steveklabnik/build_module_guide | Alex Crichton | -0/+1 |
| 2014-10-27 | config.mk: Added variants of `valopt`/`opt` that do not automatically `putvar`. | Felix S. Klock II | -39/+92 |
| 2014-10-25 | split platform definitions out of mk/platform.mk | Cody P Schafer | -1/+1 |
| 2014-10-23 | build the crates guide | Steve Klabnik | -0/+1 |
| 2014-10-23 | Error if we should be able to Valgrind but can't | Nick Cameron | -9/+1 |
| 2014-10-23 | Add run-pass-valgrind tests | Nick Cameron | -0/+1 |
| 2014-10-08 | debuginfo: Add LLDB version handling to test infrastructure. | Michael Woerister | -1/+5 |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -0/+1 |
| 2014-10-01 | Add a guide to compiler plugins | Keegan McAllister | -0/+1 |
| 2014-10-01 | Remove libuv, gyp | Aaron Turon | -10/+0 |
| 2014-09-29 | rollup merge of #17544 : eklitzke/master | Alex Crichton | -1/+1 |
| 2014-09-29 | rollup merge of #17542 : brson/devchannel | Alex Crichton | -3/+3 |
| 2014-09-29 | auto merge of #17538 : brson/rust/winmk, r=alexcrichton | bors | -1/+1 |
| 2014-09-25 | fix a misspelling in the configure script | Evan Klitzke | -1/+1 |
| 2014-09-25 | Use 'dev' for the release channel and version suffix when building from source | Brian Anderson | -3/+3 |
| 2014-09-25 | configure: Fix the compatibility code for --enable-nightly | Brian Anderson | -1/+1 |
| 2014-09-19 | Fix detection of win32 triple | Brian Anderson | -1/+1 |
| 2014-09-18 | configure: Remove support for i686-pc-mingw32 triple | Brian Anderson | -6/+0 |
| 2014-09-17 | rollup merge of #17285 : brson/relchan | Alex Crichton | -0/+19 |
| 2014-09-15 | mk: Update how the build deals with version labels. #16677 | Brian Anderson | -0/+19 |
| 2014-09-15 | add missing semicolon to fix configure on darwin | Jonathan Boyett | -1/+1 |
| 2014-09-12 | Remove build system support for i686-pc-mingw32 triple in favor if i686-w64-m... | Brian Anderson | -0/+6 |
| 2014-09-07 | Allow Rust to be built with LLVM trunk (3.6). | Dan Albert | -1/+1 |
| 2014-08-27 | debuginfo: Emit different autotest debugger scripts depending on GDB version. | Michael Woerister | -0/+7 |
| 2014-08-23 | auto merge of #16691 : klutzy/rust/issue-15297, r=alexcrichton | bors | -6/+12 |
| 2014-08-23 | configure: Recognize i686 build on msys2 | klutzy | -6/+12 |
| 2014-08-22 | Fix LLVM version in configure | Jauhien Piatlicki | -1/+1 |
| 2014-08-07 | Use system rustc if configured with --enable-local-rust | Gioele Barabucci | -4/+12 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -0/+4 |
| 2014-07-23 | configure: Add --enable-dist-host-only flag | Brian Anderson | -0/+2 |
| 2014-07-21 | lexer tests: makefile/configure | Corey Richardson | -0/+3 |
| 2014-07-08 | auto merge of #14832 : alexcrichton/rust/no-rpath, r=brson | bors | -1/+1 |
| 2014-06-24 | Add the Guide, add warning to tutorial. | Steve Klabnik | -0/+1 |
| 2014-06-24 | Remove the cheat sheet. | Steve Klabnik | -1/+0 |
| 2014-06-16 | rustc: Disable rpath settings by default | Alex Crichton | -1/+1 |
| 2014-06-16 | alloc: Allow disabling jemalloc | Alex Crichton | -0/+2 |
| 2014-06-13 | remove unnecessary PaX detection | Daniel Micay | -52/+0 |