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
juice
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
std.Io.Threaded-groups-2
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
2019-12-18
translate-c-2 character literals and more test fixes
Vexu
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-10
Additional replacements of @typeOf with @TypeOf
Robin Voetter
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
ability to give comptime and non-comptime types to same parameter
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-04
std.fmt.ParseUnsignedError is now public
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-10
Fix missing @as cast in std.fmt.formatInt (#3650)
Felix Queißner
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-06
Add error when too few arguments are provided to std.fmt
shiimizu
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-22
Adds documentation for std.fmt.format grammar and customization. (#3474)
Felix Queißner
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley