| Age | Commit message (Expand) | Author | Lines |
| 2020-08-07 | rustbuild: drop tool::should_install | Marc-Antoine Perennou | -24/+5 |
| 2020-07-13 | Rollup merge of #74046 - ehuss:deny-warnings-caching, r=Mark-Simulacrum | Manish Goregaokar | -4/+18 |
| 2020-07-11 | Rollup merge of #74116 - arlosi:aarch64build, r=pietroalbini | Manish Goregaokar | -8/+23 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -2/+4 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+4 |
| 2020-07-10 | Use str::strip* in bootstrap | Lzu Tao | -10/+10 |
| 2020-07-08 | Fix x.py test for librustc crates. | Eric Huss | -2/+2 |
| 2020-07-08 | Fix cross-compilation of LLVM to aarch64 Windows targets | Arlo Siemsen | -8/+23 |
| 2020-07-07 | Fix occasional bootstrap panic in docs. | Eric Huss | -1/+1 |
| 2020-07-06 | Rollup merge of #74090 - tmiasko:rustc-debug-assertions, r=RalfJung | Manish Goregaokar | -2/+0 |
| 2020-07-06 | Rollup merge of #70563 - GuillaumeGomez:page-hash-handling, r=ollie27,kinnison | Manish Goregaokar | -15/+1 |
| 2020-07-06 | Remove unused RUSTC_DEBUG_ASSERTIONS | Tomasz Miąsko | -2/+0 |
| 2020-07-04 | Fix caching issue when building tools. | Eric Huss | -4/+18 |
| 2020-07-03 | Add rust-analyzer submodule | Aleksey Kladov | -3/+149 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -34/+165 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -15/+1 |
| 2020-07-02 | Rollup merge of #73903 - luxxxxy:ios-rustc, r=nikomatsakis | Manish Goregaokar | -0/+19 |
| 2020-07-02 | Rollup merge of #73883 - ehuss:rustdoc-stage-previous, r=Mark-Simulacrum | Manish Goregaokar | -34/+146 |
| 2020-07-01 | Rollup merge of #73929 - kraai:fix-comment-typo, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Rollup merge of #72569 - ChrisDenton:remove-innosetup, r=nikomatsakis | Manish Goregaokar | -21/+0 |
| 2020-07-01 | Tests for number of times rustdoc is built with x.py test and doc. | Eric Huss | -14/+94 |
| 2020-07-01 | Explicitly check for iOS/tvOS. | aspen | -1/+1 |
| 2020-07-01 | Also document iphoneos-version-min. | aspen | -0/+1 |
| 2020-07-01 | Document the CMake defines. | aspen | -1/+4 |
| 2020-07-01 | Fix comment typo | KRAAI, MATTHEW [VISUS] | -1/+1 |
| 2020-06-30 | Don't break on iOS Simulator builds. | aspen | -1/+5 |
| 2020-06-30 | Only set the flag in LLVM builds. | aspen | -5/+3 |
| 2020-06-30 | Changes required for rustc/cargo to build for iOS targets | aspen | -0/+13 |
| 2020-06-30 | Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum | bors | -7/+19 |
| 2020-06-29 | Compile rustdoc less often. | Eric Huss | -24/+56 |
| 2020-06-29 | Auto merge of #73374 - alexcrichton:compiler-bulitins-debug-assertions, r=Mar... | bors | -32/+8 |
| 2020-06-29 | rustbuild: Move compiler-builtins build logic to manifest | Alex Crichton | -32/+8 |
| 2020-06-27 | Auto merge of #73671 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -17/+2 |
| 2020-06-26 | Rollup merge of #73691 - ajpaverd:bootstrap-windows-73689, r=Mark-Simulacrum | Manish Goregaokar | -0/+6 |
| 2020-06-26 | Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis | Manish Goregaokar | -17/+4 |
| 2020-06-26 | Remove mdbook-linkcheck. | Eric Huss | -17/+2 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -34/+59 |
| 2020-06-25 | Bootstrap: fallback detection of Windows | Andrew Paverd | -0/+6 |
| 2020-06-25 | Fix comments | Adrian Cruceru | -0/+7 |
| 2020-06-24 | Update libunwind build process for x86_64-fortanix-unknown-sgx target | Adrian Cruceru | -20/+0 |
| 2020-06-23 | Rollup merge of #73590 - davidtwco:bootstrap-fix-config-env-var, r=Mark-Simul... | Manish Goregaokar | -5/+9 |
| 2020-06-22 | Re-enable Clippy tests | Aaron Hill | -4/+1 |
| 2020-06-22 | bootstrap: no `config.toml` exists regression | David Wood | -5/+9 |
| 2020-06-21 | Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrum | bors | -1/+8 |
| 2020-06-20 | Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum | Ralf Jung | -2/+2 |
| 2020-06-20 | Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini | Ralf Jung | -0/+2 |
| 2020-06-20 | bootstrap: Factor out common code in supported_sanitizers | Tomasz Miąsko | -45/+29 |
| 2020-06-20 | bootstrap: Build sanitizer runtimes for aarch64-unknown-linux-gnu | Tomasz Miąsko | -0/+9 |
| 2020-06-19 | Rollup merge of #73440 - jyn514:bootstrap/build-rustdoc, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2020-06-19 | Rollup merge of #73352 - ehuss:bootstrap-metadata, r=Mark-Simulacrum | Ralf Jung | -100/+76 |