| Age | Commit message (Expand) | Author | Lines |
| 2024-01-19 | Rollup merge of #118665 - dtolnay:signedness, r=Nilstrieb | Matthias Krüger | -1265/+1211 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -2/+1 |
| 2024-01-17 | Change return type of unstable `Waker::noop()` from `Waker` to `&Waker`. | Kevin Reid | -5/+12 |
| 2024-01-16 | Un-hide `iter::repeat_n` | Scott McMurray | -2/+0 |
| 2024-01-16 | Suggest less bug-prone construction of Duration in docs | Ben Wiederhake | -0/+5 |
| 2024-01-16 | Rename `pointer` field on `Pin` | LegionMammal978 | -20/+26 |
| 2024-01-16 | Auto merge of #120025 - matthiaskrgr:rollup-e9ai06k, r=matthiaskrgr | bors | -15/+80 |
| 2024-01-16 | Rollup merge of #119990 - reitermarkus:nonzero-type-alias, r=dtolnay | Matthias Krüger | -12/+79 |
| 2024-01-16 | Rollup merge of #118361 - Dylan-DPC:80626/stab/bound-map, r=Amanieu | Matthias Krüger | -3/+1 |
| 2024-01-16 | Auto merge of #119954 - scottmcm:option-unwrap-failed, r=WaffleLapkin | bors | -2/+10 |
| 2024-01-15 | Revert unrelated changes from PR 119990 | David Tolnay | -3/+3 |
| 2024-01-15 | Add private `NonZero<T>` type alias. | Markus Reiter | -15/+82 |
| 2024-01-15 | Auto merge of #119878 - scottmcm:inline-always-unwrap, r=workingjubilee | bors | -1/+1 |
| 2024-01-14 | Unbreak tidy's feature parser | David Tolnay | -52/+31 |
| 2024-01-14 | Move BITS into omnibus impl block | David Tolnay | -37/+14 |
| 2024-01-14 | Move signed MIN and MAX into signedness_dependent_methods | David Tolnay | -52/+35 |
| 2024-01-14 | Move unsigned MIN and MAX into signedness_dependent_methods | David Tolnay | -43/+26 |
| 2024-01-14 | Move is_power_of_two into unsigned part of signedness_dependent_methods | David Tolnay | -40/+28 |
| 2024-01-14 | Move nonzero_unsigned_signed_operations methods into the omnibus impl block | David Tolnay | -225/+201 |
| 2024-01-14 | Work around rustfmt doc attribute indentation bug | David Tolnay | -0/+1 |
| 2024-01-14 | Unindent nonzero_integer_signedness_dependent_methods macro body | David Tolnay | -589/+589 |
| 2024-01-14 | Move signedness dependent methods into the omnibus impl block | David Tolnay | -35/+30 |
| 2024-01-14 | Move Neg impl into the macro that generates Div and Rem | David Tolnay | -20/+20 |
| 2024-01-14 | Split out `option::unwrap_failed` like we have `result::unwrap_failed` | Scott McMurray | -2/+10 |
| 2024-01-14 | Move leading_zeros and trailing_zeros methods into nonzero_integer macro | David Tolnay | -71/+75 |
| 2024-01-14 | Unindent nonzero_integer_impl_div_rem macro body | David Tolnay | -21/+21 |
| 2024-01-14 | Move impl Div and Rem into nonzero_integer macro | David Tolnay | -14/+9 |
| 2024-01-14 | Move 'impl FromStr for NonZero' into nonzero_integer macro | David Tolnay | -9/+2 |
| 2024-01-14 | Format nonzero_integer macro calls same way we do the primitive int impls | David Tolnay | -20/+59 |
| 2024-01-14 | Unindent nonzero_integer macro body | David Tolnay | -139/+139 |
| 2024-01-14 | Define only a single NonZero type per macro call | David Tolnay | -6/+39 |
| 2024-01-14 | Move nonzero_integers macro call to bottom of module | David Tolnay | -15/+15 |
| 2024-01-14 | Add note on SpecOptionPartialEq to `newtype_index` | clubby789 | -0/+1 |
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -9/+12 |
| 2024-01-13 | Rollup merge of #119902 - asquared31415:patch-1, r=the8472 | Matthias Krüger | -3/+3 |
| 2024-01-12 | update fn pointer trait impl docs | asquared31415 | -8/+2 |
| 2024-01-12 | fix typo in `fn()` docs | asquared31415 | -3/+3 |
| 2024-01-12 | Auto merge of #119452 - AngelicosPhosphoros:make_nonzeroint_get_assume_nonzer... | bors | -4/+18 |
| 2024-01-12 | Tune the inlinability of `Result::unwrap` | Scott McMurray | -1/+1 |
| 2024-01-12 | Auto merge of #119430 - NCGThompson:int-pow-bench, r=cuviper | bors | -0/+100 |
| 2024-01-11 | Reduced amount of int_pow benches | Nicholas Thompson | -730/+43 |
| 2024-01-11 | Rollup merge of #119853 - klensy:rustfmt-ignore, r=cuviper | Matthias Krüger | -75/+111 |
| 2024-01-11 | Waker::will_wake: Compare vtable address instead of its content | Tomasz Miąsko | -1/+3 |
| 2024-01-11 | Edited int_pow micro-benchmarks | Nicholas Thompson | -103/+339 |
| 2024-01-11 | Added int_pow micro-benchmarks | Nicholas Thompson | -0/+551 |
| 2024-01-11 | rint: further doc tweaks | Ralf Jung | -4/+6 |
| 2024-01-11 | apply fmt | klensy | -75/+111 |
| 2024-01-11 | Make is_global/is_unicast_global special address handling complete | Jakub Stasiak | -4/+22 |
| 2024-01-10 | Implement in-place iteratation markers for iter::{Copied, Cloned} | The8472 | -4/+45 |
| 2024-01-10 | bench trustedrandomaccess specialization in zip | The8472 | -0/+13 |