aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt/parse_float
AgeCommit message (Expand)Author
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
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-03-16Fix #14901: parseFloat parsing `0x` successfullyEvin Yulo
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
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