| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | Use exhaustive match for assert | Joshua Nelson | -1/+1 |
| 2020-07-27 | Add assert that tests happen with stage 2 in CI | Joshua Nelson | -1/+15 |
| 2020-07-27 | Fix most bootstrap tests | Joshua Nelson | -1/+1 |
| 2020-07-27 | Make the default stage dependent on the subcommand | Joshua Nelson | -1/+14 |
| 2020-07-27 | Don't duplicate builder code | Joshua Nelson | -19/+14 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-19 | Do not clobber RUSTDOCFLAGS | Mark Rousskov | -0/+7 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -0/+1 |
| 2020-07-17 | Rollup merge of #74251 - shepmaster:bootstrap-target-files, r=Mark-Simulacrum | Manish Goregaokar | -31/+30 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+1 |
| 2020-07-17 | Teach bootstrap about target files vs target triples | Jake Goulding | -31/+30 |
| 2020-07-16 | Set "invalid_codeblock_attributes" lint to warning level by default | Guillaume Gomez | -2/+3 |
| 2020-07-16 | Update code to new invalid_codeblock_attributes lint name | Guillaume Gomez | -2/+2 |
| 2020-07-16 | Apply review comments | Guillaume Gomez | -3/+6 |
| 2020-07-16 | Enforce even more the code blocks attributes check through rustdoc | Guillaume Gomez | -2/+5 |
| 2020-07-14 | Use local links in the alloc docs. | Eric Huss | -1/+2 |
| 2020-07-14 | Stabilize control-flow-guard codegen option | Andrew Paverd | -1/+1 |
| 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 |