-
Notifications
You must be signed in to change notification settings - Fork 4
Issues: Robbepop/apint
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Do something about
assign
and general ApInt construction
#44
opened Jul 14, 2019 by
AaronKutch
updated Jul 21, 2022
Make the
bw
free function a const
function as soon as stable Rust allows
#60
opened Jun 26, 2020 by
AaronKutch
updated Jun 29, 2020
Better algorithms for the multiplication and division functions
#45
opened Jul 15, 2019 by
AaronKutch
updated Apr 8, 2020
Use TryFrom traits for utility types such as BitWidth
#41
opened Jul 14, 2019 by
Robbepop
updated Mar 11, 2020
Let ApInt::resize_to_bool just return the least-significant bit (should be faster)
#42
opened Jul 14, 2019 by
Robbepop
updated Jan 23, 2020
Differentiate the current
from_str_radix
into signed and unsigned versions
#25
opened May 22, 2018 by
AaronKutch
updated Dec 27, 2019
Benchmark and potentially simplify Clone impl of ApInt
#43
opened Jul 14, 2019 by
Robbepop
updated Jul 14, 2019
The
From<[u64;2]>
functions use big endian
#20
opened May 17, 2018 by
AaronKutch
updated Oct 31, 2018
Make a list of invariants that maintainers are suppossed to uphold
#26
opened May 22, 2018 by
AaronKutch
updated Oct 11, 2018
Try to replace
.expect
s with safe internal APIs
#31
opened Oct 7, 2018 by
AaronKutch
updated Oct 11, 2018
Implement increment and decrement operations
enhancement
#7
opened Dec 21, 2017 by
Robbepop
updated May 22, 2018
Document exactly when the left and right shifts return errors
#23
opened May 22, 2018 by
AaronKutch
updated May 22, 2018
Implement Bin, Oct, LowerHex and UpperHex for ApInt
enhancement
#12
opened Jan 4, 2018 by
Robbepop
updated May 16, 2018
3 of 4 tasks
Implement Display for ApInt
enhancement
#13
opened Jan 4, 2018 by
Robbepop
updated Jan 5, 2018
1 task
Implement forceful cheap casting methods
enhancement
#4
opened Dec 21, 2017 by
Robbepop
updated Dec 24, 2017
10 tasks
ProTip!
Add no:assignee to see everything that’s not assigned.