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-09-26
remove formatted panics
Andrew Kelley
2024-09-08
std.fmt: Update casing of a few functions to match naming style guide
Linus Groh
2024-09-02
std.fmt.fmtIntSize*: document when precision is ignored
fdfdjfk3
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-20
fix std.fmt.hex
Andrew Kelley
2024-07-20
add std.fmt.hex
Andrew Kelley
2024-07-17
format: do not force user to provide an alignment field when it's not necessa...
eric-saintetienne
2024-05-27
Progress: fix compile errors on windows
Jacob Young
2024-05-21
use constant in formatType
orvit
2024-04-23
Update fmt.zig tests
Sean
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-24
fix comptime float formatting
Marc Tiehuis
2024-03-24
std.fmt.fmtIntSize{Bin,Dec}: Don't add .0... to bytes
Ben Sinclair
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-21
rename ryu128 -> format_float
Marc Tiehuis
2024-03-11
Merge pull request #19229 from tiehuis/ryu-128
Andrew Kelley
2024-03-10
improve documentation in std
Andrew Kelley
2024-03-09
std.fmt: fix std-cases and perform round-trip check in ryu unit tests
Marc Tiehuis
2024-03-09
std.fmt: add ryu floating-point formatting
Marc Tiehuis
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
[next]