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
2023-04-29
Merge pull request #15478 from der-teufel-programming/autodoc-decltests
Loris Cro
2023-04-29
Sema: disallow indexing non-tuple struct
r00ster91
2023-04-29
autodoc: Gather and display decltests
Krzysztof Wolicki
2023-04-28
Sema: fix airMemset for comptime slices
Andrew Kelley
2023-04-28
Sema: fix false negative Value.isComptimePtr for slices
Andrew Kelley
2023-04-28
C backend: take advantage of Assignment abstraction in airMemset
Andrew Kelley
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
C backend: fix ptr comparison of array ptrs when one is null-terminated
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-28
stage2: avoid panicking for unimplemented compiler code
Andrew Kelley
2023-04-28
C backend: fix memset for structs and arrays
Andrew Kelley
2023-04-28
LLVM backend: optimize memset with comptime-known element
Andrew Kelley
2023-04-28
llvm backend: fix memset with byref element value
Andrew Kelley
2023-04-28
llvm backend: fix lowering of memset
Andrew Kelley
2023-04-28
Merge pull request #15431 from kcbanner/fix_decl_value_arena
Andrew Kelley
2023-04-27
Merge pull request #15435 from jacobly0/x86_64-frame
Andrew Kelley
2023-04-27
Merge pull request #15474 from Luukdegram/wasm-atomics
Andrew Kelley
2023-04-27
translate-c: deduplicate global declaration
Tw
2023-04-27
sema: add `prev` to ValueArena to allow freeing previous arenas when new ones...
kcbanner
2023-04-27
sema: Rework Decl.value_arena to fix another memory corruption issue
kcbanner
2023-04-26
enable debugging infrastructure when using C backend
Andrew Kelley
2023-04-26
Merge pull request #15452 from mlugg/zig-cbe-opt
Andrew Kelley
2023-04-26
coff: invalidate GOT relocs after segment shift in memory
Jakub Konka
2023-04-26
macho: invalidate GOT/stub relocs after segment shift in memory
Jakub Konka
2023-04-26
x86_64: fix tlv references
Jacob Young
2023-04-26
x86_64: fix rem/mod behavior and hazards
Jacob Young
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-26
x86_64: fix some floating point encoding errors
Jacob Young
2023-04-26
x86_64: add frame indices
Jacob Young
2023-04-26
Merge pull request #15278 from ziglang/memcpy-memset
Andrew Kelley
2023-04-26
Autodoc: new decl search system (#15475)
Loris Cro
2023-04-26
add support for .field_ptr in elemValueAdvanced
kcbanner
2023-04-26
translate-c: fix codegen when C source has variables named the same as mangli...
Casey Banner
2023-04-26
wasm: support pointers in `cmpxchg`
Luuk de Gram
2023-04-26
wasm: implement atomic stores
Luuk de Gram
2023-04-26
wasm: implement `@fence`
Luuk de Gram
2023-04-26
wasm: implement `@atomicRmw`
Luuk de Gram
2023-04-26
wasm: implement `@atomicLoad`
Luuk de Gram
2023-04-26
wasm: use atomic feature for `@cmpxchg` when enabled
Luuk de Gram
2023-04-26
wasm: implement `cmpxchg{weak/strong}`
Luuk de Gram
2023-04-26
std.http: do -> wait, fix redirects
Nameless
2023-04-25
Merge pull request #15454 from jacobly0/cbe-extern
Andrew Kelley
2023-04-26
Sema: avoid emitting sequential dbg_stmt instructions
mlugg
2023-04-26
CBE: minor optimizations to output source
mlugg
2023-04-26
sema: add error for coercing a slice to an anyopaque pointer
kcbanner
2023-04-25
C backend: fix lowering comparison when array ptr meets ptr
Andrew Kelley
2023-04-25
Sema: fix memcpy alias safety incorrect math
Andrew Kelley
2023-04-25
stage2: introduce store_safe AIR instruction
Andrew Kelley
2023-04-25
C backend: use ++ instead of += for airMemset
Andrew Kelley
2023-04-25
update test cases for new memcpy/memset semantics
Andrew Kelley
[next]