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-09-02
zig fmt: don't delete container doc comments
yujiri8
2022-09-02
zig fmt: remove trailing comma at the end of assembly clobber
riChar
2022-09-01
Add AFNOSUPPORT error to bind (#12560)
John Schmidt
2022-08-31
coff: add import table definitions
Jakub Konka
2022-08-31
Using `comptime level.asText()` in log example
Hashi364
2022-08-31
translate-c: promote large integer macros to unsigned long long if necessary
Evan Haas
2022-08-30
std.Thread: fix freeAndExit on x86_64-linux (#12693)
biexelar
2022-08-30
coff: add base relocation related types
Jakub Konka
2022-08-30
coff: move Symtab and Strtab out of coff.Coff
Jakub Konka
2022-08-30
Merge pull request #12677 from ziglang/coff-linker
Jakub Konka
2022-08-30
Merge pull request #12662 from wsengir/coff-fix
Jakub Konka
2022-08-30
std.rand: make weightedIndex proportions param a const slice
Veikka Tuominen
2022-08-30
coff: fallback to _start as default entry point for now
Jakub Konka
2022-08-30
coff: add missing bits required for minimal PE example
Jakub Konka
2022-08-30
coff: write headers to file
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-30
start: allow for explicitly defined entry point for Win
Jakub Konka
2022-08-28
coff: publicize and flesh out more image constants
William Sengir
2022-08-28
std.random: add weightedIndex function
Justin Whear
2022-08-28
coff: fix reading COFF header offset
William Sengir
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-26
openbsd: fix sigcontext struct and avoid defining fxsave64
Sébastien Marie
2022-08-26
coff: do not pull in std.log into coff.zig definitions
Jakub Konka
2022-08-26
copy_file_range: fix zigification of TXTBSY
Motiejus Jakštys
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-24
docs: remove confusion about align[For|Back]ward
Jonas Gollenz
2022-08-24
fix coff.zig with const qualifier convert problem
max
2022-08-24
pthread_key_create: make it build with stage2
Sébastien Marie
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
2022-08-24
Enables std.build.TranslateCStep to use stage1/stage2 selectively. Unbreaks p...
Felix "xq" Queißner
2022-08-24
Adds std.meta.FnPtr for easier stage1/stage2 compatibility
Felix "xq" Queißner
2022-08-23
Revert "std.os: add INVALID_SOCKET (#12081)"
Andrew Kelley
2022-08-23
std.debug: DWARFv5 fixes
Andrew Kelley
2022-08-23
std.os: add INVALID_SOCKET (#12081)
yyny
2022-08-23
coff: fix compile errors in std.debug
Jakub Konka
2022-08-23
macho: fix compile errors in std.debug
Jakub Konka
2022-08-23
std.debug: implement support for DWARFv5
Andrew Kelley
2022-08-23
coff: improve default COFF/PE object parser
Jakub Konka
2022-08-22
Windows: Fix incorrect output when .pdb file is not found during stack trace
Ryan Liptak
2022-08-22
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers
2022-08-22
build system: add flag for -fstack-protector
Andrew Kelley
2022-08-22
Merge pull request #12563 from Vexu/stage2-fixes
Veikka Tuominen
2022-08-22
std.io.Reader: bounded array functions
InKryption
2022-08-22
std.valgrind.callgrind: fix string type
Justas Zabulionis
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-22
Merge pull request #12557 from Luukdegram/wasm-archive
Jakub Konka
2022-08-21
Enable unexpectedErrno error tracing for stage2 LLVM
John Schmidt
2022-08-21
std: fix EmulatableRunStep
Luuk de Gram
2022-08-20
test/link: add wasm linker-test for archives
Luuk de Gram
[next]