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
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-17
Merge pull request #13964 from ziglang/issue-11737
Jakub Konka
2022-12-17
zig fmt: fix extra whitespace with multiline strings
yujiri8
2022-12-16
macho: identifier string in code signature should be just basename
Jakub Konka
2022-12-16
macho: fix 32bit build
Jakub Konka
2022-12-16
macho: move parallel file hashing back to CodeSignature
Jakub Konka
2022-12-16
macho: RingBuffer experiment to crack down the bug
Jakub Konka
2022-12-16
macho: remove temp debugging routines
Jakub Konka
2022-12-16
macho: exclude all content of the binary that could cause non-deterministic UUID
Jakub Konka
2022-12-16
macho: exclude linkedit and symtab/dysymtab load commands from the uuid calc
Jakub Konka
2022-12-16
macho: calculate UUID excluding stabs and part of contributing strtab
Jakub Konka
2022-12-16
macho: store LC headers to often updated LINKEDIT sections
Jakub Konka
2022-12-16
macho: generate stabs last to aid in deterministic uuid calculation
Jakub Konka
2022-12-16
Elf: switch link order of libcompiler_rt and libc
Motiejus Jakštys
2022-12-16
codegen - lower str_lit to vector
Travis Staloch
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-16
macho: do not assume exe or dylib when flushing module
Jakub Konka
2022-12-16
macho: generalize parallel hasher; impl parallel MD5-like hash
Jakub Konka
2022-12-16
macho: calculate UUID as a streaming MD5 hash of the file contents
Jakub Konka
2022-12-16
macho: dedup LC emitting logic
Jakub Konka
2022-12-15
std: make builtin.Type.{Int,Float}.bits a u16 instead of comptime_int
Meghan
2022-12-15
std.debug.TTY: Fix colors not resetting on Windows
Ryan Liptak
2022-12-15
glibc: avoid poisoning the cache namespace with zig lib dir
Andrew Kelley
2022-12-14
stage2: remove `pub` from a private function
Andrew Kelley
2022-12-14
std.fs.Dir.statFile rework
Andrew Kelley
2022-12-14
std.fs.Dir.statFile: use fstatat
Philippe Pittoli
2022-12-14
Sema: display cimport errors from clang
Veikka Tuominen
2022-12-14
Sema: avoid analyzing functions which failed when inlining
Veikka Tuominen
2022-12-14
Sema: fix memory management of union enum tag int tag
Veikka Tuominen
2022-12-14
Sema: implement missing stage1 errors
Veikka Tuominen
2022-12-14
Fix tautological big_int tests.
IntegratedQuantum
2022-12-13
Merge pull request #13907 from Vexu/call-merge
Andrew Kelley
2022-12-14
Merge pull request #12298 from r00ster91/debugerror
Veikka Tuominen
2022-12-13
add `zig objcopy` subcommand
Andrew Kelley
2022-12-13
Merge pull request #13910 from Luukdegram/wasm-simd
Andrew Kelley
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-13
fix(terminal): handle some possible errors and resolve TODOs
r00ster91
2022-12-12
stage2: Teach Liveness that safety checks do not modify memory
Cody Tapscott
2022-12-12
wasm: `splat` for vector elements divisible by 8
Luuk de Gram
2022-12-12
wasm: implement the 'splat' instruction part 1
Luuk de Gram
2022-12-12
codegen: implement generating vector values
Luuk de Gram
2022-12-12
wasm: load+store simd immediate values
Luuk de Gram
2022-12-11
update TracyAllocator for new Allocator changes
Lee Cannon
2022-12-11
Add a helpful note when using `**` on number types. (#13871)
IntegratedQuantum
2022-12-10
Merge pull request #13872 from koachan/sparc64-codegen
Andrew Kelley
2022-12-10
Merge pull request #13370 from r00ster91/newascii
Andrew Kelley
2022-12-10
Compilation: revert asking for exclusive locks on cache hits
Andrew Kelley
2022-12-10
stage2: sparc64: Implement airMinMax
Koakuma
2022-12-10
stage2: sparc64: Implement airBitReverse
Koakuma
[next]