| Age | Commit message (Expand) | Author | Lines |
| 2015-03-25 | make it use gdb instead of lldb when mac-android cross compile | Sae-bom Kim | -0/+5 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -4/+0 |
| 2015-03-17 | Auto merge of #23429 - rprichard:fix-linux-build, r=alexcrichton | bors | -0/+1 |
| 2015-03-16 | Fix the Linux nightly build by adding a LLVM_CONFIG_<target-triple> dep. | Ryan Prichard | -0/+1 |
| 2015-03-16 | join lines in makefile | Jorge Aparicio | -2/+1 |
| 2015-03-16 | move some tests back to libcollections | Jorge Aparicio | -1/+1 |
| 2015-03-16 | extract libcollections tests into libcollectionstest | Jorge Aparicio | -1/+6 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -4/+0 |
| 2015-03-13 | Avoid passing -L "" during cross-compilation. | Ryan Prichard | -2/+3 |
| 2015-03-13 | Rollup merge of #23324 - rprichard:fix-freebsd, r=brson | Manish Goregaokar | -4/+4 |
| 2015-03-12 | Fix naming of beta artifacts again | Brian Anderson | -2/+2 |
| 2015-03-12 | Avoid passing -L "" to rustc. | Ryan Prichard | -4/+4 |
| 2015-03-11 | mk/tests: filter more possible debug-assertions | Cody P Schafer | -1/+1 |
| 2015-03-10 | configure: have --enable-debug set -C debug-assertions=on so `debug!()` works... | Cody P Schafer | -1/+1 |
| 2015-03-06 | Rollup merge of #23094 - brson:beta, r=huonw | Manish Goregaokar | -3/+3 |
| 2015-03-05 | mk: Once again rename the beta channel artifacts as 'beta' | Brian Anderson | -3/+3 |
| 2015-03-05 | rustc: Add a debug_assertions #[cfg] directive | Alex Crichton | -1/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -0/+2 |
| 2015-03-03 | Make build timestamp files robust in face of concurrent source modification. | Felix S. Klock II | -15/+32 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -6/+9 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -9/+43 |
| 2015-02-18 | rollup merge of #22118: fhahn/separate-parse-fail-2 | Alex Crichton | -4/+13 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -2/+8 |
| 2015-02-17 | rollup merge of #22331: steveklabnik/guidelines | Alex Crichton | -1/+7 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -20/+21 |
| 2015-02-17 | Fix removal of complement-bugreport.md | Manish Goregaokar | -1/+1 |
| 2015-02-17 | Rollup merge of #22326 - semarie:compat-cp, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-02-17 | Rollup merge of #22341 - fhahn:issue-22291-PLEASE-FAIL, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2015-02-16 | Import rust-guidlines | Steve Klabnik | -1/+7 |
| 2015-02-16 | Add pfail targets for parse-fail tests | Florian Hahn | -4/+13 |
| 2015-02-15 | Rollup merge of #22256 - brson:installer-next, r=alexcrichton | Manish Goregaokar | -10/+11 |
| 2015-02-15 | Rollup merge of #22292 - brson:alpha2, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-15 | Rollup merge of #22308 - steveklabnik:gh19278, r=brson | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22201 - brson:version, r=nick29581 | Manish Goregaokar | -1/+5 |
| 2015-02-14 | Only set --bench for crate tests when PLEASE_BENCH is set | Florian Hahn | -5/+5 |
| 2015-02-14 | docs.mk: use posix arguments for cp | Sébastien Marie | -4/+4 |
| 2015-02-13 | Generate grammar.html and link to it from the reference. | Steve Klabnik | -1/+1 |
| 2015-02-13 | Add the build date to the reported version. #21957 | Brian Anderson | -1/+5 |
| 2015-02-13 | Update version number for 1.0.0-alpha.2 | Brian Anderson | -3/+3 |
| 2015-02-12 | Upgrade rust-installer | Brian Anderson | -10/+11 |
| 2015-02-11 | PR review fixes | Dave Huseby | -9/+9 |
| 2015-02-11 | bitrig integration | Dave Huseby | -9/+43 |
| 2015-02-11 | docs: disable PDF docs when latex _isn't_ present | Tim Cuthbertson | -1/+1 |
| 2015-02-10 | Remove duplicated configuration for android | Eunji Jeong | -11/+7 |
| 2015-02-10 | Add one more depth on android test directory for multiple targets | Eunji Jeong | -9/+10 |
| 2015-02-10 | Make aarch64-linux-android check with real target | Eunji Jeong | -9/+13 |
| 2015-02-08 | Auto merge of #21992 - steveklabnik:gh17220, r=alexcrichton | bors | -17/+6 |
| 2015-02-06 | Move compile-fail tests that are rejected by the parser to parse-fail | Florian Hahn | -1/+2 |
| 2015-02-05 | Only accept xelatex for building PDF docs | Steve Klabnik | -17/+6 |
| 2015-02-05 | mk: Print test summary after tidy when running 'make check' | Brian Anderson | -1/+2 |