| Age | Commit message (Expand) | Author | Lines |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-18 | Rollup merge of #52464 - o01eg:patch-1, r=alexcrichton | kennytm | -0/+2 |
| 2018-07-18 | Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichton | kennytm | -1/+1 |
| 2018-07-17 | Allow clippy to be installed with make install | O01eg | -0/+2 |
| 2018-07-16 | Enable incremental independent of stage | Mark Rousskov | -4/+1 |
| 2018-07-16 | Revert some changes from #51917 to fix #52317. | O01eg | -1/+1 |
| 2018-07-12 | Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytm | kennytm | -1/+1 |
| 2018-07-11 | Auto merge of #51230 - nikic:no-verify-lto, r=pnkfelix | bors | -0/+4 |
| 2018-07-10 | Deny bare trait objects in `src/bootstrap`. | ljedrz | -1/+1 |
| 2018-07-03 | Compile stage0 tools with the raw bootstrap compiler | Alex Crichton | -3/+19 |
| 2018-06-22 | Added stripping current directory prefixes when comparing suite path names | Steven Laabs | -0/+6 |
| 2018-06-21 | Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum | bors | -0/+1 |
| 2018-06-16 | Move bootstrap tests to the end of the default test run | Mark Simulacrum | -1/+2 |
| 2018-06-12 | Add verify-llvm-ir flag to config.toml | Nikita Popov | -0/+4 |
| 2018-06-10 | Allowing building the codegen backend specifically. | kennytm | -0/+1 |
| 2018-06-08 | Do not require stage 2 compiler for rustdoc | Mark Simulacrum | -4/+1 |
| 2018-06-03 | make a llvm-tools rustup component | Jorge Aparicio | -0/+1 |
| 2018-06-03 | impl is_tool on Mode enum | Collins Abitekaniza | -2/+2 |
| 2018-06-03 | refactor Mode enum | Collins Abitekaniza | -6/+6 |
| 2018-05-31 | builder.cargo(): don't add "--target"/"--release" to cargo install | Johannes Nixdorf | -5/+10 |
| 2018-05-31 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+4 |
| 2018-05-30 | Run rustfmt | Santiago Pastorino | -490/+756 |
| 2018-05-30 | Add compare-mode to x.py | Santiago Pastorino | -0/+1 |
| 2018-05-28 | Auto merge of #50892 - davidtwco:issue-50004, r=alexcrichton | bors | -2/+2 |
| 2018-05-20 | Added rustdoc documentation step outputting into compiler documentation. | David Wood | -2/+2 |
| 2018-05-19 | Auto merge of #50709 - alexcrichton:revert-musl, r=sfackler | bors | -4/+0 |
| 2018-05-17 | Rollup merge of #50806 - oli-obk:gesundheit, r=ehuss | Mark Simulacrum | -0/+1 |
| 2018-05-17 | Revert "bootstrap: pass crt-static for the compiler host as well" | Alex Crichton | -4/+0 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -5/+4 |
| 2018-05-17 | Remove MAKEFLAGS to prevent accidental inheritance | Mark Simulacrum | -5/+4 |
| 2018-05-17 | Fix selftests | Oliver Schneider | -0/+1 |
| 2018-05-17 | Make `bless` a flag instead of a subcommand | Oliver Schneider | -5/+0 |
| 2018-05-17 | Add `bless` x.py subcommand for easy ui test replacement | Oliver Schneider | -0/+5 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -1/+1 |
| 2018-05-15 | Ensure libraries built in stage0 have unique metadata | Josh Stone | -1/+9 |
| 2018-05-11 | Auto merge of #50105 - mixi:crt-included, r=alexcrichton | bors | -0/+4 |
| 2018-05-10 | Auto merge of #50200 - alexcrichton:compile-with-clang, r=kennytm | bors | -1/+5 |
| 2018-05-10 | Auto merge of #49729 - collin5:b48483, r=Mark-Simulacrum | bors | -13/+38 |
| 2018-05-09 | ci: Compile LLVM with Clang 6.0.0 | Alex Crichton | -1/+5 |
| 2018-05-07 | ./x.py test should be able to run individual tests | Collins Abitekaniza | -13/+38 |
| 2018-05-06 | Auto merge of #50466 - kennytm:rustbuild-stage0-lib-test, r=Mark-Simulacrum | bors | -3/+40 |
| 2018-05-06 | s/DocTestsOption/DocTests/g | kennytm | -3/+3 |
| 2018-05-05 | Misc tweaks | John Kåre Alsaker | -0/+4 |
| 2018-05-06 | Added test case. | kennytm | -0/+35 |
| 2018-05-06 | Added `./x.py test --no-doc` option. | kennytm | -3/+5 |
| 2018-04-29 | bootstrap: pass crt-static for the compiler host as well | Johannes Nixdorf | -0/+4 |
| 2018-04-27 | Rollup merge of #49707 - steveklabnik:rustc-book, r=QuietMisdreavus | kennytm | -2/+2 |
| 2018-04-19 | Ensure CleanTools is run for check rustdoc | varkor | -1/+2 |
| 2018-04-19 | Add rustdoc to x.py check | varkor | -1/+1 |
| 2018-04-19 | Auto merge of #49890 - varkor:xpy-check-rustc_trans, r=alexcrichton | bors | -2/+8 |