| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomez | Matthias Krüger | -2/+75 |
| 2021-10-11 | Rollup merge of #89675 - oli-obk:type_checker, r=davidtwco | Matthias Krüger | -81/+53 |
| 2021-10-11 | Rollup merge of #89651 - ibraheemdev:poll-ready, r=dtolnay | Matthias Krüger | -4/+97 |
| 2021-10-11 | Rollup merge of #89643 - cjgillot:overlap, r=matthewjasper | Matthias Krüger | -45/+65 |
| 2021-10-11 | Rollup merge of #89471 - nbdd0121:const3, r=fee1-dead | Matthias Krüger | -26/+64 |
| 2021-10-11 | Clarify the error descriptions | sireliah | -17/+22 |
| 2021-10-11 | Add library tracking issue for poll_ready feature | David Tolnay | -7/+7 |
| 2021-10-11 | Remove task::ready! from 1.56.0 release notes | David Tolnay | -2/+0 |
| 2021-10-11 | Split impl-with-default-fn test into a pass test and a fail test | Gary Guo | -8/+38 |
| 2021-10-11 | Use Ancestory to check default fn in const impl instead of comparing idents | Gary Guo | -18/+26 |
| 2021-10-11 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -315/+292 |
| 2021-10-11 | Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomez | bors | -26/+160 |
| 2021-10-11 | Rollup merge of #89761 - lnicola:rust-analyzer-2021-10-11, r=lnicola | Guillaume Gomez | -18/+17 |
| 2021-10-11 | Rollup merge of #89754 - dns2utf8:rustdoc_cleanup_css, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -1/+50 |
| 2021-10-11 | Rollup merge of #89743 - matthewjasper:env-log-fix, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+36 |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -2/+40 |
| 2021-10-11 | Rollup merge of #89655 - tlyu:find-non-merge-commits, r=jyn514 | Guillaume Gomez | -3/+15 |
| 2021-10-11 | Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov | bors | -72/+56 |
| 2021-10-11 | Cleanup .item-table CSS | Stefan Schindler | -1/+1 |
| 2021-10-11 | Deprecate mem_discriminant_non_enum | flip1995 | -314/+15 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -1/+277 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -11/+54 |
| 2021-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+17 |
| 2021-10-11 | Remove unnecessary variable | Clemens Wasser | -2/+1 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -62/+163 |
| 2021-10-11 | Auto merge of #89752 - matthiaskrgr:rollup-v4fgmwg, r=matthiaskrgr | bors | -151/+203 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -11/+54 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -1/+50 |
| 2021-10-11 | Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8 | Matthias Krüger | -2/+0 |
| 2021-10-11 | Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplett | Matthias Krüger | -8/+8 |
| 2021-10-11 | Rollup merge of #89707 - clemenswasser:apply_clippy_suggestions, r=Mark-Simul... | Matthias Krüger | -16/+13 |
| 2021-10-11 | Rollup merge of #89691 - Nicholas-Baron:debugger_commands, r=Mark-Simulacrum | Matthias Krüger | -125/+151 |
| 2021-10-11 | Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jsha | Matthias Krüger | -0/+16 |
| 2021-10-11 | Rollup merge of #89579 - workingjubilee:regression-test-80108, r=Mark-Simulacrum | Matthias Krüger | -0/+15 |
| 2021-10-10 | Auto merge of #89541 - workingjubilee:abbrev-shufvec-t, r=Mark-Simulacrum | bors | -358/+205 |
| 2021-10-10 | Add regression test for issue 80108 | Jubilee Young | -0/+15 |
| 2021-10-10 | Auto merge of #89739 - matthiaskrgr:rollup-kskwqy5, r=matthiaskrgr | bors | -71/+518 |
| 2021-10-10 | Fix RUSTC_LOG handling | Matthew Jasper | -1/+1 |
| 2021-10-10 | Rollup merge of #89735 - bjorn3:stabilize_proc_macro_is_available, r=petroche... | Matthias Krüger | -4/+1 |
| 2021-10-10 | Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplett | Matthias Krüger | -19/+255 |
| 2021-10-10 | Rollup merge of #89719 - jkugelman:must-use-char-escape-methods, r=joshtriplett | Matthias Krüger | -0/+6 |
| 2021-10-10 | Rollup merge of #89718 - jkugelman:must-use-is_condition-tests, r=joshtriplett | Matthias Krüger | -0/+61 |
| 2021-10-10 | Rollup merge of #89713 - nbdd0121:doc2, r=Amanieu | Matthias Krüger | -1/+1 |
| 2021-10-10 | Rollup merge of #89705 - nbdd0121:doc, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2021-10-10 | Rollup merge of #89520 - GuillaumeGomez:cache-rustdoc-gui-test, r=Mark-Simula... | Matthias Krüger | -1/+1 |
| 2021-10-10 | Rollup merge of #89438 - pierwill:prefix-free-hash, r=Amanieu | Matthias Krüger | -0/+12 |
| 2021-10-10 | Rollup merge of #89428 - DevinR528:reachable-featuregate, r=Nadrieril,camelid | Matthias Krüger | -20/+154 |
| 2021-10-10 | Rollup merge of #88713 - falk-hueffner:int-log10-documentation-fixes, r=scottmcm | Matthias Krüger | -25/+24 |