aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt/parse_float.zig
AgeCommit message (Expand)Author
2025-06-08std.fmt.parseFloat: fix hex-float negative infMarc Tiehuis
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-14std.fmt.parseFloat: add f80 formatFloat supportHarrison McCarty
2024-06-15std.float.parseFloat: fix large hex-float parsingMarc Tiehuis
2024-03-21std: remove one layer of redundant parse_float namespaceAndrew Kelley
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-25fix large f128 values being incorrectly parsed as infMarc Tiehuis
2023-11-03x86_64: fix std test failuresJacob 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-06-24all: migrate code to new cast builtin syntaxmlugg
2023-03-25enable more float-parsing testsMarc Tiehuis
2023-03-16Fix #14901: parseFloat parsing `0x` successfullyEvin Yulo
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-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-03add new float-parser based on eisel-lemire algorithmMarc Tiehuis
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-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
2020-09-03update uses of deprecated type field accessVexu
2020-08-20add license header to all std lib filesAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-03-29cleanup parse_float.zigxackus
2020-03-29fix overflow in parseFloatxackus
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-07remove workarounds for Windows native CPU featuresAndrew Kelley
2020-01-21enable native CPU feature for windows; disable failing testsAndrew Kelley
2020-01-07Use the correct calling convention for AEABI intrinsicsLemonBoy
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley