| Age | Commit message (Expand) | Author | Lines |
| 2020-05-02 | Gate on clippy on CI | Oliver Scherer | -3/+1 |
| 2020-04-22 | Build libstd with `-Cbitcode-in-rlib=yes`. | Nicholas Nethercote | -1/+1 |
| 2020-04-14 | Improve rustdoc js testers code | Guillaume Gomez | -2/+3 |
| 2020-04-11 | End cleanup on rustdoc-js tools | Guillaume Gomez | -1/+6 |
| 2020-04-04 | Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewok | bors | -3/+3 |
| 2020-03-30 | Ensure LLVM is in the link path for "fulldeps" tests | Josh Stone | -1/+10 |
| 2020-03-24 | Move rustc-guide submodule to rustc-dev-guide | Santiago Pastorino | -3/+3 |
| 2020-03-24 | Auto merge of #70190 - pietroalbini:gha, r=Mark-Simulacrum | bors | -0/+29 |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -0/+29 |
| 2020-03-19 | Remove trailing newline from llvm-config output | Nikita Popov | -0/+2 |
| 2020-03-19 | Rollup merge of #69443 - ehuss:tidy-license, r=skade,Mark-Simulacrum | Mazdak Farrokhzad | -3/+0 |
| 2020-03-13 | Allow `rustdoc-js` and `rustdoc-js-std` to use none default build dir location | Oliver Middleton | -3/+5 |
| 2020-03-12 | tidy: Use cargo_metadata for license checks. | Eric Huss | -3/+0 |
| 2020-03-04 | point cargo-miri to the right xargo binary | Ralf Jung | -1/+1 |
| 2020-02-21 | fix miri and bootstrap interaction | Ralf Jung | -1/+3 |
| 2020-02-19 | Auto merge of #69293 - Dylan-DPC:rollup-imcbvgo, r=Dylan-DPC | bors | -2/+2 |
| 2020-02-19 | Auto merge of #69198 - ollie27:rustbuild_rustdoc-js, r=Mark-Simulacrum | bors | -5/+5 |
| 2020-02-17 | ci: switch macOS builders to 10.15 | Pietro Albini | -2/+2 |
| 2020-02-15 | Fix running rustdoc-js test suite individually | Oliver Middleton | -5/+5 |
| 2020-02-13 | Update books. | Eric Huss | -24/+58 |
| 2020-02-09 | Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum | bors | -2/+3 |
| 2020-02-09 | Add some comments | John Kåre Alsaker | -0/+1 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -6/+3 |
| 2020-01-29 | Add an option to use LLD to link the compiler on Windows platforms | John Kåre Alsaker | -2/+2 |
| 2020-01-27 | compiletest: Remove unused llvm-cxxflags option | Tomasz Miąsko | -6/+1 |
| 2020-01-20 | compiletest: Simplify multi-debugger support | Tomasz Miąsko | -8/+0 |
| 2020-01-09 | Add bootstrap step for building sanitizer runtimes | Tomasz Miąsko | -1/+1 |
| 2019-12-29 | tidy: Enforce formatting rather than just check it if `--bless` is specified | Vadim Petrochenkov | -1/+1 |
| 2019-12-24 | bootstrap miri: remove no longer used env var | Ralf Jung | -3/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -311/+177 |
| 2019-12-21 | Include formatting check in the test step for tidy. | Adam Perry | -0/+8 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -13/+13 |
| 2019-12-17 | Disable cargo tests for now | Mark Rousskov | -13/+13 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -1/+1 |
| 2019-11-11 | Update clippy | Manish Goregaokar | -0/+5 |
| 2019-10-26 | use plain cargo to install xargo | Ralf Jung | -11/+1 |
| 2019-10-26 | bootstrap now takes care of installing xargo | Ralf Jung | -4/+21 |
| 2019-10-21 | Remove `src/llvm-emscripten` submodule | Alex Crichton | -2/+1 |
| 2019-10-19 | adjust miri sysroot determination | Ralf Jung | -6/+4 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -2/+3 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -3/+2 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -2/+5 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -4/+2 |
| 2019-09-23 | Move handling of `-Cprefer-dynamic` into `builder.rs` | Alex Crichton | -4/+0 |
| 2019-09-23 | Allow adding `RUSTFLAGS` after `Builder::cargo` | Alex Crichton | -19/+19 |
| 2019-09-23 | bootstrap: Remove usage of `RUSTC_TARGET_LINKER` | Alex Crichton | -11/+1 |
| 2019-09-05 | Explicitly create test tempdir | Mark Rousskov | -1/+4 |
| 2019-08-28 | std: Remove the `wasm_syscall` feature | Alex Crichton | -10/+0 |
| 2019-08-23 | bootstrap: Merge the libtest build step with libstd | Alex Crichton | -28/+8 |
| 2019-08-20 | Remove serialization of diagnostics to files | Mark Rousskov | -2/+1 |