| Age | Commit message (Expand) | Author | Lines |
| 2016-03-29 | mk: Fix cross-host builds | Alex Crichton | -9/+5 |
| 2016-03-28 | mk: Add `-C metadata` for compiling crates we ship | Alex Crichton | -0/+1 |
| 2016-03-27 | mk: add missing dep compiletest=>log | Alex Burka | -1/+1 |
| 2016-03-27 | mk: point target LD_LIBRARY_PATH at current stage | Alex Burka | -1/+1 |
| 2016-03-27 | rustc_trans: move save to librustc_save_analysis. | Eduard Burtescu | -2/+3 |
| 2016-03-25 | Salt test crates in buildsystem. | Michael Woerister | -1/+1 |
| 2016-03-21 | scaffolding for borrowck on MIR. | Felix S. Klock II | -1/+1 |
| 2016-03-19 | Use explicit -march flags in the i586 mk file | petevine | -3/+3 |
| 2016-03-17 | Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used. | Eduard Burtescu | -0/+5 |
| 2016-03-14 | Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis | bors | -6/+10 |
| 2016-03-12 | mk: Fix `make dist` | Alex Crichton | -2/+1 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -2/+2 |
| 2016-03-10 | Auto merge of #32034 - alexcrichton:old-x86-msvc, r=aturon | bors | -0/+28 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -6/+10 |
| 2016-03-08 | rustbuild: Add the error-index-generator | Alex Crichton | -1/+1 |
| 2016-03-08 | rustbuild: Move rustbook to a `src/tools` directory | Alex Crichton | -1/+1 |
| 2016-03-08 | Auto merge of #32009 - alexcrichton:trim-fulldeps, r=brson | bors | -11/+16 |
| 2016-03-07 | Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatch | bors | -1/+1 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -11/+16 |
| 2016-03-07 | Auto merge of #32061 - infinity0:master, r=alexcrichton | bors | -2/+2 |
| 2016-03-05 | More reliable and consistent method of cancelling -Werror* | Angus Lees | -2/+2 |
| 2016-03-04 | std: Update jemalloc again to the 4.* track | Alex Crichton | -4/+0 |
| 2016-03-04 | rustc: Add an i586-pc-windows-msvc target | Alex Crichton | -0/+28 |
| 2016-03-01 | Bump to 1.9 | Brian Anderson | -1/+1 |
| 2016-02-26 | Auto merge of #31846 - alexcrichton:better-disable-jemallc, r=brson | bors | -20/+68 |
| 2016-02-25 | mk: Move disable-jemalloc logic into makefiles | Alex Crichton | -20/+68 |
| 2016-02-26 | Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichton | bors | -15/+16 |
| 2016-02-25 | Rollup merge of #31800 - alexcrichton:armv6-plz, r=brson | Manish Goregaokar | -4/+4 |
| 2016-02-24 | Recurse to find test files in any subdirectory of the base path. If a | Niko Matsakis | -15/+16 |
| 2016-02-22 | Eradicate last vestiges of armv6 | petevine | -1/+1 |
| 2016-02-20 | mk: Add missing rustbuild dirs to `dist` | Alex Crichton | -0/+3 |
| 2016-02-20 | mk: Specify armv6 for gcc on arm-unknown-linux-* | Alex Crichton | -4/+4 |
| 2016-02-16 | Auto merge of #31672 - semarie:rmake-cxx, r=alexcrichton | bors | -1/+2 |
| 2016-02-16 | pass CXX to run-make | Sébastien Marie | -1/+2 |
| 2016-02-14 | Rename `error-index-generator` to `error_index_generator` | Dirk Gadsden | -9/+9 |
| 2016-02-14 | std: Stop prefixing jemalloc symbols | Alex Crichton | -2/+10 |
| 2016-02-14 | Auto merge of #31391 - frewsxcv:test, r=alexcrichton | bors | -1/+2 |
| 2016-02-13 | Add LLVM ModulePass regression test using run-make. | Corey Farwell | -1/+2 |
| 2016-02-13 | Add a new i586 Linux target | petevine | -0/+23 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -11/+41 |
| 2016-02-11 | rustc_back: Fix disabling jemalloc | Alex Crichton | -2/+1 |
| 2016-02-11 | rustc_llvm: Tweak how initialization is performed | Alex Crichton | -1/+1 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -1/+1 |
| 2016-02-09 | Update Makefile | Guillaume Gomez | -11/+41 |
| 2016-02-06 | Add support for i686-unknown-linux-musl | Brian Anderson | -0/+31 |
| 2016-02-06 | Add the asmjs-unknown-emscripten triple. Add cfgs to libs. | Brian Anderson | -0/+42 |
| 2016-02-05 | Auto merge of #31388 - gmbonnet:compiler-rt-werror, r=alexcrichton | bors | -1/+1 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -0/+23 |
| 2016-02-03 | compiler-rt: Handle -Werror=* arguments in CFLAGS | Guillaume Bonnet | -1/+1 |
| 2016-02-01 | Revert "mk: fix some undefined variable warnings" | Alex Crichton | -66/+57 |