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
/
special
Age
Commit message (
Expand
)
Author
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-04
Revert "Fix #7296:"
Andrew Kelley
2021-01-02
Merge pull request #7612 from g-w1/do-7296
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
tests: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Fix #7296:
g-w1
2020-12-31
Year++
Frank Denis
2020-12-28
zig test: std.testing.zig_exe_path is now available
Andrew Kelley
2020-12-23
Add sincosf function (#7267)
daurnimator
2020-12-20
std.Progress: make the API thread-safe
Andrew Kelley
2020-12-10
Added global-cache argument to build system + removed extra args.
antlilja
2020-12-09
compiler-rt: Fix compilation of clzsi for armv6 targets
LemonBoy
2020-12-09
compiler-rt: Avoid exposing atomic builtins when not supported
LemonBoy
2020-11-20
std: Use correct clone() stub
LemonBoy
2020-11-18
make help in commands more consistent
Vexu
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-05
std: Implement more useful approxEq semantics
LemonBoy
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-10-29
Merge pull request #6678 from s-ol/doc-type-aware
Veikka Tuominen
2020-10-29
docs: link to functions in getValueText and getCallHtml
s-ol
2020-10-25
Various formatting fixes
Koakuma
2020-10-25
test runner: use the correct number in leak report
Vincent Rischmann
2020-10-24
Add clone(2) implementation
Koakuma
2020-10-23
generated docs: add FnFrame type support
s-ol
2020-10-22
generated docs: add anyframe type support
s-ol
2020-10-22
generated docs: add vector type support
s-ol
2020-10-20
std docs: print bool values
xackus
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-16
Add support for `zig build run -- arg1 arg1` in file created by init-exe
Juha Syrjälä
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-10-13
std/build: support --color
Isaac Freund
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-09-23
test_runner: fix missing newline in log
Andrew Kelley
2020-09-22
stage2: implement zig build
Andrew Kelley
2020-09-22
build runner: allow for a bit longer -D options
Andrew Kelley
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-03
Introduces a space after the ellipsis for test and progress.
Felix (xq) Queißner
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-30
compiler-rt: Add missing floatdisf routine
LemonBoy
2020-08-23
remove licensing comments from init-exe/init-lib
Luna
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-20
disallow extern variables with initializers
Vexu
2020-08-18
Change std.debug.warn to std.log.info in init-exe template. (#5941)
Nathan Michaels
2020-08-18
test_runner: don't assume the GeneralPurposeAllocator config
Andrew Kelley
2020-08-13
add error for unused/duplicate block labels
Vexu
2020-08-11
GeneralPurposeAllocator: use std.log instead of std.debug.print
Andrew Kelley
[next]