aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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
2022-07-10compiler_rt: Update Windows ABI for float<->int conversion routinesCody Tapscott
2022-07-09two more regressed test cases; same cause as last two commitsAndrew Kelley
2022-07-09disable regressed float formatting test caseAndrew Kelley
2022-07-05Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-05std: align some function pointersAndrew Kelley
2022-07-03std: disable tests regressed from LLVM 14Andrew Kelley
2022-06-30stage2: lower float negation explicitlyAndrew Kelley
2022-06-20std.fmt: update test to stage2 fn pointer semanticsVeikka Tuominen
2022-06-12std: disable failing tests, add zig2 build test-std to CIVeikka Tuominen
2022-06-11stage2: improve anon name strategy for local variablesVeikka Tuominen
2022-06-11Sema: handle tuple and anon_struct in resolveTypeFullyVeikka Tuominen
2022-06-03std: update tests to stage2 semanticsVeikka Tuominen
2022-06-03std: disable tests that crash stage2Veikka Tuominen
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-23document bufPrint, and format now uses `writer` not `output`Dominic Tarr
2022-05-03temporary fix for stage2/stage1 f128 rounding discrepencyMarc Tiehuis
2022-05-03add new float-parser based on eisel-lemire algorithmMarc Tiehuis
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-04-25stdlib: Fix hex-float printing for f80Cody Tapscott
2022-04-15Add `std.unicode.replacement_character`r00ster91
2022-04-14stage2: progress towards stage3Andrew Kelley
2022-04-07use math/float.zig everywhereviri
2022-04-04std.fmt: Fix incorrect behavior with large floating point integers.Evan Haas
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan