| Age | Commit message (Expand) | Author | Lines |
| 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 #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/+271 |
| 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/+271 |
| 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/+2 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -18/+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-30 | Expand documentation for `FpCategory`. | Kevin Reid | -4/+22 |
| 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/+17 |
| 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 |
| 2021-08-25 | Rollup merge of #88223 - scottmcm:fix-alias, r=yaahc | Léo Lanteri Thauvin | -15/+9 |
| 2021-08-25 | Rollup merge of #87944 - oconnor663:as_array_of_cells, r=scottmcm | Léo Lanteri Thauvin | -0/+20 |
| 2021-08-24 | Add SAFETY comments to core::slice::sort::partition_in_blocks | Mariano Casco | -0/+26 |
| 2021-08-23 | Fix references to `ControlFlow` in docs | Jacob Pratt | -4/+4 |
| 2021-08-23 | Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay | bors | -4/+50 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -10/+10 |
| 2021-08-23 | add Cell::as_array_of_cells, similar to Cell::as_slice_of_cells | Jack O'Connor | -0/+20 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -5/+5 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |