| Age | Commit message (Expand) | Author | Lines |
| 2020-07-04 | Fix caching issue when building tools. | Eric Huss | -4/+14 |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -0/+3 |
| 2020-07-01 | Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Fix comment typo | KRAAI, MATTHEW [VISUS] | -1/+1 |
| 2020-06-29 | rustbuild: Move compiler-builtins build logic to manifest | Alex Crichton | -8/+8 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -2/+3 |
| 2020-06-20 | Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum | Ralf Jung | -2/+2 |
| 2020-06-19 | Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-Simulacrum | Ralf Jung | -11/+41 |
| 2020-06-16 | Update CFGuard syntax | Andrew Paverd | -2/+2 |
| 2020-06-15 | Rollup merge of #73296 - ehuss:remove-msvc-aux, r=Mark-Simulacrum | Ralf Jung | -1/+0 |
| 2020-06-14 | Add some doc comments regarding PathSet. | Eric Huss | -3/+25 |
| 2020-06-14 | Show suite paths (`src/test/ui/...`) in help output. | Eric Huss | -6/+12 |
| 2020-06-14 | Switch bootstrap metadata to --no-deps. | Eric Huss | -2/+4 |
| 2020-06-12 | Remove vestigial CI job msvc-aux. | Eric Huss | -1/+0 |
| 2020-06-12 | x.py: do not build Miri by default | Ralf Jung | -0/+2 |
| 2020-06-01 | bump Miri, update for cargo-miri being a separate project | Ralf Jung | -0/+2 |
| 2020-05-29 | Get libdir from stage0 compiler | O01eg | -0/+1 |
| 2020-05-21 | Add flag to open docs: x.py doc --open | David Tolnay | -1/+1 |
| 2020-05-15 | Rollup merge of #72146 - Mark-Simulacrum:separate-std-asserts, r=alexcrichton | Dylan DPC | -1/+8 |
| 2020-05-14 | Auto merge of #72058 - RalfJung:no-dist-lldb, r=Mark-Simulacrum | bors | -1/+0 |
| 2020-05-12 | Provide separate option for std debug asserts | Mark Rousskov | -1/+8 |
| 2020-05-10 | remove lldb package from bootstrap, config and build-manifest | Ralf Jung | -1/+0 |
| 2020-05-06 | Remove code related to `test/run-fail` | Yuki Okushi | -2/+0 |
| 2020-05-03 | Auto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild, r=jonas-schievink | bors | -2/+10 |
| 2020-05-02 | Don't skip building LLVM if already built | Mark Rousskov | -2/+10 |
| 2020-05-02 | Auto merge of #70655 - oli-obk:subrepo_funness, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-05-02 | Also build clippy with `./x.py check` | Oliver Scherer | -1/+1 |
| 2020-05-01 | bootstrap: also apply unused-attributes hack without deny_warnings | Ralf Jung | -6/+6 |
| 2020-04-24 | Only set *FLAGS env vars if they are not empty | Dylan MacKenzie | -2/+10 |
| 2020-04-23 | Set RUSTDOCFLAGS in `cargo` invocation | Dylan MacKenzie | -2/+9 |
| 2020-04-12 | rustbuild: Remove LLD flavor workaround for MSVC | Vadim Petrochenkov | -16/+0 |
| 2020-04-07 | bootstrap: work around "unused attribute" errors in incremental stdlib rebuilds. | Eduard-Mihai Burtescu | -0/+7 |
| 2020-04-02 | Translate the virtual `/rustc/$hash` prefix back to a real directory. | Eduard-Mihai Burtescu | -1/+6 |
| 2020-03-24 | ci: add github actions configuration | Pietro Albini | -0/+5 |
| 2020-03-19 | Avoid llvm-config in more situations, like bootstrap test runs | Josh Stone | -8/+19 |
| 2020-03-18 | Ensure LLVM is in the link path for rustc tools | Josh Stone | -2/+16 |
| 2020-03-18 | Rename add_lib_path to add_dylib_path | Josh Stone | -2/+2 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -8/+2 |
| 2020-02-11 | Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-Simulacrum | Dylan DPC | -0/+14 |
| 2020-02-10 | Enable Control Flow Guard in rustbuild | Andrew Paverd | -0/+14 |
| 2020-02-09 | Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum | bors | -3/+24 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+7 |
| 2020-02-03 | bootstrap: fix clippy warnings | Matthias Krüger | -16/+8 |
| 2020-01-29 | Link a linking issue | John Kåre Alsaker | -1/+2 |
| 2020-01-29 | Add an option to use LLD to link the compiler on Windows platforms | John Kåre Alsaker | -3/+23 |
| 2020-01-23 | Clear out std, not std tools | Mark Rousskov | -1/+1 |
| 2020-01-09 | Add bootstrap step for building sanitizer runtimes | Tomasz Miąsko | -0/+1 |
| 2020-01-08 | Auto merge of #67760 - Mark-Simulacrum:rustc-dirty, r=alexcrichton | bors | -1/+13 |
| 2020-01-02 | bootstrap: Allow for setting the ThinLTO import limit used for compiler the c... | Michael Woerister | -0/+15 |
| 2020-01-01 | Clear out target directory if compiler has changed | Mark Rousskov | -1/+13 |