You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract the fuzz tester into fuzz.rs. Improve fuzz.rs #47 is unfortunately going to go unfixed until Rust fixes and stabilizes stuff related to RFC #2091.
Here are the PRs that will need to be done before the crate is in a state that could be released.
digit.rsusagestd_ops.rsShiftAmountfrom PR Crate reorganization and upgrade to Rust 2018 #36 to fix issue Implement rotate functions for ApInts #28 and issue Document exactly when the left and right shifts return errors #23Bitconstruct to directly use booleans and figure out what functions to keep for issue Let ApInt::resize_to_bool just return the least-significant bit (should be faster) #42NonZeroUsize(MakeBitWidthuseNonZeroUsize#39)MaybeUninitFrom<[u64;2]>functions use big endian #20, fix thefrom_vec_u64TODOs)assignand general ApInt construction #44) (not the arbitrary concatenation stuff, only constructor stuff)arithmetic.rsintomul.rsanddiv.rsto use the simplified design from PR Crate reorganization and upgrade to Rust 2018 #36. This will also fix the remaining warnings and clippy warnings Fix clippy warnings #48.fuzz.rs. Improve fuzz.rs #47 is unfortunately going to go unfixed until Rust fixes and stabilizes stuff related to RFC #2091.from_str_radixinto signed and unsigned versions #25contributions.mdstuff we want