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
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
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-09
Uses getWritten instead of .pos + slicing
Felix Queißner
2020-08-09
Makes formatFloatValue not return error.NoSpaceLeft anymore.
Felix (xq) Queißner
2020-08-09
Fixes double alignment
Felix (xq) Queißner
2020-08-05
Revert "std.fmt.format: small optimization to avoid runtime bloat"
Andrew Kelley
2020-07-29
std.fmt.format: small optimization to avoid runtime bloat
Andrew Kelley
2020-07-14
Added octal formatting fo `fmt` functions. (#5867)
~nue
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-05
Rewrite std.fmt.parseInt
Alluet
2020-07-05
Fix issue 5757: increase branch quota for formatting enums
Jonathan Marler
2020-06-20
Use writer in std.fmt
data-man
2020-06-12
Fix formatting of floating point values with the B and Bi specifiers
Alexandros Naskos
2020-05-29
Fix skipping condition (skip when wasm32)
Jakub Konka
2020-05-28
Link issue to the failing test case targeting wasm
Jakub Konka
2020-05-26
fmt padding correction (#5403)
Dmitry Atamanov
2020-05-26
std.fmt: non-exhaustive enums: avoid the loop when it's not necessary
Andrew Kelley
2020-05-26
std: in fmt, use tag names of non-exhaustive enums when available
daurnimator
2020-05-26
std: allow specifiying enums to be formatted as numbers
daurnimator
2020-05-25
Support comptime floats in std.fmt
data-man
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-16
Fixes fmt padding for some types
data-man
2020-05-01
rework std.math.big.Int
Andrew Kelley
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-03
Update fmt.zig
markfirmware
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-10
std: simplify format enum-literals
Michael Dusan
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-06
std: use std.ArrayList instead of std.Buffer in std/fmt.zig tests
daurnimator
2020-03-05
std: format enum-literals
Michael Dusan
2020-03-05
std: fix math.absCast on i1
daurnimator
2020-03-05
std: fix formatting of i1 integers
daurnimator
2020-03-05
std: use testing.expectEqualSlices from tests
daurnimator
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-01
breaking: std.mem.len no longer takes a type argument
Andrew Kelley
2020-03-01
std: format contents of sentinel terminated many pointers
daurnimator
[next]