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
2021-07-02
compile errors test harness: support unknown file/line/column
Andrew Kelley
2021-06-27
std/fmt: add fmtDurationSigned
Isaac Freund
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-13
Improve error message when std.fmt.format is missing arguments
Jarred Sumner
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-06-09
Re-enable multiple wasm32 vector tests
Jakub Konka
2021-06-08
std: Better formatting of tuple types
LemonBoy
2021-05-31
stage2: disallow `1.e9` and `0x1.p9` as float literals
Isaac Freund
2021-05-17
std.fmt: fix regressions from master
Andrew Kelley
2021-05-17
std: update regarding std.builtin reorganization
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-05
std: Implement hex float printing
LemonBoy
2021-04-28
AstGen: hook up hex float parsing to float literals
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-28
std: Add a parser for hexadecimal floating point numbers
LemonBoy
2021-04-22
std: fix potential bug in parseInt
jacob gw
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-20
stage2: make std.fmt.parseInt ignore `_`
jacob gw
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-28
Add a test & fix for std.fmt.fmtDuration
Jonathan Knezek
2021-03-07
Implement fmtDuration using Formatter (#8137)
Jonathan Knezek
2021-03-07
std: Deprecate the B and Bi format specifiers
LemonBoy
2021-03-01
std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices
LemonBoy
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
std: Add more error checking in hexToBytes
LemonBoy
2021-02-21
remove z/Z format specifier deprecations
Jonathan Marler
2021-02-09
require specifier for arrayish types
Jonathan Marler
2021-01-30
Improve error messages in std.fmt (#7898)
Dmitry Atamanov
2021-01-29
complete {Z} deprecation in std.fmt.formatIntValue
Asherah Connor
2021-01-12
Move fmt.testFmt to testing.expectFmt
Jay Petacat
2021-01-11
Add std.fmt.formatDuration and std.fmt.duration (#7297)
Jonathan Knezek
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-02
Decrement max_depth when printing slice elements
LemonBoy
2021-01-02
std: Disable the special casing of {} for u8 slices/arrays
LemonBoy
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2021-01-02
Use same brace pairs for arrays/slices/vectors
LemonBoy
2021-01-02
Small cleanup
LemonBoy
2021-01-02
Add formatting for arrays
data-man
2021-01-02
std: Refactor the slice formatting code
LemonBoy
2021-01-02
Formatting fix
ryuukk
2021-01-02
Pretty print Slices
ryuukk
2020-12-31
Year++
Frank Denis
2020-12-13
std: Fix formatting of type values
LemonBoy
2020-11-20
std: Implement named arguments & runtime width/precision
LemonBoy
2020-11-20
std: Rewrite the fmt parser
LemonBoy
2020-11-19
Merge pull request #6390 from LemonBoy/reboot-3970
Andrew Kelley
[next]