| Age | Commit message (Expand) | Author | Lines |
| 2021-10-12 | Auto merge of #89774 - the8472:inline-mut-iter-next, r=m-ou-se | bors | -13/+7 |
| 2021-10-12 | Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrieril | bors | -92/+428 |
| 2021-10-12 | Auto merge of #89813 - the8472:rollup-f1f99mb, r=the8472 | bors | -51/+146 |
| 2021-10-12 | Rollup merge of #89809 - tmiasko:remap-real-predicate, r=michaelwoerister | the8472 | -0/+28 |
| 2021-10-12 | Rollup merge of #89800 - ehuss:update-books, r=ehuss | the8472 | -0/+0 |
| 2021-10-12 | Rollup merge of #89799 - ast-ral:ready-method-spellck, r=joshtriplett | the8472 | -1/+1 |
| 2021-10-12 | Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplett | the8472 | -0/+47 |
| 2021-10-12 | Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh... | the8472 | -1/+15 |
| 2021-10-12 | Rollup merge of #89784 - Mark-Simulacrum:delete-cache-hit-tracking, r=petroch... | the8472 | -49/+1 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+54 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -92/+428 |
| 2021-10-12 | Remap ssa RealPredicate to llvm RealPredicate | Tomasz Miąsko | -0/+28 |
| 2021-10-12 | Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplett | bors | -151/+154 |
| 2021-10-12 | Auto merge of #89769 - jkugelman:must-use-maybe-uninit-new, r=joshtriplett | bors | -0/+1 |
| 2021-10-11 | Update books | Eric Huss | -0/+0 |
| 2021-10-11 | fix minor spelling error in Poll::ready docs | ast-ral | -1/+1 |
| 2021-10-12 | Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtrip... | bors | -56/+114 |
| 2021-10-11 | Add #[must_use] to non-mutating verb methods | John Kugelman | -1/+15 |
| 2021-10-11 | Add #[must_use] to is_condition tests | John Kugelman | -0/+47 |
| 2021-10-12 | Auto merge of #89791 - matthiaskrgr:rollup-1lhxh5b, r=matthiaskrgr | bors | -183/+385 |
| 2021-10-11 | Add #[must_use] to From::from and Into::into | John Kugelman | -151/+154 |
| 2021-10-11 | Rollup merge of #89785 - nbdd0121:master, r=Mark-Simulacrum | Matthias Krüger | -2/+5 |
| 2021-10-11 | Rollup merge of #89772 - michaelwoerister:fix-function-names-test-gdb, r=Mark... | Matthias Krüger | -15/+16 |
| 2021-10-11 | Rollup merge of #89760 - jyn514:remove-incremental-hack, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2021-10-11 | Rollup merge of #89756 - jyn514:bootstrap-times, r=Mark-Simulacrum | Matthias Krüger | -2/+10 |
| 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 | Auto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakis | bors | -6/+49 |
| 2021-10-11 | use fold instead of try_fold now that .by_ref().next() has been inlined | The8472 | -13/+6 |
| 2021-10-11 | Remove built-in cache_hit tracking | Mark Rousskov | -49/+1 |
| 2021-10-11 | Fix ICE 89775 | Gary Guo | -2/+5 |
| 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 | Update library/core/src/mem/maybe_uninit.rs | John Kugelman | -1/+1 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+54 |
| 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 | inline next() on &mut Iterator impl | The8472 | -0/+1 |
| 2021-10-11 | Fix function-names test for GDB 10.1 | Michael Woerister | -15/+16 |
| 2021-10-11 | Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomez | bors | -26/+160 |
| 2021-10-11 | Add #[must_use] to MaybeUninit::new | John Kugelman | -0/+1 |
| 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 |