| Age | Commit message (Expand) | Author | Lines |
| 2020-07-02 | Rollup merge of #73938 - nbdd0121:checked_opt, r=nagisa | Manish Goregaokar | -27/+43 |
| 2020-07-01 | Optimise fast path of checked_ops with `unlikely` | Gary Guo | -27/+43 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -3/+0 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 3 | LeSeulArtichaut | -9/+29 |
| 2020-06-29 | Auto merge of #73032 - yoshuawuyts:stabilize-leading_trailing_ones, r=Amanieu | bors | -12/+12 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -3/+3 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -37/+36 |
| 2020-06-11 | Update src/libcore/num/mod.rs | Amanieu d'Antras | -2/+2 |
| 2020-06-10 | Fix doctest template | Mihail Malo | -1/+2 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -37/+36 |
| 2020-06-05 | stabilize leading_trailing_ones | Yoshua Wuyts | -12/+12 |
| 2020-06-01 | Add associated consts MIN/MAX for Wrapping<Int> | Lzu Tao | -12/+4 |
| 2020-05-26 | Add tracing issue for total_cmp | Pyry Kontio | -2/+2 |
| 2020-05-26 | Fix the same typos again orz | Pyry Kontio | -4/+4 |
| 2020-05-26 | Add bit twiddling | Pyry Kontio | -15/+19 |
| 2020-05-26 | remove unneeded and unidiomatic must_use | Pyry Kontio | -2/+0 |
| 2020-05-26 | Fix typo in src/libcore/num/f32.rs | Pyry Kontio | -1/+1 |
| 2020-05-26 | Fix typo in src/libcore/num/f32.rs | Pyry Kontio | -1/+1 |
| 2020-05-25 | Add total_cmp to f32 and f64, plus tests | Pyry Kontio | -0/+146 |
| 2020-05-19 | Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnay | Dylan DPC | -6/+4 |
| 2020-05-16 | Rollup merge of #72224 - lzutao:links, r=Dylan-DPC | Dylan DPC | -8/+8 |
| 2020-05-15 | Auto merge of #69659 - CAD97:step-rework-take-3, r=Amanieu | bors | -0/+102 |
| 2020-05-15 | doc: add links to rotate_(left|right) | Lzu Tao | -8/+8 |
| 2020-05-10 | doc: minus (U+2212) instead of dash (U+002D) for negative infinity | Trevor Spiteri | -2/+2 |
| 2020-05-05 | Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnay | Dylan DPC | -2/+318 |
| 2020-05-04 | Stabilize saturating_abs and saturating_neg | Tobias Rapp | -6/+4 |
| 2020-05-04 | Use f64 in f64 examples | Steve Klabnik | -2/+2 |
| 2020-05-04 | Add examples to int macros | Steve Klabnik | -2/+24 |
| 2020-05-04 | f64 examples | Steve Klabnik | -0/+147 |
| 2020-05-04 | correct -> intended | Steve Klabnik | -14/+14 |
| 2020-05-04 | add some whitespace | Steve Klabnik | -0/+7 |
| 2020-05-04 | Add examples for std::f32 constants. | Steve Klabnik | -0/+140 |
| 2020-04-26 | Fix since attribute for nonzero_bitor impl's | Jonas Platte | -5/+5 |
| 2020-04-25 | Rollup merge of #69813 - thomcc:nonzero-bitor, r=Amanieu | Dylan DPC | -0/+52 |
| 2020-04-20 | Use assoc float consts instead of module level | Linus Färnstrand | -5/+4 |
| 2020-04-20 | Define module level int consts from assoc consts | Linus Färnstrand | -2/+2 |
| 2020-04-20 | Stop accessing module level int consts via crate::<Ty> | Linus Färnstrand | -1/+0 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -4/+4 |
| 2020-04-08 | Add inherent impls for unchecked math intrinsics | CAD97 | -0/+102 |
| 2020-04-05 | Make libcore float constant examples similar to libstd | Linus Färnstrand | -12/+4 |
| 2020-04-03 | Make documentation examples use new integer assoc consts | Linus Färnstrand | -3/+3 |
| 2020-04-03 | Rollup merge of #70708 - Pocakking:fix-ascii-case-conv-typo, r=sfackler | Mazdak Farrokhzad | -2/+2 |
| 2020-04-02 | Fix typo in u8::to_ascii_uppercase and u8::to_ascii_lowercase | Pocakking | -2/+2 |
| 2020-03-29 | Stabilize float::to_int_unchecked | Mark Rousskov | -14/+10 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -2/+2 |
| 2020-03-13 | update stable-since version for const_int_conversion | Trevor Spiteri | -12/+12 |
| 2020-03-11 | Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obk | Mazdak Farrokhzad | -16/+48 |
| 2020-03-07 | Implement BitOr and BitOrAssign for the NonZero integer types | Thom Chiovoloni | -0/+52 |
| 2020-03-04 | Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay | bors | -210/+255 |
| 2020-02-26 | Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnay | Dylan DPC | -17/+15 |