aboutsummaryrefslogtreecommitdiff
path: root/src/stage1/bigint.cpp
AgeCommit message (Expand)Author
2022-02-18Merge pull request #10858 from topolarity/stage2-bitcastAndrew Kelley
2022-02-15stage1: fix comptime saturation subtractionJan Philipp Hafer
2022-02-11Fix big-endian handling in stage1 bigint_write_twos_complementCody Tapscott
2022-01-29stage1: fix issue with bigint_add that caused incorrect results when adding a...riverbl
2022-01-14stage1: fix bigint_init_bigfloat for single-limb negative floatsMarc Tiehuis
2021-09-01saturating arithmetic builtins: add, sub, mul, shl (#9619)travisstaloch
2021-07-26minimum/maximum builtinsRobin Voetter
2021-07-13Fix bigint_shl (#9305)leesongun
2021-07-06Merge pull request #9310 from ziglang/stage1-better-hashingAndrew Kelley
2021-07-06Fix unexpected truncation behavior with comptime_int larger than u64 range (#...leesongun
2021-07-06Avoid some large copies for another second of time savedMartin Wickham
2021-07-05Better hashing, new asserts failingMartin Wickham
2021-04-23stage1: Allow wrapping negation on unsigned ints at comptimeLemonBoy
2020-09-21rename src-self-hosted/ to src/Andrew Kelley