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
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-27
std.fmt: lowercase compile errors
r00ster91
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-21
Fix #9184: fmtIntSizeDec/fmtIntSizeBin support FormatOptions
Yujiri
2022-07-11
std.fmt: clarify the description of placeholders in Format Strings
Duncan Holm
2022-07-10
compiler_rt: Update Windows ABI for float<->int conversion routines
Cody Tapscott
2022-07-09
two more regressed test cases; same cause as last two commits
Andrew Kelley
2022-07-09
disable regressed float formatting test case
Andrew Kelley
2022-07-05
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-05
std: align some function pointers
Andrew Kelley
2022-07-03
std: disable tests regressed from LLVM 14
Andrew Kelley
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-20
std.fmt: update test to stage2 fn pointer semantics
Veikka Tuominen
2022-06-12
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen
2022-06-11
stage2: improve anon name strategy for local variables
Veikka Tuominen
2022-06-11
Sema: handle tuple and anon_struct in resolveTypeFully
Veikka Tuominen
2022-06-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-06-03
std: disable tests that crash stage2
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-23
document bufPrint, and format now uses `writer` not `output`
Dominic Tarr
2022-05-03
temporary fix for stage2/stage1 f128 rounding discrepency
Marc Tiehuis
2022-05-03
add new float-parser based on eisel-lemire algorithm
Marc Tiehuis
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-04-25
stdlib: Fix hex-float printing for f80
Cody Tapscott
2022-04-15
Add `std.unicode.replacement_character`
r00ster91
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-07
use math/float.zig everywhere
viri
2022-04-04
std.fmt: Fix incorrect behavior with large floating point integers.
Evan Haas
2022-03-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2022-03-21
stage2 llvm: fix lowerDeclRefValue for function aliases
Veikka Tuominen
2022-03-19
stage1: make type names more unique
Robin Voetter
2022-02-19
AstGen: evaluate `comptime var` init expressions in a comptime context
Andrew Kelley
2022-02-16
fmt: allow uppercase prefix to be parsed in std.fmt.parseInt()
iddev5
2022-01-29
std.fmt: fix out-of-bounds array write in float printing
John Schmidt
2022-01-24
Handle FormatOptions in fmtDuration/fmtDurationSigned
John Schmidt
2022-01-01
fmt: Refactor parsing of placeholders into its own function
Jimmi Holst Christensen
2022-01-01
std.fmt: improve `@compileError` message
r00ster
2021-12-29
Fixed typo in deprecation error for `E` format specifier where it would inste...
Tom Manner
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-17
std: Fix endless loop in fmt impl
LemonBoy
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
re-enable mips behavior tests for vectors
Andrew Kelley
2021-08-30
Fix float formatting for 0.0 when precision is 0 (#9642)
Boo
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-20
std.json: Add support for recursive objects to std.json.parse (#9307)
Dmitry Matveyev
2021-08-19
std.fmt: add support for printing slices strings (#9562)
Meghan
[next]