aboutsummaryrefslogtreecommitdiff
path: root/builtins/integers.c
AgeCommit message (Collapse)Author
2024-08-13Tweak implementations of math opsbigintsBruce Hill
2024-08-13Add Int:sqrt()Bruce Hill
2024-08-13Support ^ exponentiation for integersBruce Hill
2024-08-13Fix some edge casesBruce Hill
2024-08-13Create inlined fast versions of integer opsBruce Hill
2024-08-13Fix issue with integer comparisonsBruce Hill
2024-08-13Fix int hashesBruce Hill
2024-08-13Fix rangesBruce Hill
2024-08-13Fix Int->Num promotionsBruce Hill
2024-08-13Get rid of slow_* int functionsBruce Hill
2024-08-13Fixing up more stuffBruce Hill
2024-08-13Fixing up integersBruce Hill
2024-08-13More fixesBruce Hill
2024-08-13Remove debug printsBruce Hill
2024-08-13BugfixesBruce Hill
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-05Add a Range datatype with creation methods like `5:to(10)` andBruce Hill
modification methods like `range:by(2)` or `range:reversed()`
2024-08-03Fix integer random functions so they correctly handle all representableBruce Hill
ranges
2024-06-06Prefer 'sizeof(t[n])' over 'sizeof(t)*n'Bruce Hill
2024-04-10Add from_text() method for ints/numsBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-18Improve codegen for enums by eliminating unnecessary methodsBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Definitively go with "Int" and "Num" over "Int64" and "Num64", plus addBruce Hill
Int__bits()
2024-02-27Const typeinfosBruce Hill
2024-02-27Stop using namespace typesBruce Hill
2024-02-17Overload type names with constructor and namespace structBruce Hill
2024-02-17Fix up align issuesBruce Hill
2024-02-17Use #defines for Int aliasingBruce Hill
2024-02-17Fix up USE_COLORBruce Hill
2024-02-17Cleanup of builtinsBruce Hill
2024-02-17Rename 'cord' to 'as_str'Bruce Hill
2024-02-17Fix up some builtinsBruce Hill
2024-02-04BuiltinsBruce Hill