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-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
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
[next]