| Age | Commit message (Expand) | Author | Lines |
| 2025-01-26 | Put all coretests in a separate crate | bjorn3 | -5283/+0 |
| 2025-01-24 | Remove a bunch of emscripten test ignores | bjorn3 | -31/+29 |
| 2024-12-27 | Tidy up bigint mul methods | ltdk | -6/+119 |
| 2024-10-26 | Add test for all midpoint expectations | Urgau | -0/+55 |
| 2024-10-26 | Round negative signed integer towards zero in `iN::midpoint` | Urgau | -2/+2 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -2/+2 |
| 2024-10-14 | Run most core::num tests in const context too | ltdk | -525/+504 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -5/+5 |
| 2024-08-31 | Improve documentation for <integer>::from_str_radix | Kappa322 | -0/+2 |
| 2024-08-31 | Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35 | Matthias Krüger | -13/+5 |
| 2024-08-28 | Improve `isqrt` tests and add benchmarks | Chai T. Rex | -32/+249 |
| 2024-08-28 | Enable some ilog2 tests as well | Ben Kimock | -13/+5 |
| 2024-08-25 | Remove cfg(test) from library/core | Ben Kimock | -655/+649 |
| 2024-08-20 | Change neutral element of <fNN as iter::Sum> to neg_zero | Arthur Carcano | -0/+28 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+10 |
| 2024-07-23 | add `is_multiple_of` for unsigned integer types | Folkert | -0/+8 |
| 2024-06-21 | Rollup merge of #126613 - tgross35:log-test-update, r=cuviper | Matthias Krüger | -13/+13 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-17 | Print the tested value in int_log tests | Trevor Gross | -13/+13 |
| 2024-06-02 | Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472 | Jubilee | -3/+26 |
| 2024-06-01 | Change f32::midpoint to upcast to f64 | RustyYato | -3/+26 |
| 2024-03-30 | Make {integer}::from_str_radix constant | George Bateman | -0/+10 |
| 2023-12-10 | remove redundant imports | surechen | -5/+0 |
| 2023-10-22 | use visibility to check unused imports and delete some stmts | bohan | -2/+0 |
| 2023-09-28 | isqrt: disable long running tests in Miri | Federico Stra | -0/+8 |
| 2023-09-26 | isqrt: add more tests | Federico Stra | -0/+32 |
| 2023-09-22 | isqrt: add tests | Federico Stra | -0/+21 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -3/+105 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -1/+1 |
| 2023-04-26 | Implement midpoint for all floating point f32 and f64 | Loïc BRANSTETT | -3/+53 |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+52 |
| 2023-04-26 | Spelling library/ | Josh Soref | -1/+1 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -0/+2 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -0/+2 |
| 2023-04-16 | Remove unused unused_macros | est31 | -1/+0 |
| 2023-04-10 | remove obsolete test | Tobias Decking | -11/+0 |
| 2023-04-10 | Improve the floating point parser in `dec2flt`. | Tobias Decking | -1/+1 |
| 2023-01-21 | Remove unnecessary `&format!` | Nikolai Vazquez | -1/+1 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -4/+2 |
| 2022-11-16 | Auto merge of #102935 - ajtribick:display-float-0.5-fixed-0, r=scottmcm | bors | -2/+2 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Rollup merge of #102578 - lukas-code:ilog-panic, r=m-ou-se | Dylan DPC | -0/+30 |
| 2022-10-11 | Fix inconsistent rounding of 0.5 when formatted to 0 decimal places | Andrew Tribick | -2/+2 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -2/+0 |
| 2022-10-02 | add tests for panicking integer logarithms | Lukas Markeffsky | -0/+30 |
| 2022-09-09 | Auto merge of #93873 - Stovent:big-ints, r=m-ou-se | bors | -0/+48 |
| 2022-08-09 | Rename integer log* methods to ilog* | Eric Holk | -78/+78 |
| 2022-05-30 | Implement carrying_add and borrowing_sub on signed numbers | Stovent | -0/+48 |
| 2022-05-04 | Update `int_roundings` methods from feedback | Jacob Pratt | -14/+14 |
| 2022-04-18 | Remove unused macro rules | est31 | -12/+0 |