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
Age
Commit message (
Expand
)
Author
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-16
Merge pull request #1958 from ziglang/parse-float
Marc Tiehuis
2019-02-15
Make parseFloat stricter in what it accepts as input
Marc Tiehuis
2019-02-14
Add parseFloat to std.fmt
Marc Tiehuis
2019-02-11
add C pointer type to @typeInfo
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2019-02-01
fixups
Andrew Kelley
2018-12-19
Added formatting of function pointers (#1843)
Jimmi Holst Christensen
2018-12-19
formatType can now format comptime_int
Jimmi Holst Christensen
2018-11-29
make parseUnsigned handle types <8 bits wide
dbandstra
2018-11-16
Fixed typos
Vallentin
2018-11-16
std/fmt/index.zig: support printing hex bytes on slices;
kristopher tate
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-10-06
arm64: respond to code review
Shawn Landden
2018-09-20
fix formatInt to handle upcasting to base int size
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-08
NaNs do not have signedness.
Shawn Landden
2018-09-02
fixups
Andrew Kelley
2018-09-03
std/fmt/index.zig: add hexToBytes function under std.fmt;
kristopher tate
2018-09-02
std/fmt/index.zig: test for printing double width hex bytes with zeros;
kristopher tate
2018-09-02
std/fmt/index.zig: set width from 0 to 2;
kristopher tate
2018-09-01
std/fmt/index.zig: #1358: test bytes printed-out as hex;
kristopher tate
2018-09-01
std/fmt/index.zig: #1358 allow bytes to be printed-out as hex;
kristopher tate
2018-08-27
zig fmt
Andrew Kelley
2018-08-27
Handle unions differently in std.fmt (#1432)
tgschultz
2018-08-25
add test for previous commit
Andrew Kelley
2018-08-25
Fixed compile error when passing enum to fmt
tgschultz
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-08-20
std.fmt.format: handle non-pointer struct/union/enum
Andrew Kelley
2018-08-14
fixed handling of [*]u8 when no format specifier is set
tgschultz
2018-08-01
Add integer binary output format (#1313)
Marc Tiehuis
2018-07-31
std.fmt.format: add '*' for formatting things as pointers
Andrew Kelley
2018-07-18
self-hosted: find libc on linux
Andrew Kelley
2018-07-02
add event loop Channel abstraction
Andrew Kelley
2018-06-30
Alignment fix and allow rudimentary f128 float printing
Marc Tiehuis
2018-06-18
remove bool to int syntax. add @boolToInt
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
don't automatically take pointer when passing by non-copying value
Andrew Kelley
2018-06-10
Added C string support to fmt by using "{s}". The format string requirement i...
tgschultz
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-09
std/fmt: Use lowercase k for kilo in base 1000 (#1090)
marleck55
2018-06-06
Pointer Reform: update @typeInfo
Andrew Kelley
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-06-04
Merge branch 'zig-custom-format' of https://github.com/tgschultz/zig into tgs...
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
[next]