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-11-20
std: Use correct clone() stub
LemonBoy
2020-11-20
Merge pull request #7160 from semarie/openbsd-getdents
Jakub Konka
2020-11-19
std.meta.declarations: support opaque {}
Isaac Freund
2020-11-19
Merge pull request #6390 from LemonBoy/reboot-3970
Andrew Kelley
2020-11-19
std: Disable _only_ the flaky part of the ResetEvent test
LemonBoy
2020-11-19
tfw you can't even disable a test without getting the logic wrong
Andrew Kelley
2020-11-19
Nicer code for the error code path
LemonBoy
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-19
openbsd, netbsd: getdents: entry with d_fileno==0 should be skipped
Sébastien Marie
2020-11-19
Iterator: rename freebsd_entry to bsd_entry to reflect that nextBsd is not fr...
Sébastien Marie
2020-11-19
darwin: getdents: entry with d_ino==0 should be skipped
Sébastien Marie
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-11-18
add std.heap.raw_c_allocator
Andrew Kelley
2020-11-18
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley
2020-11-18
Change seed for Murmur2_64 from u32 to u64
breakin
2020-11-18
Merge pull request #7154 from daurnimator/std.atomic
Veikka Tuominen
2020-11-18
std: add chdir smoke test
Jakub Konka
2020-11-18
Move utf8->utf16 up one level into os.zig
Lee Cannon
2020-11-18
use else in err switch
Lee Cannon
2020-11-18
Switch to RtlSetCurrentDirectory_U
Lee Cannon
2020-11-18
Implement chdir and chdirZ for Windows
Lee Cannon
2020-11-18
Merge pull request #6434 from daurnimator/fifo.pump
Veikka Tuominen
2020-11-18
Merge pull request #6649 from Rocknest/verparse
Veikka Tuominen
2020-11-19
std: add std.atomic.Bool
daurnimator
2020-11-19
std: add tests for std.atomic.Int
daurnimator
2020-11-19
std: fix missing operation argument to @atomicRmw
daurnimator
2020-11-19
std: some more docs for std.atomic.Int
daurnimator
2020-11-19
std: mark std.atomic.Int as extern so it can be used in public ABIs
daurnimator
2020-11-18
std: expose all atomic operations from std.atomic.Int
daurnimator
2020-11-18
make help in commands more consistent
Vexu
2020-11-18
Added std.meta.fieldNames
Alexandros Naskos
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-18
Merge pull request #7084 from xackus/mem-volatile
Veikka Tuominen
2020-11-18
std: make meta.IntType a compile error
xackus
2020-11-18
std: openDirAbsolute and accessAbsolute (#7082)
g-w1
2020-11-17
disable the flaky ResetEvent test
Andrew Kelley
2020-11-17
std/crypto: use NAF for multi-scalar edwards25519 multiplication
Frank Denis
2020-11-17
std/crypto: implement the Hash-To-Curve standard for Edwards25519
Frank Denis
2020-11-16
std.crypto.isap: fix callsites of secureZero
Andrew Kelley
2020-11-16
std/crypto: add ISAPv2 (ISAP-A-128a) AEAD
Frank Denis
2020-11-16
start.zig: call wWinMain with root's type
Jonathan Marler
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-11-16
linuxWaitFd: make NetworkSubsystemFailed error unreachable
heidezomp
2020-11-16
Merge pull request #7002 from jedisct1/timingSafeEqlMinimal
Andrew Kelley
2020-11-16
libstd: add more MachO consts and structs
Jakub Konka
2020-11-16
std: Make windows.ReadFile allow short reads
LemonBoy
2020-11-16
std.mem: make args comptime, fix test names
xackus
2020-11-14
std.mem: make sliceAsBytes, etc. respect volatile
xackus
2020-11-14
std.mem: improve doc comments
xackus
[next]