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-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
2023-03-15
std.zig.ErrorBundle: rework binary encoding
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-03-14
Sema: allow comptime mutation of multiple array elements
mlugg
2023-03-13
Sema: avoid panic on callconv(.C) generic return type
Ian Johnson
2023-03-12
Sema: @extern fixes
mlugg
2023-03-12
Sema: improve error message when calling non-member function as method
mlugg
2023-03-10
Sema: correctly detect use of undefined within slices in @Type
mlugg
2023-03-09
Sema: check type of comptime try operand
mlugg
2023-03-09
sema: fix result ptr coercion array -> vector
John Schmidt
2023-03-09
sema: add peer type resolution for vectors
John Schmidt
2023-03-05
Sema: fix cmp_vector type
Jacob Young
2023-03-04
add @trap builtin
r00ster91
2023-03-03
Zir: move set_cold from Inst.Tag to Inst.Extended
r00ster91
2023-03-03
sema: Place functions on AVR in flash addrspace
Eckhart Köppen
2023-02-21
Merge pull request #14664 from mlugg/feat/new-module-cli
Andrew Kelley
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2023-02-21
Implement new module CLI
mlugg
2023-02-19
implement `writeToMemory`/`readFromMemory` for pointers
Veikka Tuominen
2023-02-18
Sema: add missing coercion when checking for loop len
Andrew Kelley
2023-02-18
omit safety check when incrementing for loop counter
Andrew Kelley
2023-02-18
implement error for unbounded for loops
Andrew Kelley
2023-02-18
omit safety checks for element access in for loops
Andrew Kelley
2023-02-18
improve error message for byref capture of byval array
Andrew Kelley
2023-02-18
fix source location for not-indexable for loop errors
Andrew Kelley
2023-02-18
Sema: improve error message for mismatched for loop lengths
Andrew Kelley
2023-02-18
Sema: fix for loops with comptime-known int ranges
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-18
Sema: implement for_len
Andrew Kelley
2023-02-18
AstGen: back to index-based for loops
Andrew Kelley
[next]