| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -2/+2 |
| 2020-10-07 | Add comment to helper function | Ethan Brierley | -0/+1 |
| 2020-10-06 | remove OnlySign in favour of InvalidDigit | Ethan Brierley | -2/+3 |
| 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 | -26/+37 |
| 2020-10-03 | Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad | Jonas Schievink | -0/+76 |
| 2020-10-02 | Remove unnecessary mod-cfg | Jubilee Young | -17/+14 |
| 2020-09-24 | Fix FIXME in core::num test: Check sign of zero in min/max tests. | Mara Bos | -1/+13 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -24/+16 |
| 2020-09-15 | Fix to libstd test | Jubilee Young | -42/+44 |
| 2020-09-15 | Move Wrapping<T> ui tests into library | Jubilee Young | -0/+77 |
| 2020-09-05 | Minor refactoring | Ayush Kumar Mishra | -2/+4 |
| 2020-09-05 | Add Arith Tests in Library | Ayush Kumar Mishra | -0/+27 |