| Age | Commit message (Expand) | Author | Lines |
| 2020-10-14 | Auto merge of #77741 - JohnTitor:add-tests, r=matthewjasper | bors | -0/+225 |
| 2020-10-14 | Auto merge of #77926 - Dylan-DPC:rollup-wttr8a1, r=Dylan-DPC | bors | -37/+37 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -32/+26 |
| 2020-10-14 | Rollup merge of #77788 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum | Dylan DPC | -5/+11 |
| 2020-10-14 | Auto merge of #77135 - Aaron1011:pretty-ignore-paren, r=petrochenkov | bors | -0/+220 |
| 2020-10-13 | Auto merge of #77917 - JohnTitor:rollup-e47h2qt, r=JohnTitor | bors | -177/+177 |
| 2020-10-14 | Rollup merge of #77825 - ethanboxx:min_const_generics_diagnostic, r=lcnr | Yuki Okushi | -177/+177 |
| 2020-10-14 | switch the test to an actual MCVE | Ding Xiang Fei | -14/+9 |
| 2020-10-14 | rustfmt | Ding Xiang Fei | -1/+1 |
| 2020-10-14 | test derived from #74961 | Ding Xiang Fei | -0/+29 |
| 2020-10-13 | Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 | bors | -0/+68 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+21 |
| 2020-10-12 | Bless expected errors | Ethan Brierley | -132/+132 |
| 2020-10-12 | Extend test to ensure that items inherit lint level from the parent | Guillaume Gomez | -0/+2 |
| 2020-10-12 | Apply same treatment to MISSING_DOC_CODE_EXAMPLES | Guillaume Gomez | -0/+20 |
| 2020-10-12 | Inherit lint level from parents | Guillaume Gomez | -2/+10 |
| 2020-10-12 | rustdoc: skip allow missing doc in cover. report | Roman | -0/+38 |
| 2020-10-12 | Auto merge of #75956 - jonas-schievink:lto-opt-sz, r=tmiasko | bors | -0/+14 |
| 2020-10-12 | Auto merge of #77790 - jyn514:undivided, r=ollie27 | bors | -2/+23 |
| 2020-10-11 | Show summary lines on cross-crate re-exports | Joshua Nelson | -2/+23 |
| 2020-10-12 | Use no-prefer-dynamic | Jonas Schievink | -0/+2 |
| 2020-10-12 | Fix -Clinker-plugin-lto with opt-levels s and z | Jonas Schievink | -0/+12 |
| 2020-10-11 | Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikic | bors | -2/+53 |
| 2020-10-11 | `min_const_generics` diagnostics improvements | Ethan Brierley | -174/+174 |
| 2020-10-11 | Add hack to keep `actix-web` and `actori-web` compiling | Aaron Hill | -0/+60 |
| 2020-10-11 | Allow skipping extra paren insertion during AST pretty-printing | Aaron Hill | -0/+160 |
| 2020-10-10 | Fix hotplug_codegen_backend test | bjorn3 | -32/+26 |
| 2020-10-10 | Re-enable test case | Dániel Buga | -2/+1 |
| 2020-10-10 | Apply suggestions from code review | Dániel Buga | -1/+20 |
| 2020-10-11 | Auto merge of #77774 - petrochenkov:floatuple, r=estebank | bors | -12/+12 |
| 2020-10-11 | Auto merge of #77649 - dash2507:replace_run_compiler, r=matthewjasper | bors | -8/+3 |
| 2020-10-11 | rustc_parse: More precise spans for `tuple.0.0` | Vadim Petrochenkov | -12/+12 |
| 2020-10-10 | Auto merge of #77087 - estebank:issue-45817, r=matthewjasper | bors | -8/+292 |
| 2020-10-10 | Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514 | bors | -1/+181 |
| 2020-10-10 | Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu | bors | -54/+100 |
| 2020-10-10 | Auto merge of #77771 - nagisa:revert-77023, r=Mark-Simulacrum | bors | -24/+0 |
| 2020-10-10 | BTreeMap: fix gdb introspection of BTreeMap with ZST keys or values | Stein Somers | -5/+11 |
| 2020-10-09 | address review comments | Esteban Küber | -1/+71 |
| 2020-10-09 | Move `@has` checks closer to corresponding doc comments | Camelid | -15/+19 |
| 2020-10-10 | Revert "Assume slice len is bounded by allocation size" | Simonas Kazlauskas | -24/+0 |
| 2020-10-09 | Given `<T as Trait>::A: Ty` suggest `T: Trait<A = Ty>` | Esteban Küber | -0/+32 |
| 2020-10-09 | Suggest removing bounds even when potential typo | Esteban Küber | -1/+17 |
| 2020-10-09 | Tweak output and add test cases | Esteban Küber | -11/+171 |
| 2020-10-09 | Point out why a trait is expected on `Struct + 'lt` | Esteban Küber | -0/+6 |
| 2020-10-09 | Remove unneeded ImportItem on glob ones | Guillaume Gomez | -15/+2 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -0/+11 |
| 2020-10-09 | Add test to ensure that external items aren't lint-checked | Guillaume Gomez | -2/+14 |
| 2020-10-09 | Add test for reexported items lints | Guillaume Gomez | -0/+31 |
| 2020-10-09 | Add a regression test for issue-71443 | Yuki Okushi | -0/+31 |
| 2020-10-09 | Add a regression test for issue-70292 | Yuki Okushi | -0/+21 |