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
Age
Commit message (
Expand
)
Author
2023-04-03
macho+coff: remove alignment from Atom as it is unused
Jakub Konka
2023-04-02
Merge pull request #15134 from castholm/reverse-iterator
Veikka Tuominen
2023-04-02
Sema: defer stores to inferred allocs
Jacob Young
2023-04-02
Merge pull request #15140 from jacobly0/x86_64
Jakub Konka
2023-04-02
x86_64: implement shl with overflow
Jacob Young
2023-04-02
x86_64: implement large add/sub with overflow
Jacob Young
2023-04-02
x86_64: implement wide multiply
Jacob Young
2023-04-02
x86_64: implement struct_field_val for large packed structs
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-04-02
x86_64: implement error name
Jacob Young
2023-04-02
x86_64: implement calling var args functions
Jacob Young
2023-04-02
x86_64: implement aggregate init of a packed struct
Jacob Young
2023-04-02
link-test: adjust test/link/bugs/macho/13056 to latest changes on macOS 13.3
Jakub Konka
2023-04-01
Merge pull request #15135 from ziglang/fix-15103
Jakub Konka
2023-04-01
link-test: skip foreign checks in entry_in_archive MachO test
Jakub Konka
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-04-01
macho: do not assume entrypoint is defined
Jakub Konka
2023-04-01
link-test: add test for entry in a dynamic library for MachO
Jakub Konka
2023-04-01
link-test: add test for entry in a static archive for MachO
Jakub Konka
2023-04-01
macho: handle weird case of entrypoint being a stub
Jakub Konka
2023-04-01
macho: look for entry in archives/dylibs too
Jakub Konka
2023-04-01
Merge pull request #15139 from ziglang/macos-13-fixes
Jakub Konka
2023-04-01
libc: update macOS libSystem.13.tbd
Jakub Konka
2023-04-01
tapi: update to latest Apple changes
Jakub Konka
2023-04-01
tapi: update yaml parser
Jakub Konka
2023-04-01
Merge pull request #15130 from ziglang/macos-13.3
Jakub Konka
2023-03-31
std.mem.reverseIterator: add nextPtr()
Carl Åstholm
2023-03-31
std.mem.reverseIterator: accept pointer to array
Carl Åstholm
2023-03-31
std: bump max macOS version to 13.3
Jakub Konka
2023-03-31
libc: update macOS libc headers to latest SDK 13.3
Jakub Konka
2023-03-31
Merge pull request #15127 from der-teufel-programming/autodoc_newbuiltins
Loris Cro
2023-03-31
Merge pull request #14823 from der-teufel-programming/autodoc-quickfixes
Loris Cro
2023-03-31
libc: add missing sys/timex.h to macOS libc headers
Jakub Konka
2023-03-31
autodoc: add new builtins
Krzysztof Wolicki
2023-03-31
autodoc: fix Extended builtin functions names rendering
Krzysztof Wolicki
2023-03-31
Merge pull request #15125 from ziglang/hcs-win-poc
Jakub Konka
2023-03-30
docgen: add `additional_option` token; fix wasm-freestanding example
jagt
2023-03-30
coff: enable hot-code swapping on a compatible host only
Jakub Konka
2023-03-30
coff: due to ASLR we need to dupe the code for relocating
Jakub Konka
2023-03-30
std: simplify VirtualProtectEx and fix ntdll signature
Jakub Konka
2023-03-30
coff: use std.os.windows wrappers; fix relocating in-file
Jakub Konka
2023-03-30
std: move ntdll wrappers to std.os.windows
Jakub Konka
2023-03-30
coff: reimplement VirtualProtectEx using our own ntdll wrapper
Jakub Konka
2023-03-30
coff: reimplement Read/WriteProcessMemory using our own ntdll wrappers
Jakub Konka
2023-03-30
coff: make sure we correctly slide relocation target when resolving
Jakub Konka
2023-03-30
coff: first (not-fully-functional) PoC of HCS
Jakub Konka
2023-03-30
coff: use copy in zig-cache for child process in HCS
Jakub Konka
2023-03-30
Change ordering of prep provide buffers args
bing
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-30
Update GDB pretty printers
Silver
[next]