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-06-12
Fix formatting of floating point values with the B and Bi specifiers
Alexandros Naskos
2020-05-29
Fix skipping condition (skip when wasm32)
Jakub Konka
2020-05-28
Link issue to the failing test case targeting wasm
Jakub Konka
2020-05-26
fmt padding correction (#5403)
Dmitry Atamanov
2020-05-26
std.fmt: non-exhaustive enums: avoid the loop when it's not necessary
Andrew Kelley
2020-05-26
std: in fmt, use tag names of non-exhaustive enums when available
daurnimator
2020-05-26
std: allow specifiying enums to be formatted as numbers
daurnimator
2020-05-25
Support comptime floats in std.fmt
data-man
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-16
Fixes fmt padding for some types
data-man
2020-05-01
rework std.math.big.Int
Andrew Kelley
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
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
[next]