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
2020-04-03
Update fmt.zig
markfirmware
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-19
std lib fixups for new semantics
Andrew Kelley
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-13
fix all the TODOs from the pull request
Andrew Kelley
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-10
std: simplify format enum-literals
Michael Dusan
2020-03-07
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-06
std: use std.ArrayList instead of std.Buffer in std/fmt.zig tests
daurnimator
2020-03-05
std: format enum-literals
Michael Dusan
2020-03-05
std: fix math.absCast on i1
daurnimator
2020-03-05
std: fix formatting of i1 integers
daurnimator
2020-03-05
std: use testing.expectEqualSlices from tests
daurnimator
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-01
breaking: std.mem.len no longer takes a type argument
Andrew Kelley
2020-03-01
std: format contents of sentinel terminated many pointers
daurnimator
2020-02-26
add test for `@intToEnum`
Vexu
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-23
Format decmial 0.0 with no precision as just 0
frmdstryr
2020-02-17
enable behavior and std lib tests for RISC-V 64-bit
Andrew Kelley
2020-02-13
annotate skipped test with issue link
Andrew Kelley
2020-02-13
fmt: vector formatting
data-man
2020-02-12
Correct comment to include comptime attribute on format output fn parameter
vegecode
2020-02-10
fmt: Pass the fmt string to the inner formatters
LemonBoy
2020-02-05
std.fmt.format: comptime output parameter
Andrew Kelley
2020-01-31
std: format non-exhaustive enums
daurnimator
2020-01-30
fmt: Refactor the arg fetching code
LemonBoy
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-20
Handle {s} format for C strings. (#4219)
Nathan Michaels
2020-01-19
progress towards merging
Andrew Kelley
2020-01-16
Fix regression in char printing
LemonBoy
2020-01-07
Use the correct calling convention for AEABI intrinsics
LemonBoy
2019-12-31
std.fmt.format: add helpful compile error for non-tuple args
Andrew Kelley
2019-12-18
translate-c-2 character literals and more test fixes
Vexu
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-10
Additional replacements of @typeOf with @TypeOf
Robin Voetter
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
ability to give comptime and non-comptime types to same parameter
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-04
std.fmt.ParseUnsignedError is now public
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-10
Fix missing @as cast in std.fmt.formatInt (#3650)
Felix Queißner
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
[next]