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
2022-01-25
std.crypto.random: `Random`s are no longer passed by reference
Meghan
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-24
Revert "MultiArrayList: Fix error when struct is 0 sized"
Andrew Kelley
2022-01-24
std.crypto.25519.scalar: implement edwards25519 scalar field inversion
Frank Denis
2022-01-24
Handle FormatOptions in fmtDuration/fmtDurationSigned
John Schmidt
2022-01-24
HashMap: add removeByPtr
riverbl
2022-01-24
Avoid duplicate TLS startup symbols
Sizhe Zhao
2022-01-24
Normalize some build function names
Jonathan Marler
2022-01-24
readUntilDelimiter*: read only if buffer not full
Pablo Santiago Blum de Aguiar
2022-01-24
use explicit integer bit widths for windows GUID
Jonathan Marler
2022-01-24
std/fs: Support `XDG_DATA_HOME`
fifty-six
2022-01-24
MultiArrayList: Fix error when struct is 0 sized
riverbl
2022-01-24
allow `expected_exit_code` to be `null`
Lee Cannon
2022-01-23
Merge pull request #10662 from ziglang/doc-comments-zir
Andrew Kelley
2022-01-23
AstGen: doc comment fixups
Andrew Kelley
2022-01-23
Stop using LinearFifo in BufferedWriter
Jimmi Holst Christensen
2022-01-23
std: Add some missing termios types to c/linux.zig and os.zig
joachimschmidt557
2022-01-21
disable some broken stuff for stage2 llvm backend on aarch64
Andrew Kelley
2022-01-20
remove unnecessary self argument
Jonathan Marler
2022-01-20
std: add meta.DeclEnum
Meghan Denny
2022-01-19
stage2: improvements to entry point handling
Andrew Kelley
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-18
Merge pull request #10624 from ziglang/prefetch
Andrew Kelley
2022-01-18
Implement segfault handler for macOS x86_64
John Schmidt
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-17
test runner: stage2 llvm backend prints stats
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2022-01-17
std.c: add shm_open and shm_unlink
Meghan
2022-01-17
Fix os.rusage when linking with c library on Linux
johnLate
2022-01-17
std: add json.stringifyAlloc
Meghan Denny
2022-01-17
libstd: add smoke test for insert methods in MultiArrayList
Jakub Konka
2022-01-16
Fix missing `!void` in std.MultiArrayList
Jarred Sumner
2022-01-16
Slice function of BoundedArray now returns slice based on self pointer
Jimmi Holst Christensen
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-15
Merge pull request #10576 from schmee/macos-resolve-ip
Jakub Konka
2022-01-14
Check for isDarwin() instead of linked libc
John Schmidt
2022-01-14
Use allocPrintZ to avoid needing assumeSentinel
bryfry
2022-01-13
compiler_rt: one less exception for stage2
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-12
Use libc if_nametoindex if available when parsing IPs
John Schmidt
2022-01-12
Allow BoundArray to be default initialized
Jimmi Holst Christensen
2022-01-12
Make prominent_compile_errors also work for test steps
Jimmi Holst Christensen
2022-01-11
Fix a bug in std.Thread.Condition and add a basic Condition test. (#10538)
afranchuk
2022-01-11
std.fs.path: revert recent public API change
Andrew Kelley
2022-01-11
std/os/uefi: Add pool_allocator and raw_pool_allocator
fifty-six
2022-01-11
std/os/uefi: Add create_file_device_path
fifty-six
2022-01-11
std/os/uefi: Add methods next() and size() to DevicePathProtocol
fifty-six
2022-01-11
std/os/uefi: Add FileSystemInfo
fifty-six
2022-01-11
std/os/uefi: Move FileInfo guid from FileProtocol to FileInfo
fifty-six
[next]