Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Do something about assign and general ApInt construction
#44 opened Jul 14, 2019 by AaronKutch updated Jul 21, 2022
Adding "pow" method
#62 opened Mar 24, 2021 by Titaniumtown updated Mar 25, 2021
Implement modulus operator
#63 opened Mar 24, 2021 by Titaniumtown updated Mar 24, 2021
Checklist for version 0.3.0
#46 opened Jul 23, 2019 by AaronKutch updated Jun 7, 2020
6 of 19 tasks
Improve fuzz.rs
#47 opened Aug 19, 2019 by AaronKutch updated May 5, 2020
Use TryFrom traits for utility types such as BitWidth
#41 opened Jul 14, 2019 by Robbepop updated Mar 11, 2020
Reorganize the entire crate's structure
#29 opened Oct 2, 2018 by AaronKutch updated Dec 21, 2019
Make fuzz tests optional
#49 opened Sep 22, 2019 by Robbepop updated Sep 22, 2019
Make BitWidth use NonZeroUsize
#39 opened Jul 11, 2019 by AaronKutch updated Aug 22, 2019
Benchmark and potentially simplify Clone impl of ApInt
#43 opened Jul 14, 2019 by Robbepop updated Jul 14, 2019
Improve visibility of some documentation
#40 opened Jul 11, 2019 by AaronKutch updated Jul 11, 2019
Optimize add/sub with 51-radix-trick
#37 opened May 10, 2019 by Robbepop updated May 10, 2019
Implement rotate functions for ApInts
#28 opened Aug 23, 2018 by AaronKutch updated Dec 31, 2018
The From<[u64;2]> functions use big endian
#20 opened May 17, 2018 by AaronKutch updated Oct 31, 2018
Try to replace .expects 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! Exclude everything labeled bug with -label:bug.