| Age | Commit message (Expand) | Author | Lines |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -8/+8 |
| 2019-02-06 | Add embedded book to test such that checktools works | Mark Rousskov | -0/+1 |
| 2019-01-31 | Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton | bors | -3/+21 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -20/+0 |
| 2019-01-17 | compiletest: Simplify handling of Clang-based tests. | Michael Woerister | -16/+9 |
| 2019-01-17 | Support clang-based run-make tests in rustbuild. | Michael Woerister | -5/+30 |
| 2018-12-28 | Update cargo, rls, miri | Eric Huss | -7/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-15 | Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrum | bors | -12/+12 |
| 2018-12-14 | Bootstrap: Add testsuite for compiletest tool | Philipp Hansch | -0/+39 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -4/+1 |
| 2018-12-10 | bootstrap: fix edition | ljedrz | -12/+12 |
| 2018-12-09 | Remove compile-fail-fulldeps test suite | Vadim Petrochenkov | -6/+0 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -2/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -6/+3 |
| 2018-11-30 | ci: Only run compare-mode tests on one builder | Alex Crichton | -1/+7 |
| 2018-11-30 | bootstrap: provide host `rust_test_helpers` to compiletest, not just target. | Eduard-Mihai Burtescu | -1/+7 |
| 2018-11-30 | bootstrap: ensure that `libproc_macro` is available on the host for tests eve... | Eduard-Mihai Burtescu | -0/+3 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -6/+0 |
| 2018-11-25 | Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT. | Eduard-Mihai Burtescu | -1/+0 |
| 2018-11-22 | Move Cargo.{toml,lock} to the repository root directory. | Eduard-Mihai Burtescu | -0/+1 |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -4/+1 |
| 2018-10-26 | Rollup merge of #55391 - matthiaskrgr:bootstrap_cleanup, r=oli-obk | kennytm | -10/+10 |
| 2018-10-26 | bootstrap: clean up a few clippy findings | Matthias Krüger | -10/+10 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-21 | Remove the parse-fail test suite | Vadim Petrochenkov | -6/+0 |
| 2018-10-20 | Update Cargo, build curl/OpenSSL statically via features | Alex Crichton | -6/+12 |
| 2018-10-10 | Run both lldb and gdb tests | Tom Tromey | -14/+6 |
| 2018-10-08 | Run debuginfo tests against rust-enabled lldb, when possible | Tom Tromey | -4/+27 |
| 2018-09-21 | Run the newly `ui`-ified run-pass tests under `compare-mode=nll` as well. | Felix S. Klock II | -2/+3 |
| 2018-09-14 | Rollup merge of #53829 - alexcrichton:release-debuginfo, r=michaelwoerister | kennytm | -2/+2 |
| 2018-09-10 | Add rustc SHA to released DWARF debuginfo | Alex Crichton | -2/+2 |
| 2018-09-09 | merge cargo changes done by https://github.com/rust-lang/rust/pull/53935/ | Eric Huss | -0/+2 |
| 2018-08-08 | [CI] run-make/thumb: remove a trailing space. | Hideki Sekine | -1/+1 |
| 2018-08-08 | [CI] run-make/thumb: remove hacky workaround. | Hideki Sekine | -1/+11 |
| 2018-08-02 | Update Cargo submodule | Alex Crichton | -0/+2 |
| 2018-07-29 | Copy the test_data/ RLS tests into a writable directory. | kennytm | -0/+7 |
| 2018-07-26 | Refactor is_external_tool into source_type | Tatsuyuki Ishi | -7/+7 |
| 2018-07-25 | bootstrap: use prepare_tool_cargo everywhere | Tatsuyuki Ishi | -24/+22 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -3/+6 |
| 2018-07-24 | Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichton | kennytm | -0/+1 |
| 2018-07-22 | Compile rustc before building tests for rustdoc | Mark Rousskov | -0/+1 |
| 2018-07-21 | Treat no_std(target) == None case correctly. | Hideki Sekine | -1/+1 |
| 2018-07-18 | Fix rust issue #52163 | Hideki Sekine | -1/+3 |
| 2018-07-03 | Compile stage0 tools with the raw bootstrap compiler | Alex Crichton | -1/+4 |
| 2018-07-03 | Fixed detection of test-fail for doctests. | kennytm | -8/+6 |
| 2018-06-22 | Handle current directory prefix for parsing command arguments in bootstrap te... | Steven Laabs | -0/+6 |
| 2018-06-19 | Auto merge of #51367 - oli-obk:silence!_I_test_you, r=Mark-Simulacrum | bors | -7/+7 |
| 2018-06-16 | Prevent Windows filesystem races in bootstrap tests | Mark Simulacrum | -0/+3 |