index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
fmt.zig
Age
Commit message (
Expand
)
Author
2022-02-19
AstGen: evaluate `comptime var` init expressions in a comptime context
Andrew Kelley
2022-02-16
fmt: allow uppercase prefix to be parsed in std.fmt.parseInt()
iddev5
2022-01-29
std.fmt: fix out-of-bounds array write in float printing
John Schmidt
2022-01-24
Handle FormatOptions in fmtDuration/fmtDurationSigned
John Schmidt
2022-01-01
fmt: Refactor parsing of placeholders into its own function
Jimmi Holst Christensen
2022-01-01
std.fmt: improve `@compileError` message
r00ster
2021-12-29
Fixed typo in deprecation error for `E` format specifier where it would inste...
Tom Manner
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-17
std: Fix endless loop in fmt impl
LemonBoy
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
re-enable mips behavior tests for vectors
Andrew Kelley
2021-08-30
Fix float formatting for 0.0 when precision is 0 (#9642)
Boo
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-20
std.json: Add support for recursive objects to std.json.parse (#9307)
Dmitry Matveyev
2021-08-19
std.fmt: add support for printing slices strings (#9562)
Meghan
2021-08-14
std.fmt: add name of type in unsupport format string compile error
Meghan
2021-07-02
compile errors test harness: support unknown file/line/column
Andrew Kelley
2021-06-27
std/fmt: add fmtDurationSigned
Isaac Freund
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-13
Improve error message when std.fmt.format is missing arguments
Jarred Sumner
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-06-09
Re-enable multiple wasm32 vector tests
Jakub Konka
2021-06-08
std: Better formatting of tuple types
LemonBoy
2021-05-31
stage2: disallow `1.e9` and `0x1.p9` as float literals
Isaac Freund
2021-05-17
std.fmt: fix regressions from master
Andrew Kelley
2021-05-17
std: update regarding std.builtin reorganization
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-05
std: Implement hex float printing
LemonBoy
2021-04-28
AstGen: hook up hex float parsing to float literals
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-28
std: Add a parser for hexadecimal floating point numbers
LemonBoy
2021-04-22
std: fix potential bug in parseInt
jacob gw
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-20
stage2: make std.fmt.parseInt ignore `_`
jacob gw
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-28
Add a test & fix for std.fmt.fmtDuration
Jonathan Knezek
2021-03-07
Implement fmtDuration using Formatter (#8137)
Jonathan Knezek
2021-03-07
std: Deprecate the B and Bi format specifiers
LemonBoy
2021-03-01
std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices
LemonBoy
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
std: Add more error checking in hexToBytes
LemonBoy
2021-02-21
remove z/Z format specifier deprecations
Jonathan Marler
2021-02-09
require specifier for arrayish types
Jonathan Marler
2021-01-30
Improve error messages in std.fmt (#7898)
Dmitry Atamanov
[next]