Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-27 | AK: Remove unused String.h include from UFixedBigInt.h | Linus Groh |
2022-03-18 | AK: Add constant time equality and zero check to UFixedBigInt | Michiel Visser |
2022-03-18 | AK: UFixedBigInt add efficient multiplication with full result | Michiel Visser |
2022-01-04 | AK: Fix UFixedBigInt comparison operators | B0IIZZ |
2021-12-21 | AK+Everywhere: Replace __builtin bit functions | Nick Johnson |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-10-01 | AK: Fix typos | Nico Weber |
2021-07-08 | AK: Fix `UFixedBigInt` not building with Clang | Daniel Bertalan |
2021-06-11 | AK+LibX86: Generalize u128/256 to AK::UFixedBigInt | Hendiadyoin1 |