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
/
src
Age
Commit message (
Expand
)
Author
2024-02-13
elf: store relative offsets in atom and symbol
Jakub Konka
2024-02-13
macho: scrap reader for preads when parsing archives
Jakub Konka
2024-02-13
elf: scrap reader for preads when parsing archives
Jakub Konka
2024-02-13
elf: fix 32bit build
Jakub Konka
2024-02-12
elf: refactor archive specific object parsing logic
Jakub Konka
2024-02-12
elf: move code paths responsible for emitting object and archive into relocat...
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-02-12
x86_64: implement `@clz` and `@ctz` of big integers
Jacob Young
2024-02-12
x86_64: implement `@byteSwap` of big integers
Jacob Young
2024-02-12
x86_64: fix compiler_rt tests
Jacob Young
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2024-02-12
x86_64: fix register clobber
Jacob Young
2024-02-12
x86_64: implement c abi for bool vectors
Jacob Young
2024-02-12
x86_64: implement `@abs` of big integers
Jacob Young
2024-02-12
x86_64: fix assert location
Jacob Young
2024-02-12
x86_64: fix packed load
Jacob Young
2024-02-12
x86_64: implement `ret_safe`
Jacob Young
2024-02-12
x86_64: fix incorrect alignment check
Jacob Young
2024-02-12
x86_64: implement mul, div, and mod of large integers
Jacob Young
2024-02-11
TypedValue: fix printing some nested things
Andrew Kelley
2024-02-11
wasm: correctly lower packed structs in arguments
Luuk de Gram
2024-02-10
Merge pull request #18878 from alichraghi/vector
Andrew Kelley
2024-02-10
macho: include compiler-rt in static lib if requested
Jakub Konka
2024-02-10
spirv: remove now-redundant isUnused calls from AIR handler functions
Ali Chraghi
2024-02-09
Merge pull request #18875 from ziglang/macho-zo-dwarf
Jakub Konka
2024-02-09
Sema: catch runtime stores to comptime variables through calls
Veikka Tuominen
2024-02-09
Merge pull request #18867 from e4m2/random
Andrew Kelley
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-09
spirv: emit vectorized operations
Ali Chraghi
2024-02-09
Merge pull request #18857 from alichraghi/shader
Veikka Tuominen
2024-02-09
macho: undo invalid fix for allocating sections for relocatable
Jakub Konka
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2024-02-09
spirv: merge `construct(Struct/Vector/Array)` into `constructComposite`
Ali Chraghi
2024-02-09
macho: align memory size with file size when emitting relocatable
Jakub Konka
2024-02-08
macho: fix alignment of objects in archive
Jakub Konka
2024-02-08
macho: do not close file on error - it will happen automatically anyhow
Jakub Konka
2024-02-08
builtin: enable panic handler on self-hosted macho
Jakub Konka
2024-02-08
macho: fix incorrect skip conditions for zig and dwarf sections
Jakub Konka
2024-02-08
Replace std.rand references with std.Random
e4m2
2024-02-08
macho: alloc improvement for relocatable
Jakub Konka
2024-02-08
macho: couple small fixes
Jakub Konka
2024-02-08
macho: in relocatable mode, macho emit __DWARF directly
Jakub Konka
2024-02-08
macho: move Dwarf handle to ZigObject from DebugSymbols
Jakub Konka
2024-02-07
Merge pull request #17634 from ianprime0509/type-erased-writer
Andrew Kelley
2024-02-07
macho: use preadAll to read in object files when emitting archive
Jakub Konka
2024-02-07
macho: fix 32bit builds
Jakub Konka
2024-02-07
macho: remove fallback to llvm-ar
Jakub Konka
2024-02-07
macho: parse input object files specifically for incl in archive
Jakub Konka
2024-02-07
macho: fix invalid ZigObject size calculation
Jakub Konka
2024-02-07
macho: fix writing SYMDEF symtab size
Jakub Konka
[next]