| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-12 | Auto merge of #95399 - gilescope:plan_b, r=scottmcm | bors | -1/+70 |
| 2022-04-11 | better def of is signed in tests. | Giles Cope | -8/+2 |
| 2022-04-10 | Use Add, Sub, Mul traits instead of unsafe | Giles Cope | -1/+31 |
| 2022-04-04 | from_u32(0) can just be default() | Giles Cope | -1/+46 |
| 2022-03-31 | skip slow int_log tests in Miri | Ralf Jung | -0/+10 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -7/+7 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -0/+10 |
| 2022-01-10 | Simplification of BigNum::bit_length | Christopher Swenson | -0/+35 |
| 2021-11-22 | Revert "Temporarily rename int_roundings functions to avoid conflicts" | Jacob Pratt | -22/+22 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+61 |
| 2021-10-12 | Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtrip... | bors | -0/+3 |
| 2021-09-22 | Temporarily rename int_roundings functions to avoid conflicts | Josh Triplett | -22/+22 |
| 2021-09-09 | Speed up integer log10. | Falk Hüffner | -0/+3 |
| 2021-09-05 | Change return type for T::{log,log2,log10} to u32. The value is at | Falk Hüffner | -11/+11 |
| 2021-09-02 | Implement #88581 | Jacob Pratt | -0/+74 |
| 2021-08-07 | Add test for int to float | Albin Hedman | -0/+4 |
| 2021-08-07 | Add tests | Albin Hedman | -0/+23 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -200/+237 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -200/+237 |
| 2021-07-07 | test integer log10 values close to all powers of 10 | Trevor Spiteri | -0/+54 |
| 2021-07-07 | Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se | Yuki Okushi | -0/+100 |
| 2021-06-25 | Add Integer::{log,log2,log10} variants | Yoshua Wuyts | -0/+100 |
| 2021-06-06 | Move `flt2dec::{Formatted, Part}` to dedicated module | Gary Guo | -1/+2 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -158/+88 |
| 2021-03-22 | Add IEEE754 tests | Jubilee Young | -0/+159 |
| 2021-01-15 | Re-enable all num tests on WASM | Smitty | -7/+0 |
| 2021-01-13 | Adds tests to ensure some base op traits exist. | Philippe Laflamme | -0/+245 |
| 2021-01-13 | Avoid ident concatenation in macro. | Philippe Laflamme | -14/+15 |
| 2021-01-13 | Fix missing mod declaration for Wrapping tests. | Philippe Laflamme | -0/+1 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -0/+233 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -1/+0 |
| 2020-11-14 | Add u128 and i128 integer tests | Christiaan Dirkx | -6/+10 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -26/+39 |
| 2020-11-05 | Add `mod nan` for test | chansuke | -0/+2 |
| 2020-11-05 | Fix format | chansuke | -5/+5 |
| 2020-11-05 | Move f64::NAN ui tests into `library` | chansuke | -0/+8 |
| 2020-10-26 | Apply suggested changes | Ethan Brierley | -8/+8 |