| Age | Commit message (Expand) | Author | Lines |
| 2021-09-07 | Improve docs for int_log | Falk Hüffner | -25/+24 |
| 2021-09-07 | Fix docs for `uX::checked_next_multiple_of` | Jacob Pratt | -1/+2 |
| 2021-09-06 | String.split_terminator: Add an example when using a slice of chars | Sylvestre Ledru | -0/+6 |
| 2021-09-06 | Suggest deriving traits if possible | Paul Trojahn | -0/+6 |
| 2021-09-05 | Change return type for T::{log,log2,log10} to u32. The value is at | Falk Hüffner | -35/+29 |
| 2021-09-05 | Auto merge of #88469 - patrick-gu:master, r=dtolnay | bors | -11/+13 |
| 2021-09-04 | Clarify what “a container” is in `FromIterator<Option<A>> for Option<V>` ... | Kevin Reid | -2/+2 |
| 2021-09-04 | Add sentence punctuation and links in `Option` docs. | Kevin Reid | -5/+5 |
| 2021-09-04 | “Moves” instead of “copies” in `<Option<T> as From<T>>::from` doc. | Kevin Reid | -1/+1 |
| 2021-09-03 | Fix accidentally deleted part | patrick-gu | -1/+1 |
| 2021-09-03 | Add a missing backtick | patrick-gu | -1/+1 |
| 2021-09-03 | Remove excessive linking | patrick-gu | -36/+34 |
| 2021-09-03 | Rollup merge of #88610 - m-ou-se:array-into-iter-docs, r=Amanieu | Mara Bos | -2/+7 |
| 2021-09-03 | Rollup merge of #88579 - ast-ral:master, r=m-ou-se | Mara Bos | -4/+0 |
| 2021-09-03 | Rollup merge of #88507 - atsuzaki:slice-fill-maybeuninit-test, r=RalfJung | Mara Bos | -0/+8 |
| 2021-09-03 | Rollup merge of #88202 - azdavis:master, r=jyn514 | Mara Bos | -0/+12 |
| 2021-09-03 | Update outdated docs of array::IntoIter::new. | Mara Bos | -2/+7 |
| 2021-09-02 | Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplett | Mara Bos | -0/+346 |
| 2021-09-02 | Rollup merge of #88560 - klensy:formatter-pad-shrink, r=m-ou-se | Mara Bos | -12/+17 |
| 2021-09-02 | Rollup merge of #88505 - ibraheemdev:use-unwrap-unchecked, r=kennytm | Mara Bos | -10/+4 |
| 2021-09-02 | Add "!" doc alias for `std::ops::Not` | Frank Steffahn | -0/+1 |
| 2021-09-02 | Implement #88581 | Jacob Pratt | -0/+346 |
| 2021-09-01 | remove redundant / misplaced sentence from docs | ast-ral | -4/+0 |
| 2021-09-02 | Auto merge of #83342 - Count-Count:win-console-incomplete-utf8, r=m-ou-se | bors | -1/+1 |
| 2021-09-01 | fix clippy lints | klensy | -3/+3 |
| 2021-09-01 | `fmt::Formatter::pad`: don't call chars().count() more than one time | klensy | -9/+14 |
| 2021-09-01 | Rollup merge of #88551 - inquisitivecrystal:unsafe_cell_raw_get, r=m-ou-se | Mara Bos | -3/+34 |
| 2021-08-31 | Add a few tests for `UnsafeCell` | inquisitivecrystal | -0/+32 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -19/+12 |
| 2021-08-31 | Stabilize `UnsafeCell::raw_get()` | inquisitivecrystal | -3/+2 |
| 2021-08-31 | Rollup merge of #85017 - clarfonthey:carrying_widening, r=m-ou-se | Mara Bos | -0/+202 |
| 2021-08-31 | Move to the top of file | Katherine Philip | -2/+1 |
| 2021-08-30 | Expand documentation for `FpCategory`. | Kevin Reid | -4/+22 |
| 2021-08-30 | Add test case for using `slice::fill` with MaybeUninit | Katherine Philip | -0/+9 |
| 2021-08-30 | use `unwrap_unchecked` where possible | ibraheemdev | -10/+4 |
| 2021-08-29 | Adding examples to docs of std::time module | João M. Bezerra | -5/+12 |
| 2021-08-29 | Add links in docs for some primitive types | patrick-gu | -43/+47 |
| 2021-08-29 | const fn for option copied, take & replace + tests | Lamb | -7/+30 |
| 2021-08-28 | Auto merge of #87921 - kellerkindt:master, r=kennytm | bors | -0/+1044 |
| 2021-08-28 | Unimpl Shl{Assign} for signed Saturating types until the correct impl is clear | Michael Watzko | -59/+63 |
| 2021-08-28 | Fix mentions of wrapping operations | Michael Watzko | -2/+2 |
| 2021-08-28 | Use wrapping shift for unsigned types | Michael Watzko | -2/+2 |
| 2021-08-27 | Remove ignore-tidy-undocumented-unsafe from core::slice::sort | Mariano Casco | -2/+23 |
| 2021-08-26 | Add carrying_add, borrowing_sub, widening_mul, carrying_mul methods to integers | ltdk | -0/+202 |
| 2021-08-26 | Fix documentation in Cell | Joshua Liebow-Feeser | -1/+1 |
| 2021-08-26 | Partially stabilize `array_methods` | Jacob Pratt | -3/+3 |
| 2021-08-26 | Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisa | bors | -7/+4 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -7/+4 |
| 2021-08-25 | Rollup merge of #88291 - mdsn:partition-in-blocks-safety, r=Mark-Simulacrum | Léo Lanteri Thauvin | -0/+26 |
| 2021-08-25 | Rollup merge of #88273 - jhpratt:update-iterator-docs, r=jyn514 | Léo Lanteri Thauvin | -4/+4 |