Patrick Norton

Results 8 issues of Patrick Norton

Thank you for taking the time to report an issue and improve Flycheck. This template is for **actual bugs you observed**. If you have trouble setting up Flycheck, or if...

kind: bug

Fixes #205. This does not add bitwise-or and bitwise-xor operations between signed integers and BigUint, because there is no good way to represent negative numbers with a BigUint (see #184)....

`From for {numeric}` has been around in `std` since 1.28, so it would make sense to have it for `BigInt` and `BigUint` too.

These are two more integer methods we don't have on `BigUint`, which would be nice to have. Unresolved questions: - [x] Currently, `next_power_of_two` takes `self` by value instead of reference,...

`AsciiStr::split` currently only accepts an `AsciiChar` as an argument. This PR makes it so `split` now accepts any `Pattern`, and also adds `impl Pattern for AsciiChar` so as to not...

nightly