aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24Revert "fix parseInt failing when a correct base is given"Andrew Kelley
2023-06-24fix parseInt failing when a correct base is givenMikko Kaihlavirta
2023-06-19Merge pull request #16046 from BratishkaErik/issue-6128Andrew Kelley
2023-06-19std.fmt: fix error set of formatDurationdweiller
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-13std.fmt: remove `e`, `E`, `z`, and `Z` specifiers (deprecated in 0.8)Eric Joldasov
2023-06-13std.fmt.formatValue: remove `B` and `Bi` specifiers (deprecated in 0.8)Eric Joldasov
2023-06-07std: fix parseInt for single-digit signed minInt (#15966)Josh Wolfe
2023-06-01Use the word 'base' consistently instead of 'radix'Evin Yulo
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-25std.fmt: Rename parseWithSign() sign parameter enum values to snake caseLinus Groh
2023-05-25std.fmt: Rename Alignment enum values to snake caseLinus Groh
2023-05-15std: expose fmt methods and structs for parsingTristan Ross
2023-05-10std.fmt.parseIntSizeSuffix: add R and QMeghan
2023-05-10Add std.fmt.parseIntSizeSuffix and use for --maxrssEvin Yulo
2023-05-08Disallow named test decls with duplicate namesDominic
2023-04-23Add `@inComptime` builtinmlugg
2023-04-23Improvements to docs and textzooster
2023-04-18std: fix uses of comptime blocks in non-inline functionsmlugg
2023-03-20std: improve error for formatting a function body typeVeikka Tuominen
2023-03-07std.fmt: add bytesToHex() to encode bytes as hex digitsFrank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-01fmt: Make default_max_depth configurableominitay
2022-12-31add tests for fixed stage1 bugsVeikka Tuominen
2022-12-17std.builtin: rename Type.Fn's args to paramsr00ster91
2022-12-17std.builtin: rename Type.Fn.Param's arg_type to typer00ster91
2022-12-09std.fmt escape functions: reflect printability of space in testr00ster91
2022-12-07AstGen: make `@compileError` operand implicitly comptimeVeikka Tuominen
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-12-06std.fmt: more descriptive names for impl functionsJacob Young
2022-12-05std.fmt.formatInt: Use an optimized path for decimalsJason Phan
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-10-25fmt: fix f80 hex formattingJacob Young
2022-10-05fix(text): hyphenate "comptime" adjectivesr00ster91
2022-09-29std: Replace use of stage1 function pointersominitay
2022-09-23make `fmt.formatAsciiChar` respect `options` parameterノYuh
2022-09-16std: remove deprecated API for the upcoming releaseAndrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-07-27std.fmt: add more invalid format string errorsr00ster91
2022-07-27std.fmt: lowercase compile errorsr00ster91
2022-07-26std.fmt: require specifier for unwrapping ?T and E!TInKryption
2022-07-24Revert "std.fmt: require specifier for unwrapping ?T and E!T."Andrew Kelley
2022-07-24std.fmt: require specifier for unwrapping ?T and E!T.InKryption
2022-07-21Fix #9184: fmtIntSizeDec/fmtIntSizeBin support FormatOptionsYujiri
2022-07-11std.fmt: clarify the description of placeholders in Format StringsDuncan Holm