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
/
std
/
fmt.zig
Age
Commit message (
Expand
)
Author
2019-05-12
zig fmt on the standard library
Andrew Kelley
2019-04-27
std.fmt: add max_depth to avoid infinite recursion from self-references
Ryan Liptak
2019-04-05
support comptime_int in formatInt{,Value}
Shritesh Bhattarai
2019-03-31
fixed broken casts in std
emekoi
2019-03-19
better buffer length for formatIntUnsigned
Andrew Kelley
2019-03-14
breaking: fix @typeInfo handling of global error set type
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-23
std.fmt can print nullables, errors, and error unions
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-17
typeId builtin instead of isInteger, isFloat, etc
Andrew Kelley
2017-05-07
std.fmt.format prints bool values
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-23
blocks check that their statements are void
Josh Wolfe
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-04-06
Update zig build system to support user defined options
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-09
break off some of std.io into std.fmt, generalize printf
Andrew Kelley