summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/big_int_test.cpp
AgeCommit message (Expand)Author
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2024-11-12[libc][i386] FPBit support for 96b long double (#115084)Nick Desaulniers
2024-10-15[libc] Add bigint casting between word types (#111914)Michael Jones
2024-07-15[libc] Fix warnings emitted by GCC (#98751)OverMighty
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-10[libc] Add WordTypeSelector<16> specialization (#94979)OverMighty
2024-04-06[libc] Make `BigInt` bitwise shift consistent with regular integral semantics...Guillaume Chatelet
2024-04-06[libc][NFC] Rename `uint_test` into `big_int_test` for consistency (#87875)Guillaume Chatelet