| Age | Commit message (Expand) | Author | Lines |
| 2021-01-31 | Use fully qualified syntax to avoid dyn | Xavientois | -2/+22 |
| 2021-01-31 | Remove unnecessary default keyword | Xavientois | -4/+6 |
| 2021-01-31 | Remove stable annotation | Xavientois | -3/+0 |
| 2021-01-31 | Fix formatting | Xavientois | -10/+2 |
| 2021-01-31 | Add dyn for SizeHint cast | Xavientois | -1/+1 |
| 2021-01-31 | Remove exposing private trait | Xavientois | -2/+2 |
| 2021-01-31 | Fix semicolon | Xavientois | -1/+1 |
| 2021-01-31 | Add back lower_bound as memeber | Xavientois | -0/+2 |
| 2021-01-31 | Add default keyword for specialization | Xavientois | -5/+5 |
| 2021-01-31 | Fix incorrect token | Xavientois | -1/+1 |
| 2021-01-31 | Move default to trait definition | Xavientois | -6/+4 |
| 2021-01-31 | Add missing generic | Xavientois | -1/+1 |
| 2021-01-31 | Use helper trait to follow min_specialization rules | Xavientois | -4/+24 |
| 2021-01-31 | Fix implementation to specialize | Xavientois | -1/+1 |
| 2021-01-31 | Implement size_hint for BufReader | Xavientois | -2/+21 |
| 2021-01-31 | Auto merge of #81478 - sivadeilra:windows_dll_imports, r=m-ou-se | bors | -71/+95 |
| 2021-01-31 | Auto merge of #81327 - RalfJung:codegen-no-const-fail, r=oli-obk | bors | -21/+21 |
| 2021-01-31 | Auto merge of #81578 - jonas-schievink:rollup-yhiyowl, r=jonas-schievink | bors | -118/+284 |
| 2021-01-31 | Rollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomez | Jonas Schievink | -0/+4 |
| 2021-01-31 | Rollup merge of #81562 - the8472:improve-inplaceiterable-docs, r=sfackler | Jonas Schievink | -3/+5 |
| 2021-01-31 | Rollup merge of #81558 - pickfire:patch-5, r=GuillaumeGomez | Jonas Schievink | -1/+2 |
| 2021-01-31 | Rollup merge of #81550 - xfix:replace-mention-of-predecessor, r=jonas-schievink | Jonas Schievink | -4/+4 |
| 2021-01-31 | Rollup merge of #81547 - pierwill:edit-typeck-mod-docs, r=davidtwco | Jonas Schievink | -7/+7 |
| 2021-01-31 | Rollup merge of #81509 - 0yoyoyo:fix-issue-72685-ice-drop-in-place, r=estebank | Jonas Schievink | -10/+22 |
| 2021-01-31 | Rollup merge of #81491 - jryans:rustdoc-deref-ice-81395, r=GuillaumeGomez | Jonas Schievink | -7/+26 |
| 2021-01-31 | Rollup merge of #81484 - Kogia-sima:perf/optimize-udiv_1e19, r=nagisa | Jonas Schievink | -19/+36 |
| 2021-01-31 | Rollup merge of #81472 - Aaron1011:fix/revert-cursor-clone, r=petrochenkov | Jonas Schievink | -9/+41 |
| 2021-01-31 | Rollup merge of #81422 - estebank:dotdot_sugg, r=davidtwco | Jonas Schievink | -9/+17 |
| 2021-01-31 | Rollup merge of #81198 - dtolnay:partialeq, r=m-ou-se | Jonas Schievink | -6/+10 |
| 2021-01-31 | Rollup merge of #81048 - yoshuawuyts:stabilize-core-slice-fill-with, r=m-ou-se | Jonas Schievink | -3/+2 |
| 2021-01-31 | Rollup merge of #80945 - sdroege:downcast-send-sync, r=m-ou-se | Jonas Schievink | -0/+33 |
| 2021-01-31 | Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se | Jonas Schievink | -18/+19 |
| 2021-01-31 | Rollup merge of #80279 - Yaulendil:str-as-mut, r=m-ou-se | Jonas Schievink | -0/+8 |
| 2021-01-31 | Rollup merge of #80053 - gilescope:include-ignore, r=m-ou-se | Jonas Schievink | -7/+2 |
| 2021-01-31 | Rollup merge of #79285 - yoshuawuyts:stabilize-arc_mutate_strong_count, r=m-o... | Jonas Schievink | -13/+9 |
| 2021-01-31 | Rollup merge of #78044 - oberien:empty-seek, r=m-ou-se | Jonas Schievink | -2/+37 |
| 2021-01-30 | Auto merge of #81560 - flip1995:clippyup, r=Manishearth | bors | -453/+6060 |
| 2021-01-30 | impl Seek for Empty | oberien | -2/+37 |
| 2021-01-30 | Bump as_mut_str_for_str stable version. | Mara Bos | -1/+1 |
| 2021-01-30 | Auto merge of #81565 - nikic:revert, r=nagisa | bors | -19/+12 |
| 2021-01-30 | Bump stable version of arc_mutate_strong_count | Mara Bos | -2/+2 |
| 2021-01-30 | Edit rustc_typeck top-level docs | pierwill | -7/+7 |
| 2021-01-31 | Remove extra trailing spaces | Ivan Tham | -1/+1 |
| 2021-01-31 | Fix docblock short code missing end whitespaces | Ivan Tham | -0/+3 |
| 2021-01-31 | Improve docblock readability on small screen | Ivan Tham | -0/+4 |
| 2021-01-30 | Clarify that guarantees extend to other advancing iterator methods. | The8472 | -3/+5 |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -453/+6060 |
| 2021-01-30 | Auto merge of #6654 - flip1995:no_lazy_static_regex, r=flip1995 | bors | -10/+4 |
| 2021-01-31 | Fix ascii art text wrapping in mobile | Ivan Tham | -3/+1 |
| 2021-01-30 | Revert "Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum" | Nikita Popov | -19/+12 |