Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: Restore compatibility with Rust 1.52v0.2.1 | Andreas Grois | 2023-01-21 | 1 | -1/+1 |
* | Fix doc error. | Andreas Grois | 2022-11-04 | 1 | -1/+1 |
* | More Clippy lints. | Andreas Grois | 2022-11-04 | 1 | -5/+5 |
* | Some clippy lints. | Andreas Grois | 2022-11-04 | 1 | -32/+37 |
* | Test that compare iterative conversion with div. | Andreas Grois | 2022-11-03 | 1 | -1/+52 |
* | Base Conv: Combine shifting and padding. | Andreas Grois | 2022-10-27 | 1 | -19/+62 |
* | Minor: Remove an unnecessary clone. | Andreas Grois | 2022-10-26 | 1 | -1/+1 |
* | Minor, remove a pointless type conversion. | Andreas Grois | 2022-10-26 | 1 | -3/+3 |
* | Use MulAssign in BaseConversion. | Andreas Grois | 2022-10-26 | 1 | -2/+32 |
* | Merge branch 'main' into feature/heap-allocation-free-base-conversion | Andreas Grois | 2022-10-24 | 1 | -1/+1 |
* | Add precomputed constants for common cases. | Andreas Grois | 2022-10-23 | 1 | -3/+10 |
* | Rename "potency" to "power", the English term. | Andreas Grois | 2022-10-23 | 1 | -2/+2 |
* | Precompute power+exponent for iterative conversion | Andreas Grois | 2022-10-23 | 1 | -0/+875 |