aboutsummaryrefslogtreecommitdiff
path: root/lib/std/fmt.zig
AgeCommit message (Expand)Author
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
2022-03-21stage2 llvm: fix lowerDeclRefValue for function aliasesVeikka Tuominen
2022-03-19stage1: make type names more uniqueRobin Voetter
2022-02-19AstGen: evaluate `comptime var` init expressions in a comptime contextAndrew Kelley
2022-02-16fmt: allow uppercase prefix to be parsed in std.fmt.parseInt()iddev5
2022-01-29std.fmt: fix out-of-bounds array write in float printingJohn Schmidt
2022-01-24Handle FormatOptions in fmtDuration/fmtDurationSignedJohn Schmidt
2022-01-01fmt: Refactor parsing of placeholders into its own functionJimmi Holst Christensen
2022-01-01std.fmt: improve `@compileError` messager00ster
2021-12-29Fixed typo in deprecation error for `E` format specifier where it would inste...Tom Manner
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-17std: Fix endless loop in fmt implLemonBoy
2021-09-15Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01re-enable mips behavior tests for vectorsAndrew Kelley
2021-08-30Fix float formatting for 0.0 when precision is 0 (#9642)Boo
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-08-19std.fmt: add support for printing slices strings (#9562)Meghan