Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Robbepop/apint issues and pull requests

#64 - Introduce GitHub Actions CI

Pull Request - State: closed - Opened by Robbepop over 3 years ago

#63 - Implement modulus operator

Issue - State: open - Opened by Titaniumtown over 3 years ago

#62 - Adding "pow" method

Issue - State: open - Opened by Titaniumtown over 3 years ago - 3 comments

#61 - Issue 41 PR 2: Add `bw` function and clean the entire crate

Pull Request - State: closed - Opened by AaronKutch over 4 years ago - 18 comments

#59 - Cleanup and make `BitWidth` use `NonZeroUsize`

Pull Request - State: closed - Opened by AaronKutch over 4 years ago - 5 comments

#58 - Issue 41 fixes: overhauling `BitWidth` construction

Pull Request - State: closed - Opened by AaronKutch over 4 years ago - 6 comments

#57 - Add initial GitHub actions CI

Pull Request - State: closed - Opened by Robbepop over 4 years ago - 5 comments

#56 - Issue 42 fixes

Pull Request - State: closed - Opened by AaronKutch almost 5 years ago - 11 comments

#55 - Fix various trait problems

Pull Request - State: closed - Opened by AaronKutch almost 5 years ago - 6 comments

#54 - Clean up the associated constants

Pull Request - State: closed - Opened by AaronKutch almost 5 years ago - 10 comments

#53 - Remove libm dependency and fix compilation error

Pull Request - State: closed - Opened by AaronKutch almost 5 years ago - 11 comments

#52 - Use `slice::iter` instead of `into_iter` to avoid future breakage

Pull Request - State: closed - Opened by LukasKalbertodt about 5 years ago - 3 comments

#51 - Better rustfmt

Pull Request - State: closed - Opened by AaronKutch about 5 years ago - 26 comments

#50 - Make whole crate no_std compatible

Pull Request - State: closed - Opened by Robbepop about 5 years ago - 6 comments

#49 - Make fuzz tests optional

Issue - State: open - Opened by Robbepop about 5 years ago

#48 - Fix clippy warnings

Issue - State: closed - Opened by Robbepop about 5 years ago - 2 comments

#47 - Improve fuzz.rs

Issue - State: open - Opened by AaronKutch over 5 years ago

#46 - Checklist for version 0.3.0

Issue - State: open - Opened by AaronKutch over 5 years ago - 6 comments

#45 - Better algorithms for the multiplication and division functions

Issue - State: open - Opened by AaronKutch over 5 years ago - 4 comments

#44 - Do something about `assign` and general ApInt construction

Issue - State: open - Opened by AaronKutch over 5 years ago - 6 comments

#43 - Benchmark and potentially simplify Clone impl of ApInt

Issue - State: open - Opened by Robbepop over 5 years ago

#41 - Use TryFrom traits for utility types such as BitWidth

Issue - State: open - Opened by Robbepop over 5 years ago - 3 comments

#40 - Improve visibility of some documentation

Issue - State: open - Opened by AaronKutch over 5 years ago

#39 - Make `BitWidth` use `NonZeroUsize`

Issue - State: open - Opened by AaronKutch over 5 years ago - 3 comments

#38 - Does this have no_std support?

Issue - State: closed - Opened by drewstone over 5 years ago - 7 comments

#37 - Optimize add/sub with 51-radix-trick

Issue - State: open - Opened by Robbepop over 5 years ago - 3 comments

#36 - Crate reorganization and upgrade to Rust 2018

Pull Request - State: closed - Opened by AaronKutch almost 6 years ago - 52 comments

#35 - Fix critical bug in multiplication of large odd-width instances

Pull Request - State: closed - Opened by AaronKutch almost 6 years ago - 10 comments

#34 - Crate reorganization and upgrade to edition 2018

Pull Request - State: closed - Opened by AaronKutch almost 6 years ago - 18 comments

#33 - Add optional #[no_std] support

Issue - State: closed - Opened by Robbepop about 6 years ago - 6 comments

#32 - Borrow-Checker (NLL) finds invalid lifetimes in constructor.rs tests

Issue - State: closed - Opened by Robbepop about 6 years ago - 3 comments

#31 - Try to replace `.expect`s with safe internal APIs

