| Age | Commit message (Expand) | Author | Lines |
| 2022-05-28 | Corrected EBNF grammar for from_str | Isaac Chen | -1/+0 |
| 2022-05-23 | Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPC | Dylan DPC | -2/+4 |
| 2022-05-15 | Rename `eq_ignore_case` to `starts_with_ignore_case` | gabriel-doriath-dohler | -4/+4 |
| 2022-05-13 | Remove some unnecessary `rustc_allow_const_fn_unstable` attributes. | Nicholas Nethercote | -1/+0 |
| 2022-05-09 | Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplett | Matthias Krüger | -38/+120 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -110/+62 |
| 2022-05-04 | Update `int_roundings` methods from feedback | Jacob Pratt | -10/+32 |
| 2022-05-02 | Fix nits | Pyry Kontio | -8/+8 |
| 2022-05-02 | Rollup merge of #96567 - alex-semenyuk:fix_docs_for_logs_func, r=Mark-Simulacrum | Yuki Okushi | -6/+6 |
| 2022-04-29 | Fix documentation for log functions int | alexey semenyuk | -3/+3 |
| 2022-04-29 | Fix documentation for log functions unsigned int | alexey semenyuk | -3/+3 |
| 2022-04-23 | Auto merge of #95971 - workingjubilee:no-weird-fp-in-const, r=oli-obk | bors | -18/+298 |
| 2022-04-22 | Remove unnecessary const-time x87-related checks | Jubilee Young | -32/+16 |
| 2022-04-22 | Fix comments for float classify | Jubilee Young | -5/+11 |
| 2022-04-16 | Document the numeric value returned by string parsing for floats | Matthew Woodcraft | -2/+4 |
| 2022-04-15 | Make some `usize`-typed masks definition agnostic to the size of `usize` | Eduardo Sánchez Muñoz | -0/+21 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -110/+62 |
| 2022-04-12 | Fix spelling in docs for can_not_overflow | wcampbell | -1/+1 |
| 2022-04-12 | Ban subnormals and NaNs in const {from,to}_bits | Jubilee Young | -8/+211 |
| 2022-04-12 | Rectify float classification impls for weird FPUs | Jubilee Young | -16/+103 |
| 2022-04-12 | Auto merge of #95399 - gilescope:plan_b, r=scottmcm | bors | -37/+65 |
| 2022-04-10 | No need to use Default | Giles Cope | -3/+3 |
| 2022-04-10 | Use Add, Sub, Mul traits instead of unsafe | Giles Cope | -40/+20 |
| 2022-04-08 | Use bitwise XOR in to_ascii_uppercase | Redzic | -2/+2 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -18/+0 |
| 2022-04-04 | from_u32(0) can just be default() | Giles Cope | -15/+10 |
| 2022-04-04 | Stabilize total_cmp | Pyry Kontio | -4/+2 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -1/+5 |
| 2022-04-02 | need guidence on testing | Giles Cope | -9/+20 |
| 2022-04-02 | incorporating feedback | Giles Cope | -34/+42 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -8/+8 |
| 2022-03-31 | Re-introduce "propagating NaN" to `maximum`/`minimum`, add "ignoring NaN" to ... | Pyry Kontio | -8/+20 |
| 2022-03-31 | Add references to explanation about portability to f{32,64}::{from,to}_{be,le... | Pyry Kontio | -0/+36 |
| 2022-03-31 | Fix: is_sign_positive -> is_sign_negative | Pyry Kontio | -2/+2 |
| 2022-03-31 | Improve floating point documentation: | Pyry Kontio | -34/+68 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -18/+18 |
| 2022-03-29 | Add debug assertions to some unsafe functions | Ben Kimock | -1/+5 |
| 2022-03-28 | Inline u8::is_utf8_char_boundary | Konrad Borowski | -0/+1 |
| 2022-03-26 | Using macro to avoid performance hit (thanks LingMan) | gilescope | -7/+13 |
| 2022-03-26 | Update library/core/src/num/mod.rs | Squirrel | -1/+1 |
| 2022-03-26 | Better explanation | Giles Cope | -6/+7 |
| 2022-03-26 | Update library/core/src/num/mod.rs | Squirrel | -1/+5 |
| 2022-03-26 | removed likely | Giles Cope | -3/+1 |
| 2022-03-26 | Update library/core/src/num/mod.rs | Squirrel | -2/+2 |
| 2022-03-26 | Update library/core/src/num/mod.rs | Squirrel | -2/+2 |
| 2022-03-26 | add likely and clearer comments | Giles Cope | -3/+13 |
| 2022-03-26 | faster parsing when not possible to overflow | Giles Cope | -35/+50 |
| 2022-03-24 | Auto merge of #94517 - aDotInTheVoid:inline_wrapping_next_power_two, r=yaahc | bors | -0/+1 |
| 2022-03-21 | Add u16::is_utf16_surrogate | ltdk | -0/+25 |
| 2022-03-12 | Use `Self::BITS` in `log2` implementation | Nikolai Vazquez | -1/+1 |