| Age | Commit message (Expand) | Author | Lines |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 2021-08-22 | Auto merge of #88122 - Seppel3210:master, r=dtolnay | bors | -8/+10 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -15/+9 |
| 2021-08-20 | Add an example for deriving PartialOrd on enums | Ariel Davis | -0/+12 |
| 2021-08-19 | Simplify saturating_div | Michael Watzko | -8/+3 |
| 2021-08-19 | Simplify Div impl for Saturating by using saturating_div | Michael Watzko | -37/+31 |
| 2021-08-19 | Add saturating_div to unsigned integer types | Michael Watzko | -0/+30 |
| 2021-08-19 | Add doctests to and fix saturating_div for signed integer types | Michael Watzko | -9/+22 |
| 2021-08-19 | Add and use saturating_div instead of impl inside Saturating | Michael Watzko | -10/+27 |
| 2021-08-19 | Saturate negative division | Michael Watzko | -13/+46 |
| 2021-08-18 | Rollup merge of #88031 - ibraheemdev:build-hasher-object-safe, r=m-ou-se | Guillaume Gomez | -1/+4 |
| 2021-08-17 | Fix example in `Extend<(A, B)>` impl | Sebastian Widua | -8/+10 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -12/+25 |
| 2021-08-16 | Get piece unchecked in write | Cameron Steffen | -3/+8 |
| 2021-08-16 | Make Arguments constructors unsafe | Cameron Steffen | -1/+42 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -0/+4 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -0/+4 |
| 2021-08-15 | Allow the use of the deprecated llvm_asm! in black_box | Amanieu d'Antras | -0/+1 |
| 2021-08-15 | Deprecate llvm_asm! | Amanieu d'Antras | -0/+4 |
| 2021-08-15 | Auto merge of #87974 - steffahn:slice_split_size_hints, r=dtolnay | bors | -8/+25 |
| 2021-08-14 | make `BuildHasher` object safe | ibraheemdev | -1/+4 |
| 2021-08-12 | Auto merge of #87916 - nbdd0121:black_box, r=nagisa | bors | -12/+14 |
| 2021-08-12 | Test and fix size_hint for slice's [r]split* iterators | Frank Steffahn | -8/+25 |
| 2021-08-12 | Implement `black_box` using intrinsic | Gary Guo | -12/+14 |
| 2021-08-12 | Implement Neg only for signed Saturating types | Michael Watzko | -11/+11 |
| 2021-08-12 | Add naive remainder impl to Saturating | Michael Watzko | -1/+22 |
| 2021-08-12 | Add naive shift implementation to Saturating | Michael Watzko | -1/+158 |
| 2021-08-12 | Replace doc test with doc macro call | Michael Watzko | -1/+1 |
| 2021-08-12 | Like in Wrapping use shift in doctest | Michael Watzko | -2/+2 |
| 2021-08-12 | Remove mentioning of modular arithmetic | Michael Watzko | -3/+2 |
| 2021-08-12 | Make all the impls for Staturating unstable saturating_int_impl | Michael Watzko | -33/+33 |
| 2021-08-12 | Rollup merge of #85835 - Seppel3210:master, r=yaahc | Yuki Okushi | -22/+69 |
| 2021-08-11 | Auto merge of #87892 - rust-lang:spec-fill-size-one-bye, r=the8472 | bors | -14/+2 |
| 2021-08-11 | Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcm | Yuki Okushi | -0/+27 |
| 2021-08-11 | Rollup merge of #86840 - usbalbin:const_from, r=oli-obk | Yuki Okushi | -5/+11 |
| 2021-08-10 | Fix missed tests | Michael Watzko | -10/+7 |
| 2021-08-10 | Rustfmt | Michael Watzko | -1/+0 |
| 2021-08-10 | Remove unused macros | Michael Watzko | -33/+0 |
| 2021-08-10 | Add Saturating type (based on Wrapping type) | Michael Watzko | -0/+818 |
| 2021-08-09 | Reword description of automatic impls of `Unsize`. | Kevin Reid | -11/+9 |
| 2021-08-09 | Remove size_of == 1 case from `fill` specialization. | Mara Bos | -14/+2 |
| 2021-08-09 | Added tracking issue to unstable attribute | Chase Wilson | -1/+1 |
| 2021-08-09 | Enabled unzip_option feature for core tests & unzip docs | Chase Wilson | -0/+2 |
| 2021-08-09 | Added the `Option::unzip()` method | Chase Wilson | -0/+25 |
| 2021-08-08 | Make `<[T]>::split_at_unchecked` and `<[T]>::split_at_mut_unchecked` public | Waffle | -4/+4 |
| 2021-08-08 | Auto merge of #87827 - eddyb:wrapperless-mem-replace, r=m-ou-se | bors | -0/+7 |
| 2021-08-08 | Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`. | Eduard-Mihai Burtescu | -0/+7 |
| 2021-08-07 | impl const From<num> for num | Albin Hedman | -5/+11 |
| 2021-08-07 | Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked | Frank Steffahn | -1/+1 |