| Age | Commit message (Expand) | Author | Lines |
| 2016-05-18 | Bump beta version to 3 | Alex Crichton | -1/+1 |
| 2016-05-04 | Bump beta version to 2 | Alex Crichton | -1/+1 |
| 2016-04-07 | Auto merge of #32800 - Manishearth:rollup, r=Manishearth | bors | -0/+11 |
| 2016-04-07 | Rollup merge of #32731 - alexcrichton:known-bootstrap-key, r=brson | Manish Goregaokar | -0/+11 |
| 2016-04-06 | patch name in incremental's Cargo.toml | Niko Matsakis | -1/+2 |
| 2016-04-06 | Address nits. | Niko Matsakis | -1/+1 |
| 2016-04-06 | add incremental test runner and some tests | Niko Matsakis | -1/+11 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -2/+3 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -16/+15 |
| 2016-04-05 | Rollup merge of #32686 - mneumann:dragonfly_jemalloc_prefix, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2016-04-04 | mk: Hardcode the bootstrap key for each release | Alex Crichton | -0/+11 |
| 2016-04-03 | mk: Add configure option for disabling codegen tests | Alex Crichton | -2/+6 |
| 2016-04-02 | Prefix jemalloc on DragonFly to prevent segfaults. | Michael Neumann | -0/+2 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -10/+13 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -1/+1 |
| 2016-03-29 | Auto merge of #32593 - alexcrichton:fix-i586-msvc, r=brson | bors | -2/+2 |
| 2016-03-29 | Auto merge of #32576 - alexcrichton:metadata-for-our-crates, r=brson | bors | -9/+5 |
| 2016-03-29 | mk: A few build fixes for i586-pc-windows-msvc | Alex Crichton | -2/+2 |
| 2016-03-29 | mk: move rustc_const_eval to RUSTC_CRATES where it belongs. | Eduard Burtescu | -2/+3 |
| 2016-03-29 | rustc_platform_intrinsics: remove unused rustc dependency. | Eduard Burtescu | -1/+1 |
| 2016-03-29 | Remove unnecessary dependencies on rustc_llvm. | Eduard Burtescu | -2/+2 |
| 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 |