index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
UFixedBigInt.h
Age
Commit message (
Expand
)
Author
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2022-12-09
Everywhere: Remove unnecessary AK and Detail namespace scoping
Moustafa Raafat
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-10-23
AK: Make truncating UFixedBigInts constexpr
davidot
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