| Age | Commit message (Expand) | Author | Lines |
| 2021-10-15 | Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-se | bors | -2/+30 |
| 2021-10-15 | Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytm | bors | -13/+85 |
| 2021-10-14 | Rollup merge of #89878 - GuillaumeGomez:add-missing-cfg-hide, r=notriddle | Matthias Krüger | -1/+10 |
| 2021-10-14 | Rollup merge of #89873 - askoufis:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-10-14 | Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett | Matthias Krüger | -9/+19 |
| 2021-10-14 | don't duplicate slice `panic_bounds_check` | Ibraheem Ahmed | -10/+4 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -0/+71 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -1/+10 |
| 2021-10-14 | Fix const stability | Deadbeef | -0/+2 |
| 2021-10-14 | Avoid tupling at the callee | Deadbeef | -6/+6 |
| 2021-10-14 | Add missing word to `FromStr` trait docs | Adam Skoufis | -1/+1 |
| 2021-10-13 | Rollup merge of #89670 - yoshuawuyts:available-parallelism-docs, r=joshtriplett | Matthias Krüger | -20/+57 |
| 2021-10-13 | Improve `std::thread::available_parallelism` docs | Yoshua Wuyts | -20/+57 |
| 2021-10-13 | Rollup merge of #89817 - m-ou-se:int-log-10-inline, r=the8472 | Yuki Okushi | -0/+12 |
| 2021-10-13 | Rollup merge of #89814 - jkugelman:must-use-string-transforms-typo, r=joshtri... | Yuki Okushi | -1/+1 |
| 2021-10-13 | Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett | Yuki Okushi | -2/+38 |
| 2021-10-13 | Rollup merge of #89781 - Wilfred:patch-2, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-10-12 | Auto merge of #89774 - the8472:inline-mut-iter-next, r=m-ou-se | bors | -13/+7 |
| 2021-10-12 | Add #[inline] to int log10 functions. | Mara Bos | -0/+12 |
| 2021-10-12 | Fix uppercase/lowercase error | John Kugelman | -1/+1 |
| 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 #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+54 |
| 2021-10-12 | Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplett | bors | -0/+2 |
| 2021-10-12 | Auto merge of #89769 - jkugelman:must-use-maybe-uninit-new, r=joshtriplett | bors | -0/+1 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -0/+69 |
| 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-11 | Add #[must_use] to to_value conversions | John Kugelman | -2/+38 |
| 2021-10-11 | Add #[must_use] to From::from and Into::into | John Kugelman | -0/+2 |
| 2021-10-11 | Rollup merge of #89785 - nbdd0121:master, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2021-10-11 | Rollup merge of #89651 - ibraheemdev:poll-ready, r=dtolnay | Matthias Krüger | -2/+97 |
| 2021-10-11 | use fold instead of try_fold now that .by_ref().next() has been inlined | The8472 | -13/+6 |
| 2021-10-11 | add slice::swap tests | Ibraheem Ahmed | -0/+39 |
| 2021-10-11 | improve slice::swap panic message | Ibraheem Ahmed | -4/+15 |
| 2021-10-11 | use `swap_unchecked` in `slice::reverse` | ibraheemdev | -5/+1 |
| 2021-10-11 | enable `slice_swap_unchecked` feature in doc test | ibraheemdev | -0/+2 |
| 2021-10-11 | add `slice::swap_unchecked` | ibraheemdev | -8/+38 |
| 2021-10-11 | Fix ICE 89775 | Gary Guo | -1/+2 |
| 2021-10-11 | Add missing words in `Infallible` docs | Wilfred Hughes | -1/+1 |
| 2021-10-11 | Add library tracking issue for poll_ready feature | David Tolnay | -7/+7 |
| 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 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -0/+1 |
| 2021-10-11 | inline next() on &mut Iterator impl | The8472 | -0/+1 |
| 2021-10-11 | Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomez | bors | -1/+124 |
| 2021-10-11 | Add #[must_use] to MaybeUninit::new | John Kugelman | -0/+1 |