| Age | Commit message (Expand) | Author | Lines |
| 2020-10-31 | Auto merge of #76257 - JulianKnodt:i75777, r=Dylan-DPC | bors | -0/+60 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -4/+6 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -2/+2 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in clippy | LeSeulArtichaut | -4/+6 |
| 2020-10-30 | Auto merge of #78562 - JohnTitor:rollup-otg906u, r=JohnTitor | bors | -21/+33 |
| 2020-10-30 | Rollup merge of #78545 - jackh726:anonymous, r=oli-obk | Yuki Okushi | -16/+16 |
| 2020-10-30 | Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 | Yuki Okushi | -1/+7 |
| 2020-10-30 | Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnay | Yuki Okushi | -4/+10 |
| 2020-10-30 | Add regression test | kadmin | -0/+60 |
| 2020-10-30 | Auto merge of #78393 - SNCPlay42:match-if-guard, r=tmandry | bors | -1/+20 |
| 2020-10-30 | Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakis | bors | -0/+45 |
| 2020-10-30 | Auto merge of #78540 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2020-10-29 | Make anonymous binders start at 0 | Jack Huey | -16/+16 |
| 2020-10-29 | update Miri | Ralf Jung | -7/+7 |
| 2020-10-29 | Rollup merge of #78505 - ebroto:clippyup, r=oli-obk | Jonas Schievink | -672/+2832 |
| 2020-10-29 | Rollup merge of #78493 - ehuss:update-cargo, r=ehuss | Jonas Schievink | -0/+0 |
| 2020-10-29 | Rollup merge of #78431 - Rustin-Liu:rustin-patch-lint, r=estebank | Jonas Schievink | -4/+4 |
| 2020-10-29 | Rollup merge of #78422 - estebank:fix-78372, r=pnkfelix | Jonas Schievink | -0/+76 |
| 2020-10-29 | Add regression test | Esteban Küber | -0/+6 |
| 2020-10-29 | Revert invalid `fn` return type parsing change | Esteban Küber | -4/+4 |
| 2020-10-29 | Auto merge of #78506 - cuviper:ubuntu-lts, r=pietroalbini | bors | -2/+4 |
| 2020-10-29 | Auto merge of #78486 - pietroalbini:manifest-artifacts, r=Mark-Simulacrum | bors | -22/+125 |
| 2020-10-29 | Auto merge of #78512 - JohnTitor:rollup-a7qwjah, r=JohnTitor | bors | -71/+469 |
| 2020-10-29 | Rollup merge of #78492 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-10-29 | Rollup merge of #78487 - rust-lang:GuillaumeGomez-patch-1, r=steveklabnik | Yuki Okushi | -1/+1 |
| 2020-10-29 | Rollup merge of #78478 - hameerabbasi:const-generics-supertraits, r=lcnr | Yuki Okushi | -0/+85 |
| 2020-10-29 | Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr | Yuki Okushi | -25/+25 |
| 2020-10-29 | Rollup merge of #78428 - JulianKnodt:invalid_patterns, r=lcnr | Yuki Okushi | -0/+105 |
| 2020-10-29 | Rollup merge of #78224 - lcnr:repeat-expr, r=varkor | Yuki Okushi | -20/+144 |
| 2020-10-29 | Rollup merge of #77213 - ijackson:wip-rustdoc-settings, r=jyn514,GuillaumeGomez | Yuki Okushi | -25/+109 |
| 2020-10-29 | Auto merge of #78430 - Nadrieril:taking-constructors-seriously2, r=varkor | bors | -6/+6 |
| 2020-10-28 | ci: update x86_64-gnu and x86_64-gnu-debug to ubuntu:20.04 | Josh Stone | -2/+4 |
| 2020-10-29 | Test building of libraries with rustc logging enabled | Tomasz Miąsko | -1/+2 |
| 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 | rustdoc: Use Vec::into_iter() rather than drain() | Ian Jackson | -2/+2 |
| 2020-10-28 | Add a comment about non-panicking of splitn().next().unwrap() | Ian Jackson | -0/+1 |
| 2020-10-28 | rustdoc: Fix some nits | Ian Jackson | -4/+4 |
| 2020-10-28 | Update cargo | Eric Huss | -0/+0 |
| 2020-10-28 | rustdoc: Provide a --default-theme THEME option | Ian Jackson | -0/+21 |
| 2020-10-28 | rustdoc: Provide a general --default-setting SETTING[=VALUE] option | Ian Jackson | -2/+26 |
| 2020-10-28 | rustdoc: Provide a way to set the default settings from Rust code | Ian Jackson | -2/+39 |
| 2020-10-28 | Update books | Eric Huss | -0/+0 |
| 2020-10-28 | rustdoc: js: Use getSettingValue for all rustdoc-* values | Ian Jackson | -24/+25 |
| 2020-10-28 | Auto merge of #78409 - pietroalbini:build-manifest-checksum-cache, r=Mark-Sim... | bors | -50/+106 |
| 2020-10-28 | Fix typo "compiltest" | Guillaume Gomez | -1/+1 |
| 2020-10-28 | build-manifest: include artifacts in a new table | Pietro Albini | -22/+125 |
| 2020-10-28 | Assert in every case. | Hameer Abbasi | -19/+22 |
| 2020-10-28 | Extend test to cover dyn methods/functions. | Hameer Abbasi | -20/+44 |