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
2024-02-12
x86_64: fix assert location
Jacob Young
2024-02-07
Merge pull request #17634 from ianprime0509/type-erased-writer
Andrew Kelley
2024-02-03
std.fmt: fix formatting slices of structs with custom formatting
Chadwain Holness
2024-01-29
Eliminate generic duplication in `allocPrint`
Ian Johnson
2024-01-23
std.fmt: fix unecessary deref on user-defined format function
Khang Nguyen Duy
2024-01-21
std.fmt: clarify the use of "character"
Andrew Kelley
2024-01-13
Fix fmt UTF-8 characters as fill (#18533)
vinnichase
2023-12-30
Update formatFloat* docs to reflect limitation w/ large floats
Mason Remaley
2023-12-22
std.fmt: fix formatting of array pointers
Vitalijus Valantiejus
2023-12-11
fmt.parseWithSign(): prevent edge case overflows
Travis Staloch
2023-11-24
std.fmt: fix overflow when formatting comptime_float
Luca Ivaldi
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
Revert "fix parseInt failing when a correct base is given"
Andrew Kelley
2023-06-24
fix parseInt failing when a correct base is given
Mikko Kaihlavirta
2023-06-19
Merge pull request #16046 from BratishkaErik/issue-6128
Andrew Kelley
2023-06-19
std.fmt: fix error set of formatDuration
dweiller
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
std.fmt: remove `e`, `E`, `z`, and `Z` specifiers (deprecated in 0.8)
Eric Joldasov
2023-06-13
std.fmt.formatValue: remove `B` and `Bi` specifiers (deprecated in 0.8)
Eric Joldasov
2023-06-07
std: fix parseInt for single-digit signed minInt (#15966)
Josh Wolfe
2023-06-01
Use the word 'base' consistently instead of 'radix'
Evin Yulo
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-05-25
std.fmt: Rename parseWithSign() sign parameter enum values to snake case
Linus Groh
2023-05-25
std.fmt: Rename Alignment enum values to snake case
Linus Groh
2023-05-15
std: expose fmt methods and structs for parsing
Tristan Ross
2023-05-10
std.fmt.parseIntSizeSuffix: add R and Q
Meghan
2023-05-10
Add std.fmt.parseIntSizeSuffix and use for --maxrss
Evin Yulo
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-04-23
Add `@inComptime` builtin
mlugg
2023-04-23
Improvements to docs and text
zooster
2023-04-18
std: fix uses of comptime blocks in non-inline functions
mlugg
2023-03-20
std: improve error for formatting a function body type
Veikka Tuominen
2023-03-07
std.fmt: add bytesToHex() to encode bytes as hex digits
Frank Denis
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
fmt: Make default_max_depth configurable
ominitay
[next]