| Age | Commit message (Expand) | Author | Lines |
| 2020-12-19 | Auto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se | bors | -0/+70 |
| 2020-12-17 | Add `popcount` and `popcnt` as doc aliases for `count_ones` methods. | Simon Sapin | -0/+6 |
| 2020-12-09 | Fix typo in `wrapping_shl` documentation | Pratyush Mishra | -1/+1 |
| 2020-11-27 | Move {f32,f64}::clamp to core. | Mara Bos | -0/+70 |
| 2020-11-23 | Rollup merge of #76829 - tspiteri:const-int-pow, r=oli-obk | Jonas Schievink | -14/+14 |
| 2020-11-23 | const_int_pow will be stabilized in 1.50.0, not in 1.49.0 | Trevor Spiteri | -14/+14 |
| 2020-11-23 | stabilize const_int_pow | Trevor Spiteri | -14/+14 |
| 2020-11-22 | Auto merge of #79319 - m-ou-se:rollup-d9n5viq, r=m-ou-se | bors | -0/+52 |
| 2020-11-22 | Add f{32,64}::is_subnormal | ltdk | -0/+52 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -8/+4 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -0/+74 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -16/+23 |
| 2020-11-08 | Rollup merge of #78788 - jhpratt:isize-impl-fix, r=m-ou-se | Mara Bos | -3/+3 |
| 2020-11-07 | Rollup merge of #78730 - kornelski:not-inverse, r=Dylan-DPC | Yuki Okushi | -2/+6 |
| 2020-11-05 | Correct unsigned equivalent of isize to be usize | Jacob Pratt | -3/+3 |
| 2020-11-05 | Fix automatic_links warnings | Guillaume Gomez | -1/+1 |
| 2020-11-04 | Expand explanation of reverse_bits | Kornel | -2/+6 |
| 2020-11-02 | Rollup merge of #78627 - est31:total_cmp_no_superset, r=m-ou-se | Yuki Okushi | -0/+8 |
| 2020-11-01 | Point out that total_cmp is no strict superset of partial comparison | est31 | -0/+8 |
| 2020-10-28 | Inline NonZeroN::from(n) | Peter Todd | -0/+1 |
| 2020-10-26 | Apply suggested changes | Ethan Brierley | -13/+25 |
| 2020-10-26 | asci -> ASCII | Ethan Brierley | -1/+1 |
| 2020-10-26 | Small reword | Ethan Brierley | -1/+1 |
| 2020-10-26 | Fix spelling eror | Ethan Brierley | -1/+1 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -4/+8 |
| 2020-10-06 | remove OnlySign in favour of InvalidDigit | Ethan Brierley | -9/+7 |
| 2020-10-06 | Remove incorrect plural | Ethan Brierley | -2/+2 |
| 2020-10-06 | Bring char along with InvalidDigit | Ethan Brierley | -5/+5 |
| 2020-10-06 | Fill in things needed to stabilize int_error_matching | Ethan Brierley | -24/+21 |
| 2020-09-20 | Implement as_ne_bytes for floats and integers | Hoe Hao Cheng | -0/+128 |
| 2020-09-19 | Remove outdated ignored tidy comment | Lzu Tao | -2/+0 |
| 2020-09-19 | Move (u)int_impl macros to their own files | Lzu Tao | -4158/+4161 |
| 2020-09-19 | Move dummy integer modules (like core::u32) to shells dir | Lzu Tao | -0/+0 |
| 2020-09-19 | Move error structs to new mod | Lzu Tao | -162/+174 |
| 2020-09-19 | Move Wrapping<T> definition to wrapping mod | Lzu Tao | -75/+82 |
| 2020-09-19 | Move NonZero* to its file | Lzu Tao | -176/+197 |
| 2020-09-19 | Add tracking issue number for int_bits_const. | Mara Bos | -2/+2 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -25/+9 |
| 2020-09-19 | Add example/test to <int types>::BITS. | Mara Bos | -6/+26 |
| 2020-09-19 | Add `BITS` associated constant to all integer types. | Mara Bos | -0/+8 |
| 2020-09-16 | Rollup merge of #76747 - GuillaumeGomez:more-missing-libcore-code-examples, r... | Tyler Mandry | -0/+30 |
| 2020-09-16 | Prefer asm! over llvm_asm! in core | Lzu Tao | -3/+17 |
| 2020-09-15 | Add missing code examples in libcore | Guillaume Gomez | -0/+30 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -3/+3 |
| 2020-09-07 | Rollup merge of #76358 - Wilfred:patch-3, r=lcnr | Dylan DPC | -2/+2 |
| 2020-09-05 | rename MaybeUninit slice methods | Ralf Jung | -43/+69 |
| 2020-09-04 | Minor grammar fix in doc comment for soft-deprecated methods | Wilfred Hughes | -2/+2 |
| 2020-09-02 | flt2dec: properly handle uninitialized memory | Ralf Jung | -143/+221 |
| 2020-08-27 | Use intra-doc links in `core::num::dec2flt` | Camelid | -4/+0 |
| 2020-08-24 | Rollup merge of #75825 - jrheard:patch-1, r=steveklabnik | Yuki Okushi | -1/+1 |