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
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
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-17
std.builtin: rename Type.Fn's args to params
r00ster91
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-09
std.fmt escape functions: reflect printability of space in test
r00ster91
2022-12-07
AstGen: make `@compileError` operand implicitly comptime
Veikka Tuominen
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
std.fmt: more descriptive names for impl functions
Jacob Young
2022-12-05
std.fmt.formatInt: Use an optimized path for decimals
Jason Phan
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-10-25
fmt: fix f80 hex formatting
Jacob Young
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-23
make `fmt.formatAsciiChar` respect `options` parameter
ノYuh
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
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
[next]