| Age | Commit message (Expand) | Author | Lines |
| 2020-10-29 | Auto merge of #78486 - pietroalbini:manifest-artifacts, r=Mark-Simulacrum | bors | -22/+125 |
| 2020-10-29 | Add support for rustc-env and unset-rustc-env for aux-builds | Tomasz Miąsko | -0/+5 |
| 2020-10-28 | Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup | Eduardo Broto | -672/+2832 |
| 2020-10-28 | Update cargo | Eric Huss | -0/+0 |
| 2020-10-28 | Auto merge of #78409 - pietroalbini:build-manifest-checksum-cache, r=Mark-Sim... | bors | -50/+106 |
| 2020-10-28 | build-manifest: include artifacts in a new table | Pietro Albini | -22/+125 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -140/+3 |
| 2020-10-26 | Remove lint from clippy | Nathan Whitaker | -140/+3 |
| 2020-10-26 | build-manifest: add BUILD_MANIFEST_CHECKSUM_CACHE | Pietro Albini | -5/+29 |
| 2020-10-26 | build-manifest: refactor checksum generation into a struct | Pietro Albini | -50/+82 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-10-26 | Auto merge of #78395 - RalfJung:miri, r=RalfJung | bors | -11/+7 |
| 2020-10-26 | Auto merge of #78196 - pietroalbini:shipped-files, r=Mark-Simulacrum | bors | -12/+41 |
| 2020-10-26 | update Miri | Ralf Jung | -11/+7 |
| 2020-10-26 | build-manifest: allow creating a list of files shipped in a release | Pietro Albini | -12/+41 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -0/+1 |
| 2020-10-26 | Rollup merge of #78137 - tmiasko:compiletest-tracing, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2020-10-24 | Add unbounded_depth to serde_json (clippy-driver) | Eduardo Broto | -1/+1 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -2/+2 |
| 2020-10-23 | Remove duplicate import of `Target` | Eduardo Broto | -1/+0 |
| 2020-10-23 | Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup | Eduardo Broto | -566/+2120 |
| 2020-10-23 | Rollup merge of #78169 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-10-23 | Rollup merge of #77488 - varkor:repr128-incomplete_features, r=jonas-schievink | Yuki Okushi | -0/+3 |
| 2020-10-22 | Fix clippy tests | varkor | -0/+3 |
| 2020-10-21 | Update rustc-demangle | varkor | -1/+1 |
| 2020-10-20 | Update cargo | Eric Huss | -0/+0 |
| 2020-10-20 | Initialize tracing subscriber in compiletest tool | Tomasz Miąsko | -2/+2 |
| 2020-10-18 | Rollup merge of #78059 - JohnTitor:fix-linkcheck, r=ehuss | Yuki Okushi | -0/+3 |
| 2020-10-18 | Rollup merge of #77851 - exrook:split-btreemap, r=dtolnay | Yuki Okushi | -1/+1 |
| 2020-10-18 | Rollup merge of #76607 - Mark-Simulacrum:tidy-bins, r=pnkfelix | Yuki Okushi | -12/+50 |
| 2020-10-17 | Appease the almightly lord clippy, hallowed be thy name | Jacob Hughes | -1/+1 |
| 2020-10-18 | Set `MDBOOK_OUTPUT__HTML__INPUT_404` on linkchecker | Yuki Okushi | -0/+3 |
| 2020-10-17 | Auto merge of #77124 - spastorino:const-exprs-rfc-2920, r=oli-obk | bors | -1/+17 |
| 2020-10-17 | Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrum | Yuki Okushi | -0/+66 |
| 2020-10-16 | Handle ExprKind::ConstBlock on clippy | Santiago Pastorino | -1/+17 |
| 2020-10-16 | update miri | Ralf Jung | -8/+10 |
| 2020-10-15 | Update submodules for link fixes | Joshua Nelson | -0/+0 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -0/+66 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -3/+5 |
| 2020-10-15 | Auto merge of #77943 - est31:target_refactor, r=petrochenkov | bors | -3/+3 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -3/+3 |
| 2020-10-15 | Auto merge of #77952 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-10-14 | Update cargo | Eric Huss | -0/+0 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -0/+2 |
| 2020-10-14 | fix stderr file of clippy/custom_ice_message test | hosseind88 | -1/+1 |
| 2020-10-13 | Include aarch64-pc-windows-msvc in the dist manifests | Arlo Siemsen | -0/+1 |
| 2020-10-14 | Rollup merge of #77895 - shepmaster:silicon-manifest, r=pietroalbini | Yuki Okushi | -0/+2 |
| 2020-10-13 | Auto merge of #77762 - pietroalbini:dist-build-manifest, r=Mark-Simulacrum | bors | -32/+25 |
| 2020-10-13 | Include aarch64-apple-darwin in the dist manifests | Jake Goulding | -0/+2 |