| Age | Commit message (Expand) | Author | Lines |
| 2020-10-20 | Rollup merge of #78157 - GuillaumeGomez:remove-unused-type, r=jyn514 | Guillaume Gomez | -9/+0 |
| 2020-10-20 | Rollup merge of #78133 - JohnTitor:mir-tests, r=lcnr | Guillaume Gomez | -0/+108 |
| 2020-10-20 | Rollup merge of #78070 - RalfJung:const-panic-test, r=oli-obk | Guillaume Gomez | -70/+90 |
| 2020-10-20 | Rollup merge of #78061 - wesleywiser:opt_zst_const_interning, r=oli-obk | Guillaume Gomez | -0/+5 |
| 2020-10-20 | Rollup merge of #78046 - bugadani:issue-73827, r=nikic | Guillaume Gomez | -0/+18 |
| 2020-10-20 | Remove unused type from librustdoc | Guillaume Gomez | -9/+0 |
| 2020-10-20 | Add test for issue-77911 | Yuki Okushi | -0/+16 |
| 2020-10-20 | Add test for issue-76375 | Yuki Okushi | -0/+29 |
| 2020-10-20 | Add test for issue-75053 | Yuki Okushi | -0/+48 |
| 2020-10-20 | Add test for issue-68841 | Yuki Okushi | -0/+15 |
| 2020-10-20 | Disable MatchBranchSimplification | Tomasz Miąsko | -150/+172 |
| 2020-10-20 | Rollup merge of #78121 - LeSeulArtichaut:issue-78115, r=tmandry | Yuki Okushi | -0/+19 |
| 2020-10-20 | Rollup merge of #78111 - SNCPlay42:not-always-self, r=lcnr | Yuki Okushi | -32/+106 |
| 2020-10-20 | Rollup merge of #77959 - JohnTitor:tweak-test-structure, r=petrochenkov | Yuki Okushi | -0/+0 |
| 2020-10-20 | Rollup merge of #77931 - aticu:fix_60336, r=petrochenkov | Yuki Okushi | -4/+8 |
| 2020-10-20 | Rollup merge of #77778 - jyn514:git-hook, r=mark-simulacrum | Yuki Okushi | -3/+11 |
| 2020-10-19 | Add regression test | LeSeulArtichaut | -0/+19 |
| 2020-10-19 | revert workaround #73027 | SNCPlay42 | -13/+8 |
| 2020-10-19 | don't assume trait ambiguity happens in `Self` | SNCPlay42 | -19/+98 |
| 2020-10-19 | Rollup merge of #78103 - GuillaumeGomez:rustdoc-book, r=jyn514 | Guillaume Gomez | -5/+33 |
| 2020-10-19 | Rollup merge of #78089 - varkor:opt_const_param_of-error, r=lcnr | Guillaume Gomez | -0/+14 |
| 2020-10-19 | Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma... | Guillaume Gomez | -1/+1 |
| 2020-10-19 | Add link to rustdoc book in rustdoc help popup | Guillaume Gomez | -5/+33 |
| 2020-10-19 | Auto merge of #78087 - camelid:bootstrap-print-units, r=jyn514 | bors | -1/+1 |
| 2020-10-19 | Auto merge of #77278 - camelid:use-correct-article, r=estebank | bors | -298/+298 |
| 2020-10-18 | Fix issue with specifying generic arguments for primitive types | varkor | -0/+14 |
| 2020-10-18 | bootstrap: Print units for "finished in xxx" message | Camelid | -1/+1 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -10/+10 |
| 2020-10-18 | Auto merge of #77306 - lcnr:inline-ok, r=eddyb | bors | -0/+77 |
| 2020-10-18 | we can test std and core panic macros together | Ralf Jung | -70/+90 |
| 2020-10-18 | Auto merge of #77956 - JohnTitor:more-tests, r=nagisa | bors | -0/+217 |
| 2020-10-18 | Use smaller example for issue-71659 | Yuki Okushi | -77/+15 |
| 2020-10-18 | Add test for issue-75983 | Yuki Okushi | -0/+17 |
| 2020-10-18 | Add test for issue-75707 | Yuki Okushi | -0/+29 |
| 2020-10-18 | Add test for issue-74816 | Yuki Okushi | -0/+54 |
| 2020-10-18 | Add test for issue-71659 | Yuki Okushi | -0/+103 |
| 2020-10-18 | Add test for issue-70944 | Yuki Okushi | -0/+23 |
| 2020-10-18 | Add test for issue-70877 | Yuki Okushi | -0/+53 |
| 2020-10-17 | Auto merge of #78041 - luqmana:lld-tls-alignment, r=nikic | bors | -0/+0 |
| 2020-10-17 | Optimize const value interning for ZST types | Wesley Wiser | -0/+5 |
| 2020-10-17 | Auto merge of #78060 - JohnTitor:rollup-uou8vyu, r=JohnTitor | bors | -64/+121 |
| 2020-10-18 | Rollup merge of #78059 - JohnTitor:fix-linkcheck, r=ehuss | Yuki Okushi | -0/+3 |
| 2020-10-18 | Rollup merge of #78050 - GuillaumeGomez:small-css-cleanup, r=jyn514 | Yuki Okushi | -5/+1 |
| 2020-10-18 | Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnr | Yuki Okushi | -3/+38 |
| 2020-10-18 | Rollup merge of #78043 - willcrozi:e0210-error-note-fix, r=lcnr | Yuki Okushi | -27/+27 |
| 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/+51 |
| 2020-10-18 | Rollup merge of #75802 - petrochenkov:nometa, r=nikomatsakis | Yuki Okushi | -16/+0 |
| 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 |