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-11-19
test: check compile errors when compilation has no errors
dweiller
2023-11-18
Add struct declaration location to empty root struct field member error
Curtis Tate Wilkinson
2023-11-16
Sema: include sentinel in type of pointer-to-array `ptr` field
David
2023-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-11-16
Sema: Add error for non-power of 2 field alignment when reifying Unions, Stru...
Krzysztof Wolicki
2023-11-12
sema: fixup underflows during struct / ptr array init when using -fstrip
kcbanner
2023-11-12
Revert "Sema: fix comparison with undefined"
Andrew Kelley
2023-11-12
Sema: fix comparison with undefined
Bogdan Romanyuk
2023-11-10
Sema: detect unneeded source locations earlier
Jacob Young
2023-11-10
disallow calling @trap at comptime
Bogdan Romanyuk
2023-11-10
Sema: do not allow comptime-only pointer fields in packed structs
mlugg
2023-11-10
Sema: remove unused function
mlugg
2023-11-09
preserve 'undefined' in @bitCast
Bogdan Romanyuk
2023-11-08
Sema: optimize runtime array_mul
mlugg
2023-11-08
Merge pull request #17913 from jacobly0/vararg-int
Andrew Kelley
2023-11-08
Sema: do not force resolution of struct field inits when calling function poi...
mlugg
2023-11-08
Sema: don't allow passing non-extern types to varargs parameters
Jacob Young
2023-11-08
Sema: implement vararg integer promotions
Jacob Young
2023-11-08
Sema: fix source location for untyped array init with result type
mlugg
2023-11-07
sema: allow slicing [*]T without end
dweiller
2023-11-07
Merge pull request #17692 from kcbanner/struct_field_init_pass
Matthew Lugg
2023-11-07
Sema: emit @intCast safety check correctly for vectors
mlugg
2023-11-07
Sema: allow destructuring vectors
mlugg
2023-11-07
sema: analyze field init bodies in a second pass
kcbanner
2023-11-06
Sema: emit error when pointer to extern function is called
Bogdan Romanyuk
2023-11-05
src: fix memory leaks
Jacob Young
2023-11-05
Sema: fix error notes with wrong extern type
Bogdan Romanyuk
2023-11-05
Sema: fix memory leak in zirTypeInfo
Andrew Kelley
2023-11-03
frontend: rip out Decl dependencies
Andrew Kelley
2023-11-03
Sema: use correct error bit length when emitting error_set_has_value safety c...
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
Sema: fix incorrect error comptime-mutating empty array
Jacob Young
2023-10-31
sema: when guessing union alignment, save the result and check if the guess w...
kcbanner
2023-10-31
sema: Add union alignment resolution
kcbanner
2023-10-28
make Zir.Inst.Index typed
Andrew Kelley
2023-10-28
Sema: do not assume switch item indices align with union field indices
mlugg
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-26
sema: remove source location logic in zirExportValue
Andrew Kelley
2023-10-25
Sema: replace refValue with simpler implementation
Andrew Kelley
2023-10-25
Sema: rework addConstantMaybeRef
Andrew Kelley
2023-10-25
Sema: move `@typeInfo` anon decls to new mechanism
Andrew Kelley
2023-10-25
Sema: move some TODO comments to an issue
Andrew Kelley
2023-10-25
Sema: migrate `@src` to new anon decl mechanism
Andrew Kelley
2023-10-24
Sema: don't allow undef values through resolveDefinedValue in typeof block
mlugg
2023-10-24
Sema: rename value resolution functions
mlugg
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-24
Merge pull request #17688 from ziglang/comptime-src
Andrew Kelley
2023-10-23
Sema: make `@src().line` comptime-known
Andrew Kelley
2023-10-23
frontend: rework `@embedFile` for incremental compilation
Andrew Kelley
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
[next]