| Age | Commit message (Expand) | Author | Lines |
| 2015-05-19 | mk: Remove generation of .d files | Alex Crichton | -12/+2 |
| 2015-05-15 | Bump version to 1.2 | Brian Anderson | -1/+1 |
| 2015-05-14 | Auto merge of #25208 - lfairy:version-hash, r=brson | bors | -1/+3 |
| 2015-05-13 | Use `printf %s` instead of `echo -n` in build script | Chris Wong | -1/+1 |
| 2015-05-12 | Scale back changes made | Alex Crichton | -21/+16 |
| 2015-05-12 | Very hacky MSVC hacks. | Ricky Taylor | -8/+43 |
| 2015-05-09 | Auto merge of #24859 - richo:valgrind-tests, r=brson | bors | -0/+1 |
| 2015-05-08 | mk: Log that valgrind tests are disabled | Richo Healey | -0/+1 |
| 2015-05-08 | mk: Add a missing folder to the dist directory | Alex Crichton | -0/+1 |
| 2015-05-08 | Generate CFG_FILENAME_EXTRA from the version | Chris Wong | -1/+3 |
| 2015-05-05 | Error index style tweaks. | Michael Sproul | -1/+1 |
| 2015-05-03 | Add error index generator. | Michael Sproul | -2/+14 |
| 2015-04-29 | add `--enable-debuginfo-tests`, analogous to `--disable-optimize-tests`. | Felix S. Klock II | -0/+7 |
| 2015-04-28 | Auto merge of #24777 - alexcrichton:musl, r=brson | bors | -109/+61 |
| 2015-04-28 | test: Fix some tests to run with musl | Alex Crichton | -2/+2 |
| 2015-04-27 | mk: Add support for musl-based builds | Alex Crichton | -14/+60 |
| 2015-04-27 | mk: Remove a bunch of unused directives | Alex Crichton | -94/+0 |
| 2015-04-26 | Add a new test group, rfail-full that runs rfail tests with fulldeps. | Ryan Prichard | -2/+18 |
| 2015-04-23 | Auto merge of #24537 - rprichard:fix-parallel-check, r=alexcrichton | bors | -8/+10 |
| 2015-04-22 | Fix the dependency for the pretty-rpass-full tests | Ryan Prichard | -8/+10 |
| 2015-04-22 | mk: Remove version numbers from beta artifacts | Brian Anderson | -2/+6 |
| 2015-04-21 | Bump version to 1.1.0 | Brian Anderson | -2/+2 |
| 2015-04-18 | Rollup merge of #24532 - brson:beta, r=pnkfelix | Manish Goregaokar | -1/+1 |
| 2015-04-18 | Auto merge of #24528 - tamird:valgrind-sched, r=alexcrichton | bors | -1/+2 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -8/+8 |
| 2015-04-17 | Bump prerelease to .3 | Brian Anderson | -1/+1 |
| 2015-04-17 | Run valgrind with fair scheduling when available | Tamir Duberstein | -1/+2 |
| 2015-04-17 | Add librustc_data_structures crate | Niko Matsakis | -2/+4 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -8/+8 |
| 2015-04-14 | Auto merge of #24287 - brson:beta, r=steveklabnik | bors | -1/+1 |
| 2015-04-10 | mk: Add a printer helper to the make setup | Richo Healey | -0/+3 |
| 2015-04-10 | Bump prerelease version | Brian Anderson | -1/+1 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -39/+29 |
| 2015-04-08 | configure: Add --enable-debug-jemalloc | Brian Anderson | -0/+4 |
| 2015-04-08 | configure: Add --enable-debuginfo | Brian Anderson | -0/+5 |
| 2015-04-08 | configure: Clarify --enable-debug-assertions status message | Brian Anderson | -1/+1 |
| 2015-04-08 | configure: Disable debug assertions by default | Brian Anderson | -3/+3 |
| 2015-04-08 | configure: Rename --enable-debug to --enable-debug-assertions | Brian Anderson | -2/+2 |
| 2015-04-08 | configure: Remove obsolete --disable-verify option | Brian Anderson | -8/+2 |
| 2015-04-07 | mk: Stop documenating non-facade crates | Alex Crichton | -37/+12 |
| 2015-04-07 | mk: Pass the same flags to rustdoc as rustc | Alex Crichton | -1/+1 |
| 2015-04-07 | test: Move all run-make rustdoc tests to test/rustdoc | Alex Crichton | -1/+1 |
| 2015-04-07 | compiletest: Add support for running rustdoc tests | Alex Crichton | -1/+16 |
| 2015-03-31 | Auto merge of #23678 - richo:check-flightcheck, r=alexcrichton | bors | -1/+6 |
| 2015-03-31 | Rollup merge of #23874 - cmr:no-compiler-docs, r=alexcrichton | Manish Goregaokar | -8/+13 |
| 2015-03-30 | mk: build and distribute facade crates unconditionally (for now) | Corey Richardson | -8/+13 |
| 2015-03-30 | Auto merge of #23848 - cmr:no-compiler-docs, r=huonw | bors | -11/+26 |
| 2015-03-29 | mk: don't build docs for internal or behind-the-facade crates in beta/stable | Corey Richardson | -11/+26 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -2/+2 |
| 2015-03-27 | check: Warn users with nonzero RLIMIT_CORE | Richo Healey | -1/+6 |