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
Age
Commit message (
Expand
)
Author
2020-10-05
std/zig: handle underscore in kernel version
Isaac Freund
2020-10-05
std: Fix two bugs in bigint pow
LemonBoy
2020-10-05
Revert "revert adding std.event.Loop.runDetached"
Andrew Kelley
2020-10-05
stage1: Implement @reduce builtin for vector types
LemonBoy
2020-10-05
Merge pull request #6496 from xackus/rlimit
Andrew Kelley
2020-10-05
Build.zig: Skip copying files that are used internally by the compiler
Timon Kruiper
2020-10-04
build system: implement computeOutFilenames using std.zig.binNameAlloc
Andrew Kelley
2020-10-04
Correctly set uid and gid to void instead of null on wasi
Alexandros Naskos
2020-10-04
add --image-base support
Andrew Kelley
2020-10-04
simplify api and add smoke test
xackus
2020-10-04
implement {get, set}rlimit for linux
xackus
2020-10-04
Write out LC_DYSYMTAB together with dyld_stub_binder undef symbol
Jakub Konka
2020-10-04
Generate more MachO exe boilerplate
Jakub Konka
2020-10-04
Merge pull request #6463 from jedisct1/ghash
Andrew Kelley
2020-10-04
Merge pull request #6454 from jedisct1/hkdf
Andrew Kelley
2020-10-04
std: Add pow(a,b) for big ints
LemonBoy
2020-10-03
revert adding std.event.Loop.runDetached
Andrew Kelley
2020-10-03
provide the full buffer length to _NSGetExecutablePath
Loris Cro
2020-10-02
make symlink buffer null-terminated
Loris Cro
2020-10-02
fix symlink path not being resolved in darwin
Loris Cro
2020-10-02
Merge pull request #6494 from IridescentRose/emit-reloc-patch
Alexandros Naskos
2020-10-02
Merge pull request #6491 from markfirmware/patch-2
Alexandros Naskos
2020-10-01
Switch TypeInfo.Fn.alignment to comptime_int from u29
Tadeo Kondrak
2020-10-01
stage1: Add alignment to TypeInfo.Fn
Tadeo Kondrak
2020-10-02
Merge pull request #6428 from tadeokondrak/alignment-typeinfo-struct-union
Alexandros Naskos
2020-10-01
Resolved additional formatting issues.
Nathan
2020-10-01
Resolve name and format issues.
Nathan
2020-10-02
std.fmt.comptimePrint: bufPrint cannot return an error
Alexandros Naskos
2020-10-01
Update std.meta.ArgsTuple for alignment in StructField/UnionField
Tadeo Kondrak
2020-10-01
Update std.meta.Tuple for alignment in StructField/UnionField
Tadeo Kondrak
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
2020-10-01
Switch TypeInfo alignment fields from u29 to comptime_int
Tadeo Kondrak
2020-10-01
Add alignment field to TypeInfo.UnionField and TypeInfo.StructField
Tadeo Kondrak
2020-10-01
Make builtin.TypeInfo.Pointer.alignment u29 instead of comptime_int
Tadeo Kondrak
2020-10-01
Merge pull request #6419 from tadeokondrak/std.fmt.comptimePrint
Alexandros Naskos
2020-10-01
Update build.zig
markfirmware
2020-10-01
Update build.zig
markfirmware
2020-10-01
std.event.Loop.runDetached should be pub
Alexandros Naskos
2020-10-01
Merge pull request #6455 from kristoff-it/event-loop-go
Alexandros Naskos
2020-10-01
ghash: add pclmul support on x86_64
Frank Denis
2020-10-01
Implement ghash aggregated reduction
Frank Denis
2020-10-01
ghash & poly1305: use pointer to slices for keys and output
Frank Denis
2020-10-01
std/crypto: add GHASH implementation
Frank Denis
2020-10-01
Merge pull request #6457 from Snektron/fix-arraylistunmanaged
Alexandros Naskos
2020-09-30
std: skip some tests that stage1 leaks too much memory with
Andrew Kelley
2020-09-30
Merge pull request #6250 from ziglang/stage2-zig-cc
Andrew Kelley
2020-09-30
fix incorrect dylib filename pattern in the previous commit
Andrew Kelley
2020-09-30
std.zig.binNameAlloc: take into account version for macos dylibs
Andrew Kelley
2020-09-30
Add deleteDir test with exception for not-empty directory on Windows
Ryan Liptak
2020-09-30
fix the cli test expected string to support native path separators
Andrew Kelley
[next]