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
2021-01-11
Add std.fmt.formatDuration and std.fmt.duration (#7297)
Jonathan Knezek
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-02
Decrement max_depth when printing slice elements
LemonBoy
2021-01-02
std: Disable the special casing of {} for u8 slices/arrays
LemonBoy
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2021-01-02
Use same brace pairs for arrays/slices/vectors
LemonBoy
2021-01-02
Small cleanup
LemonBoy
2021-01-02
Add formatting for arrays
data-man
2021-01-02
std: Refactor the slice formatting code
LemonBoy
2021-01-02
Formatting fix
ryuukk
2021-01-02
Pretty print Slices
ryuukk
2020-12-31
Year++
Frank Denis
2020-12-13
std: Fix formatting of type values
LemonBoy
2020-11-20
std: Implement named arguments & runtime width/precision
LemonBoy
2020-11-20
std: Rewrite the fmt parser
LemonBoy
2020-11-19
Merge pull request #6390 from LemonBoy/reboot-3970
Andrew Kelley
2020-11-19
Nicer code for the error code path
LemonBoy
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-05
Address review comments
LemonBoy
2020-11-05
Fix typo in documentation
LemonBoy
2020-11-05
Make std.formatBuf UTF-8 aware
LemonBoy
2020-11-05
Clean up the unicode codepoint formatter a bit
LemonBoy
2020-11-05
Update the API and add add error-recovery path
LemonBoy
2020-11-05
Add 'u' specifier to std.format
data-man
2020-11-02
std: Make parseInt/parseUnsigned detect the radix
LemonBoy
2020-11-02
std/ascii: add spaces array
Isaac Freund
2020-11-01
Merge pull request #6888 from jcmoyer/issues/6874
Andrew Kelley
2020-11-01
Make std.fmt.bufPrintIntToSlice public
Jakub Konka
2020-10-30
Add test for null terminated slices with embedded null bytes
J.C. Moyer
2020-10-30
Update doc comments to reflect current behavior
J.C. Moyer
2020-10-26
Format null type in std.fmt
data-man
2020-10-17
Merge pull request #6394 from Vexu/fmt
Andrew Kelley
2020-10-17
std: remove renderStringLiteral in favor of std.fmt specifier
Vexu
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-17
std.fmt: add specifier for Zig identifiers
Vexu
2020-10-15
std/fmt: add bufPrintZ()
Isaac Freund
2020-10-15
std/fmt: rename allocPrint0() to allocPrintZ()
Isaac Freund
2020-10-14
force comptime on comptimePrint
Rocknest
2020-10-07
std.fmt.comptimePrint: Properly null-terminate result and add test
Tadeo Kondrak
2020-10-06
std.fmt.comptimePrint: Return null terminated string
Tadeo Kondrak
2020-10-02
std.fmt.comptimePrint: bufPrint cannot return an error
Alexandros Naskos
2020-09-25
std.fmt: add comptimePrint
Tadeo Kondrak
2020-09-17
std: Respect user-specified alignment when formatting ints
LemonBoy
2020-09-16
std: Fix {*} printing of non-pointer types
LemonBoy
2020-09-07
Use less inefficient method of replacing TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-07
Update standard library for removal of TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-04
document how to escape curly braces in fmt.format
yettinmoor
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-02
std: add fmt option to escape non-printable characters
daurnimator
[next]