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
/
Sema.zig
Age
Commit message (
Expand
)
Author
2023-04-29
Sema: disallow indexing non-tuple struct
r00ster91
2023-04-28
Sema: fix airMemset for comptime slices
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
LLVM backend: optimize memset with comptime-known element
Andrew Kelley
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
Merge pull request #15452 from mlugg/zig-cbe-opt
Andrew Kelley
2023-04-26
Merge pull request #15278 from ziglang/memcpy-memset
Andrew Kelley
2023-04-26
Sema: avoid emitting sequential dbg_stmt instructions
mlugg
2023-04-26
sema: add error for coercing a slice to an anyopaque pointer
kcbanner
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
update test cases for new memcpy/memset semantics
Andrew Kelley
2023-04-25
x86_64 backend: implement `@memset` for element ABI size > 1
Andrew Kelley
2023-04-25
Sema: implement comptime `@memcpy`
Andrew Kelley
2023-04-25
Sema: implement comptime `@memset`
Andrew Kelley
2023-04-25
LLVM backend: support non-byte-sized memset
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-24
Merge pull request #15421 from Vexu/fixes
Andrew Kelley
2023-04-24
Merge pull request #15290 from mlugg/feat/builtin-in-comptime
Andrew Kelley
2023-04-24
Sema: allow method calls on optional pointers
Ian Johnson
2023-04-23
Add `@inComptime` builtin
mlugg
2023-04-23
Improvements to docs and text
zooster
2023-04-23
Sema: emit cast to null panics for function pointers
Veikka Tuominen
2023-04-22
Merge pull request #15356 from jacobly0/cbe-std-tests
Andrew Kelley
2023-04-22
sema: fix memory corruption caused by resolveStructLayout
Casey Banner
2023-04-21
cbe: fix issues with atomic floats
Jacob Young
2023-04-20
Module: mark function body dependencies, don't re-analyze anonymous decls
mlugg
2023-04-20
Sema: allow ptr field access on pointer-to-array
mlugg
2023-04-17
Sema: fix empty infinite loops
Jacob Young
2023-04-13
add c_char type
Andrew Kelley
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-04-10
Sema: avoid emitting loops that can't loop
Jacob Young
2023-04-10
Merge pull request #14853 from schmee/vector-peer-type-resolution
Andrew Kelley
2023-04-09
amdgpu,nvptx: unify kernel calling conventions
Robin Voetter
2023-04-05
Sema: validate array element types
Veikka Tuominen
2023-04-05
Sema: implement inline switch capture at comptime
Veikka Tuominen
2023-04-02
Sema: defer stores to inferred allocs
Jacob Young
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-28
Sema: fix empty slice pointer value
Jacob Young
2023-03-21
Improve error messages for break type coercion
John Schmidt
2023-03-21
Sema: implement @export for arbitrary values
mlugg
2023-03-21
Sema: improve error message of field access of wrapped type
Veikka Tuominen
2023-03-17
Sema: make @returnAddress return 0 at comptime
mlugg
2023-03-17
Sema: allow dereferencing ill-defined pointers to zero-bit types at comptime
mlugg
2023-03-16
Add error for bad cast from `*T` to `*[n]T`
InKryption
2023-03-15
add compile log output to build runner
Andrew Kelley
2023-03-15
build runner enhancements in preparation for test-cases
Andrew Kelley
[next]