| Age | Commit message (Expand) | Author | Lines |
| 2018-05-17 | Fix selftests | Oliver Schneider | -0/+1 |
| 2018-05-17 | Make `bless` a flag instead of a subcommand | Oliver Schneider | -22/+11 |
| 2018-05-17 | Add `bless` x.py subcommand for easy ui test replacement | Oliver Schneider | -29/+47 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -14/+14 |
| 2018-05-17 | Rollup merge of #50789 - cuviper:bootstrap-metadata, r=alexcrichton | kennytm | -1/+9 |
| 2018-05-17 | Rollup merge of #50787 - ehuss:fix-run-make-wasm, r=alexcrichton | kennytm | -4/+4 |
| 2018-05-15 | Ensure libraries built in stage0 have unique metadata | Josh Stone | -1/+9 |
| 2018-05-15 | Fix run-make wasm tests | Eric Huss | -4/+4 |
| 2018-05-15 | Don't inject clippy into the rls anymore | Oliver Schneider | -9/+0 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -3/+43 |
| 2018-05-10 | Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytm | bors | -12/+107 |
| 2018-05-10 | Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrum | bors | -15/+59 |
| 2018-05-09 | ci: Compile LLVM with Clang 6.0.0 | Alex Crichton | -12/+107 |
| 2018-05-09 | ignore test-args if user specifies suite_path | Collins Abitekaniza | -5/+1 |
| 2018-05-07 | ./x.py test should be able to run individual tests | Collins Abitekaniza | -15/+63 |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -7/+43 |
| 2018-05-06 | Auto merge of #50468 - nrc:test-rustfmt, r=alexcrichton | bors | -0/+3 |
| 2018-05-06 | Auto merge of #50466 - kennytm:rustbuild-stage0-lib-test, r=Mark-Simulacrum | bors | -21/+85 |
| 2018-05-06 | Pass a test directory to rustfmt | Nick Cameron | -0/+3 |
| 2018-05-06 | s/DocTestsOption/DocTests/g | kennytm | -16/+16 |
| 2018-05-06 | Added some simple documentation. | kennytm | -0/+4 |
| 2018-05-05 | Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton | bors | -6/+18 |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -6/+18 |
| 2018-05-06 | Added test case. | kennytm | -8/+43 |
| 2018-05-06 | Added `./x.py test --no-doc` option. | kennytm | -13/+38 |
| 2018-05-04 | bootstrap: Fix LLVM bin path setup for Windows. | Michael Woerister | -14/+39 |
| 2018-05-04 | Add eabi suffix to armv5te musl target | Harm Berntsen | -1/+1 |
| 2018-05-03 | Add armv5te-unknown-linux-musl target | Harm Berntsen | -0/+2 |
| 2018-05-03 | Make run-make host_test!(). | Michael Woerister | -1/+1 |
| 2018-05-03 | Add LLVM bin directory to PATH for running run-make tests. | Michael Woerister | -3/+14 |
| 2018-05-01 | rustbuild: Normalize paths coming from Python slightly | Vadim Petrochenkov | -2/+10 |
| 2018-04-29 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+13 |
| 2018-04-29 | bootstrap.py: respect crt-static | Johannes Nixdorf | -3/+30 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -2/+4 |
| 2018-04-22 | Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichton | bors | -2/+20 |
| 2018-04-21 | Auto merge of #50056 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -3/+12 |
| 2018-04-21 | Do not test RLS and rustfmt if build of these failed. | kennytm | -2/+20 |
| 2018-04-20 | Rollup merge of #50104 - mixi:libxml2-llvm, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-20 | Update the Cargo submodule | Alex Crichton | -3/+12 |
| 2018-04-20 | Disable auto-detection of libxml2 when compiling llvm. | Johannes Nixdorf | -0/+1 |
| 2018-04-19 | Ensure CleanTools is run for check rustdoc | varkor | -2/+9 |
| 2018-04-19 | Add rustdoc to x.py check | varkor | -2/+53 |
| 2018-04-19 | Auto merge of #49900 - pnkfelix:compare-mode-nll-followup-3, r=nikomatsakis | bors | -3/+42 |
| 2018-04-19 | Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichton | bors | -55/+132 |
| 2018-04-18 | Auto merge of #50022 - nrc:doc-analysis, r=mark-simulacrum | bors | -1/+3 |
| 2018-04-18 | Expand `x.py test` to also run with `--compare-mode=nll` on src/test/ui suite. | Felix S. Klock II | -3/+42 |
| 2018-04-18 | Replace Build with Builder | varkor | -11/+10 |
| 2018-04-18 | Do not rebuild LLVM for x.py check | varkor | -3/+8 |
| 2018-04-18 | Abstract LLVM building from bootstrap | varkor | -94/+65 |
| 2018-04-18 | Correct the timestamp for CodegenBackend check | varkor | -4/+13 |