Stovent
1266099742
Implement carrying_add and borrowing_sub on signed numbers
2022-05-30 18:32:27 -04:00
Jacob Pratt
dde590d180
Update int_roundings
methods from feedback
2022-05-04 23:20:29 -04:00
Jacob Pratt
41f70f3491
Revert "Temporarily rename int_roundings functions to avoid conflicts"
...
This reverts commit 3ece63b64e
.
2021-11-22 15:49:04 -05:00
Josh Triplett
3ece63b64e
Temporarily rename int_roundings functions to avoid conflicts
...
These functions are unstable, but because they're inherent they still
introduce conflicts with stable trait functions in crates. Temporarily
rename them to fix these conflicts, until we can resolve those conflicts
in a better way.
2021-09-22 13:56:01 -07:00
Jacob Pratt
727a4fc7e3
Implement #88581
2021-09-02 01:53:54 -04:00
Christiaan Dirkx
6554086526
Add u128 and i128 integer tests
2020-11-14 20:27:08 +01:00
est31
a0fc455d30
Replace absolute paths with relative ones
...
Modern compilers allow reaching external crates
like std or core via relative paths in modules
outside of lib.rs and main.rs.
2020-10-13 14:16:45 +02:00
Mara Bos
1e2dba1e7c
Use T::BITS
instead of size_of::<T> * 8
.
2020-09-19 06:54:42 +02:00
mark
2c31b45ae8
mv std libs to library/
2020-07-27 19:51:13 -05:00