Issue - State: open - Opened by AaronKutch about 6 years ago - 2 comments

#30 - Utilities and Arithmetic Rewrite

Pull Request - State: closed - Opened by AaronKutch about 6 years ago - 15 comments

#29 - Reorganize the entire crate's structure

Issue - State: open - Opened by AaronKutch about 6 years ago - 51 comments

#28 - Implement rotate functions for ApInts

Issue - State: open - Opened by AaronKutch over 6 years ago - 13 comments

#27 - Finalize implementation of the division and remainder routines

Issue - State: closed - Opened by AaronKutch over 6 years ago - 52 comments

#26 - Make a list of invariants that maintainers are suppossed to uphold

Issue - State: open - Opened by AaronKutch over 6 years ago - 2 comments

#25 - Differentiate the current `from_str_radix` into signed and unsigned versions

Issue - State: open - Opened by AaronKutch over 6 years ago - 9 comments

#24 - Change indentation and convert `...` to `..=`

Pull Request - State: closed - Opened by AaronKutch over 6 years ago - 6 comments

#22 - Name changes and indentation fix

Pull Request - State: closed - Opened by AaronKutch over 6 years ago - 13 comments

#21 - added unit tests, methods, and more for finishing multiplication implementation

Pull Request - State: closed - Opened by AaronKutch over 6 years ago - 6 comments

#20 - The `From<[u64;2]>` functions use big endian

Issue - State: open - Opened by AaronKutch over 6 years ago - 12 comments

#19 - implement add and mul functions for Digit and ApInt and unit test

Pull Request - State: closed - Opened by AaronKutch over 6 years ago - 5 comments

#18 - Finalize implementation of the multiplication routines

Issue - State: closed - Opened by AaronKutch over 6 years ago - 10 comments

#17 - The `checked_`... operations use wrapping arithmetic

Issue - State: closed - Opened by AaronKutch over 6 years ago - 10 comments

#16 - Docs are broken

Issue - State: closed - Opened by AaronKutch over 6 years ago - 11 comments

#15 - Error when passing {integer}::MIN to any of the resizing functions

Issue - State: closed - Opened by AaronKutch over 6 years ago - 5 comments

#14 - Implement Hash for ApInt

Issue - State: closed - Opened by Robbepop almost 7 years ago - 1 comment
Labels: enhancement

#13 - Implement Display for ApInt

Issue - State: open - Opened by Robbepop almost 7 years ago
Labels: enhancement

#12 - Implement Bin, Oct, LowerHex and UpperHex for ApInt

Issue - State: open - Opened by Robbepop almost 7 years ago - 1 comment
Labels: enhancement

#11 - Implement utility functions count_{zeros|ones}, {leading|trailing}_zeros

Issue - State: closed - Opened by Robbepop almost 7 years ago - 1 comment

#10 - Implement signed and unsigned min and max value.

Issue - State: closed - Opened by Robbepop almost 7 years ago - 1 comment

#9 - Fix bug that ApInt::sign_bit only works for bit widths of multiples of 64.

Issue - State: closed - Opened by Robbepop almost 7 years ago - 1 comment
Labels: bug

#8 - Implement shift operations

Issue - State: closed - Opened by Robbepop almost 7 years ago - 1 comment

#7 - Implement increment and decrement operations

Issue - State: open - Opened by Robbepop almost 7 years ago - 4 comments
Labels: enhancement

#6 - Implement methods to check for additive neutral and multiplicative neutral elements

Issue - State: closed - Opened by Robbepop almost 7 years ago - 1 comment

#5 - Implement methods to convert ApInt instances to primitives

Issue - State: closed - Opened by Robbepop almost 7 years ago - 5 comments
Labels: enhancement

#4 - Implement forceful cheap casting methods

Issue - State: open - Opened by Robbepop almost 7 years ago
Labels: enhancement

#3 - Comparisons to Ramp

Issue - State: closed - Opened by brendanzab almost 7 years ago - 3 comments

#2 - Use From trait for constructing from primitive integer types

Issue - State: closed - Opened by brendanzab almost 7 years ago - 2 comments

#1 - Use correct Rust Pascal casing conventions

Issue - State: closed - Opened by brendanzab almost 7 years ago - 3 comments