This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
library
/
core
/
tests
/
num
History
Jonas Schievink
389f7cf7d6
Rollup merge of
#76745
- workingjubilee:move-wrapping-tests, r=matklad
...
Move Wrapping<T> ui tests into library Part of
#76268
r? @matklad
2020-10-03 00:31:08 +02:00
..
dec2flt
…
flt2dec
flt2dec: properly handle uninitialized memory
2020-09-02 12:41:38 +02:00
bignum.rs
…
i8.rs
…
i16.rs
…
i32.rs
Minor refactoring
2020-09-05 17:07:53 +05:30
i64.rs
…
int_macros.rs
Use
T::BITS
instead of
size_of::<T> * 8
.
2020-09-19 06:54:42 +02:00
mod.rs
Fix FIXME in core::num test: Check sign of zero in min/max tests.
2020-09-24 22:29:32 +02:00
u8.rs
…
u16.rs
…
u32.rs
…
u64.rs
…
uint_macros.rs
Use
T::BITS
instead of
size_of::<T> * 8
.
2020-09-19 06:54:42 +02:00
wrapping.rs
Remove unnecessary mod-cfg
2020-10-02 11:40:57 -07:00