issues
search
Robbepop
/
apint
Arbitrary precision integers library.
Other
26
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Introduce GitHub Actions CI
#64
Robbepop
closed
3 years ago
0
Implement modulus operator
#63
Titaniumtown
opened
3 years ago
0
Adding "pow" method
#62
Titaniumtown
opened
3 years ago
3
Issue 41 PR 2: Add `bw` function and clean the entire crate
#61
AaronKutch
closed
3 years ago
18
Make the `bw` free function a `const` function as soon as stable Rust allows
#60
AaronKutch
opened
4 years ago
1
Cleanup and make `BitWidth` use `NonZeroUsize`
#59
AaronKutch
closed
4 years ago
5
Issue 41 fixes: overhauling `BitWidth` construction
#58
AaronKutch
closed
4 years ago
6
Add initial GitHub actions CI
#57
Robbepop
closed
3 years ago
5
Issue 42 fixes
#56
AaronKutch
closed
4 years ago
11
Fix various trait problems
#55
AaronKutch
closed
4 years ago
6
Clean up the associated constants
#54
AaronKutch
closed
4 years ago
10
Remove libm dependency and fix compilation error
#53
AaronKutch
closed
4 years ago
11
Use `slice::iter` instead of `into_iter` to avoid future breakage
#52
LukasKalbertodt
closed
5 years ago
3
Better rustfmt
#51
AaronKutch
closed
4 years ago
26
Make whole crate no_std compatible
#50
Robbepop
closed
5 years ago
6
Make fuzz tests optional
#49
Robbepop
opened
5 years ago
0
Fix clippy warnings
#48
Robbepop
closed
3 years ago
2
Improve fuzz.rs
#47
AaronKutch
opened
5 years ago
0
Checklist for version 0.3.0
#46
AaronKutch
opened
5 years ago
6
Better algorithms for the multiplication and division functions
#45
AaronKutch
opened
5 years ago
4
Do something about `assign` and general ApInt construction
#44
AaronKutch
opened
5 years ago
6
Benchmark and potentially simplify Clone impl of ApInt
#43
Robbepop
opened
5 years ago
0
Let ApInt::resize_to_bool just return the least-significant bit (should be faster)
#42
Robbepop
opened
5 years ago
8
Use TryFrom traits for utility types such as BitWidth
#41
Robbepop
opened
5 years ago
3
Improve visibility of some documentation
#40
AaronKutch
opened
5 years ago
0
Make `BitWidth` use `NonZeroUsize`
#39
AaronKutch
opened
5 years ago
3
Does this have no_std support?
#38
drewstone
closed
5 years ago
7
Optimize add/sub with 51-radix-trick
#37
Robbepop
opened
5 years ago
3
Crate reorganization and upgrade to Rust 2018
#36
AaronKutch
closed
5 years ago
52
Fix critical bug in multiplication of large odd-width instances
#35
AaronKutch
closed
5 years ago
10
Crate reorganization and upgrade to edition 2018
#34
AaronKutch
closed
5 years ago
18
Add optional #[no_std] support
#33
Robbepop
closed
5 years ago
6
Borrow-Checker (NLL) finds invalid lifetimes in constructor.rs tests
#32
Robbepop
closed
5 years ago
3
Try to replace `.expect`s with safe internal APIs
#31
AaronKutch
opened
6 years ago
2
Utilities and Arithmetic Rewrite
#30
AaronKutch
closed
6 years ago
15
Reorganize the entire crate's structure
#29
AaronKutch
opened
6 years ago
51
Implement rotate functions for ApInts
#28
AaronKutch
opened
6 years ago
13
Finalize implementation of the division and remainder routines
#27
AaronKutch
closed
5 years ago
52
Make a list of invariants that maintainers are suppossed to uphold
#26
AaronKutch
opened
6 years ago
2
Differentiate the current `from_str_radix` into signed and unsigned versions
#25
AaronKutch
opened
6 years ago
9
Change indentation and convert `...` to `..=`
#24
AaronKutch
closed
6 years ago
6
Document exactly when the left and right shifts return errors
#23
AaronKutch
opened
6 years ago
0
Name changes and indentation fix
#22
AaronKutch
closed
6 years ago
13
added unit tests, methods, and more for finishing multiplication implementation
#21
AaronKutch
closed
6 years ago
6
The `From<[u64;2]>` functions use big endian
#20
AaronKutch
opened
6 years ago
12
implement add and mul functions for Digit and ApInt and unit test
#19
AaronKutch
closed
6 years ago
5
Finalize implementation of the multiplication routines
#18
AaronKutch
closed
5 years ago
10
The `checked_`... operations use wrapping arithmetic
#17
AaronKutch
closed
6 years ago
10
Docs are broken
#16
AaronKutch
closed
6 years ago
11
Error when passing {integer}::MIN to any of the resizing functions
#15
AaronKutch
closed
6 years ago
5
Next