aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt
AgeCommit message (Expand)Author
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-27x86_64: fix c abi test failuresJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-07-25re-enable test "fmt.parseFloat nan and inf" after llvm fixJan Philipp Hafer
2023-07-20reduce AstGen.numberLiteral stack usageAlex Kladov
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-01Use the word 'base' consistently instead of 'radix'Evin Yulo
2023-05-08parse_float: Error when a float is attempted to be parsed into an invalid typeJayden
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-03-25enable more float-parsing testsMarc Tiehuis
2023-03-16Fix #14901: parseFloat parsing `0x` successfullyEvin Yulo
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-13Fix buffer overflow in fmt when DAZ is setRobert Burke
2022-12-27Revert "aarch64: reenable tests that are no longer regressed"Andrew Kelley
2022-12-10aarch64: reenable tests that are no longer regressedr00ster91
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-07-06std.fmt.parse_float: disable failing aarch64 test from LLVM 14Andrew Kelley
2022-05-26add more corner case tests to float_parse (#11727)Andreas Reischuck
2022-05-03fix aarch64 f16 nan parse test failureMarc Tiehuis
2022-05-03add new float-parser based on eisel-lemire algorithmMarc Tiehuis
2022-04-27compiler-rt: math functions reorgAndrew Kelley
2022-04-07use math/float.zig everywhereviri
2022-04-06std.{fmt, math}: derive float constants from stdviri
2022-04-04std.fmt: Fix incorrect behavior with large floating point integers.Evan Haas
2022-01-31std.fmt.parseHexFloat: clean up bitwise logicAndrew Kelley
2022-01-31std: correct rounding in parse_hex_float.zigMateusz Radomski
2022-01-29std.fmt: fix out-of-bounds array write in float printingJohn Schmidt
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-20std.json: Add support for recursive objects to std.json.parse (#9307)Dmitry Matveyev
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: Add a parser for hexadecimal floating point numbersLemonBoy
2021-03-05Reject bare +/- input when parsing floatscryptocode
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-11-05std: Implement more useful approxEq semanticsLemonBoy
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-09-05Merge pull request #6246 from Vexu/fieldVeikka Tuominen
2020-09-03std: Fix silent overflow in float parsing codeLemonBoy