| Age | Commit message (Expand) | Author | Lines |
| 2020-09-16 | Auto merge of #76625 - jyn514:default-stages, r=Mark-Simulacrum | bors | -29/+2 |
| 2020-09-15 | Make the default stage for x.py configurable | Joshua Nelson | -29/+2 |
| 2020-09-15 | Avoid printing dry run timings | Mark Rousskov | -1/+1 |
| 2020-09-14 | Fix generating rustc docs with non-default lib directory. | Eric Huss | -2/+6 |
| 2020-09-12 | Auto merge of #76639 - Mark-Simulacrum:ci-hosts, r=pietroalbini | bors | -1/+1 |
| 2020-09-12 | Print all step timings | Mark Rousskov | -1/+1 |
| 2020-09-11 | Remove host parameter from step configurations | Mark Rousskov | -12/+9 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -6/+11 |
| 2020-09-09 | Move `rustllvm` into `rustc_llvm` | Vadim Petrochenkov | -3/+3 |
| 2020-09-09 | Rollup merge of #76379 - petrochenkov:nodegen, r=Mark-Simulacrum | Dylan DPC | -5/+5 |
| 2020-09-07 | Dedicated rust development tarball | Mark Rousskov | -0/+1 |
| 2020-09-07 | rustbuild: Deduplicate LLD checks slightly | Vadim Petrochenkov | -4/+3 |
| 2020-09-07 | rustbuild: Propagate LLD to more places when `use-lld` is enabled | Vadim Petrochenkov | -1/+7 |
| 2020-09-07 | rustbuild: Build tests with LLD if `use-lld = true` was passed | Vadim Petrochenkov | -3/+3 |
| 2020-09-05 | rustbuild: Remove `Mode::Codegen` | Vadim Petrochenkov | -5/+5 |
| 2020-09-04 | There isn't a way to pass --remove yet, but you can rm if u like | Cassandra Fridkin | -1/+1 |
| 2020-09-03 | Check test/example/benchmark on x.py check | Mark Rousskov | -1/+1 |
| 2020-08-31 | rustbuild: Remove one LLD workaround | Vadim Petrochenkov | -6/+2 |
| 2020-08-29 | Allow --bess ing expect-tests in tools | Aleksey Kladov | -0/+5 |
| 2020-08-16 | Auto merge of #75472 - Mark-Simulacrum:mangling-config, r=eddyb | bors | -0/+4 |
| 2020-08-14 | Deal with spaces in the rust version. | Eric Huss | -3/+7 |
| 2020-08-14 | Fix crate-version with rustdoc in bootstrap. | Eric Huss | -2/+1 |
| 2020-08-12 | Add option to use the new symbol mangling in rustc/std | Mark Rousskov | -0/+4 |
| 2020-08-12 | Add a script to verify the Platform Support page is up-to-date. | Eric Huss | -0/+1 |
| 2020-08-03 | Make rust.use-lld config option work with non MSVC targets | Mateusz MikuĊa | -1/+6 |
| 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 |