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-06-27
std.crypto.25519.field: avoid excessive inlining
Andrew Kelley
2022-06-27
std.os.linux.clone: upgrade to stage2 fn ptr semantics
Andrew Kelley
2022-06-27
std.x.os.net: make error set consistent across targets
Andrew Kelley
2022-06-27
LLVM: fix invalid IR on `@returnAddress` of wasm/bpf
Andrew Kelley
2022-06-27
Fix stack traces with non-null `first_address` on Windows
Ryan Liptak
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
macho: implement -headerpad_size option
Jakub Konka
2022-06-25
link-tests: defer parsing of the RPN program until running the action
Jakub Konka
2022-06-24
macho: implement -search_dylibs_first linker option
Jakub Konka
2022-06-24
Merge pull request #11910 from ziglang/linker-tests
Jakub Konka
2022-06-23
std.debug: fix ConfigurableTrace.dump OOB
FlandreScarlet
2022-06-23
link-tests: rename check() to checkStart()
Jakub Konka
2022-06-23
link-tests: fix parsing symtab for macho
Jakub Konka
2022-06-22
link-tests: add better docs
Jakub Konka
2022-06-22
link-tests: clean up error messages in case of failure
Jakub Konka
2022-06-22
link-tests: clean up linker testing harness
Jakub Konka
2022-06-22
link-tests: fix dumping of LOAD_DYLIB: name instead of path field
Jakub Konka
2022-06-22
link-tests: rename CheckMachOStep to CheckObjectStep and accept obj format
Jakub Konka
2022-06-22
link-tests: extract values into variables
Jakub Konka
2022-06-21
link-tests: move macho tests to subfolder
Jakub Konka
2022-06-21
link-tests: dump metadata to string and grep results
Jakub Konka
2022-06-21
link-tests: add CheckMachOStep
Jakub Konka
2022-06-21
Merge pull request #11899 from Vexu/stage2
Veikka Tuominen
2022-06-21
std.os.execvpe: fix buffer overflow
Jonathan Marler
2022-06-20
link-tests: test pagezero_size option for macho
Jakub Konka
2022-06-20
test: introduce link(er) tests - builds on standalone tests
Jakub Konka
2022-06-20
std.fmt: update test to stage2 fn pointer semantics
Veikka Tuominen
2022-06-20
std.crypto: fix invalid pass by value
Veikka Tuominen
2022-06-18
value: handle slices in canMutateComptimeVarState
Veikka Tuominen
2022-06-17
stage2: check that struct is a tuple when value tags differ in eql
Veikka Tuominen
2022-06-17
std.tz: fix function returning pointer to local variable
Veikka Tuominen
2022-06-15
std/crypto: add support for ECDSA signatures (#11855)
Frank Denis
2022-06-13
std.math.big.int: update Managed.toString() to use provided allocator (#11839)
Mikael Berthe
2022-06-13
crypto/pcurves: compute constants for inversion at comptime (#11780)
Frank Denis
2022-06-12
Merge pull request #11837 from Vexu/stage2
Andrew Kelley
2022-06-12
Sema: add missing set_union_tag
Veikka Tuominen
2022-06-12
add std.debug.Trace.format
Andrew Kelley
2022-06-12
std.mem.zeroes: remove call to std.meta
Andrew Kelley
2022-06-12
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen
2022-06-11
stage2: improve anon name strategy for local variables
Veikka Tuominen
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-11
stage2: small fixes + adjustments to std tests
Veikka Tuominen
2022-06-11
Sema: handle tuple and anon_struct in resolveTypeFully
Veikka Tuominen
2022-06-09
std.debug.Trace: improve API
Andrew Kelley
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-08
parser: sync comments with formal grammar
Isaac Freund
2022-06-08
std.build: Expose `-z norelro` and `-z lazy`
Isaac Freund
2022-06-07
std.math: Add O(log N) implementation of log2(x) for comptime_int
Cody Tapscott
2022-06-07
Merge pull request #11813 from Vexu/stage2
Andrew Kelley
2022-06-07
add const to msghdr_const iov and control pointers
Jonathan Marler
[next]