| Age | Commit message (Expand) | Author | Lines |
| 2020-01-07 | Rollup merge of #67936 - euclio:assoc-type-bad-style, r=Centril | Yuki Okushi | -2/+12 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -0/+10 |
| 2020-01-07 | Rollup merge of #67898 - matthewjasper:newtype-index-hygiene, r=Centril | Yuki Okushi | -22/+0 |
| 2020-01-07 | Rollup merge of #67880 - lbonn:fix/multi-substs, r=petrochenkov | Yuki Okushi | -4/+24 |
| 2020-01-07 | Rollup merge of #67877 - dtolnay:const-_, r=nagisa | Yuki Okushi | -0/+7 |
| 2020-01-07 | Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwco | Yuki Okushi | -1/+1 |
| 2020-01-06 | Account for `type X = impl Trait;` in lifetime suggestion | Esteban Küber | -1/+1 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -22/+0 |
| 2020-01-06 | fire "non_camel_case_types" for associated types | Andy Russell | -2/+12 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -8/+12 |
| 2020-01-06 | Rollup merge of #67915 - lzutao:Self, r=Centril | Dylan DPC | -2/+2 |
| 2020-01-06 | Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisa | Dylan DPC | -0/+31 |
| 2020-01-06 | Rollup merge of #67800 - Aaron1011:fix/mir-generic-instance, r=oli-obk | Dylan DPC | -0/+34 |
| 2020-01-06 | Use Self instead of $type | Lzu Tao | -2/+2 |
| 2020-01-06 | Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomez | bors | -109/+19 |
| 2020-01-05 | rustdoc: HTML escape const values | Oliver Middleton | -0/+10 |
| 2020-01-05 | Silence `TooGeneric` error | varkor | -0/+31 |
| 2020-01-05 | Fix ICE involving calling `Instance.ty` during const evaluation | Aaron Hill | -0/+34 |
| 2020-01-05 | Rollup merge of #67881 - varkor:scattering-of-backticks, r=Centril | Dylan DPC | -99/+99 |
| 2020-01-05 | Rollup merge of #67818 - ollie27:rustdoc_playground_syntax_error, r=Guillaume... | Dylan DPC | -0/+21 |
| 2020-01-05 | Handle multiple error fix suggestions carefuly | Laurent Bonnans | -4/+24 |
| 2020-01-05 | fix ui-fulldeps fallout | Mazdak Farrokhzad | -8/+12 |
| 2020-01-04 | buffer lexer errors in rustdoc syntax checking | Andy Russell | -109/+19 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -99/+99 |
| 2020-01-04 | Omit underscore constants from rustdoc | David Tolnay | -0/+7 |
| 2020-01-04 | rustdoc: Avoid panic when parsing codeblocks for playground links | Oliver Middleton | -0/+21 |
| 2020-01-04 | Rollup merge of #67775 - mental32:master, r=Dylan-DPC | Dylan DPC | -20/+14 |
| 2020-01-04 | Rollup merge of #67709 - petrochenkov:nodedup2, r=Centril | Dylan DPC | -1/+31 |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -8/+26 |
| 2020-01-04 | Test cleanups to match #[track_caller] in panic!. | Adam Perry | -8/+26 |
| 2020-01-04 | Rollup merge of #67823 - euclio:drop-improvements, r=petrochenkov | Guillaume Gomez | -66/+115 |
| 2020-01-04 | Rollup merge of #67822 - wesleywiser:revert_67676, r=oli-obk | Guillaume Gomez | -28/+11 |
| 2020-01-04 | try to fix ui errors | Yuki Okushi | -0/+2 |
| 2020-01-04 | Rollup merge of #67835 - euclio:delimiter-wording, r=Centril | Mazdak Farrokhzad | -126/+126 |
| 2020-01-04 | Rollup merge of #67810 - crlf0710:uncommon_codepoints_lint, r=Manishearth | Mazdak Farrokhzad | -0/+44 |
| 2020-01-04 | Rollup merge of #67786 - Centril:canon-span, r=petrochenkov | Mazdak Farrokhzad | -13/+18 |
| 2020-01-04 | Rollup merge of #67773 - michalt:issue-37333-test, r=nikomatsakis | Mazdak Farrokhzad | -0/+51 |
| 2020-01-04 | Rollup merge of #66913 - VirrageS:help-self, r=varkor,Centril | Mazdak Farrokhzad | -0/+65 |
| 2020-01-03 | clarify that `Drop` can be implemented for enums and unions too | Andy Russell | -13/+23 |
| 2020-01-03 | improve generic `Drop` error messages | Andy Russell | -53/+92 |
| 2020-01-03 | Auto merge of #67829 - michaelwoerister:try-to-fix-pgo-branch-weights-test, r... | bors | -11/+19 |
| 2020-01-03 | Add a test | Vadim Petrochenkov | -0/+30 |
| 2020-01-03 | Introduce an option for disabling deduplication of diagnostics | Vadim Petrochenkov | -1/+1 |
| 2020-01-03 | tweak wording of mismatched delimiter errors | Andy Russell | -126/+126 |
| 2020-01-03 | Thank you Dylan and JohnTitor for blessing me. | mental | -4/+5 |
| 2020-01-03 | Attempt to fix intermittent failures of pgo-branch-weights test. | Michael Woerister | -11/+19 |
| 2020-01-03 | Auto merge of #67828 - JohnTitor:rollup-qmswkkl, r=JohnTitor | bors | -16/+143 |
| 2020-01-03 | Rollup merge of #67807 - lzutao:toilet-closure, r=Centril | Yuki Okushi | -3/+3 |
| 2020-01-03 | Rollup merge of #67796 - Aaron1011:fix/mir-inline-proj, r=wesleywiser | Yuki Okushi | -0/+17 |
| 2020-01-03 | Rollup merge of #67783 - LeSeulArtichaut:pattern-ref-warning, r=Centril | Yuki Okushi | -0/+78 |