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-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
2023-02-18
AstGen: finish multi-object for loops
Andrew Kelley
2023-02-18
AstGen: rework multi-object for loop
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-11
Sema: fix typo in `zirCUndef`
Veikka Tuominen
2023-02-11
Sema: add missing peer type resolution for error unions
Veikka Tuominen
2023-02-11
Sema: validate inferred error set payload type
Veikka Tuominen
2023-02-01
Merge pull request #14477 from Vexu/fixes
Andrew Kelley
2023-02-02
Merge pull request #14502 from ziglang/link-owned-atoms
Jakub Konka
2023-02-01
Sema: fix error location on comptime arg to typed generic param
Veikka Tuominen
2023-02-01
link: remove union types which are now internal to backends
Jakub Konka
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2023-02-01
link: make Plan9 atoms fully owned by the linker
Jakub Konka
2023-01-31
move compiler's CType logic to std.Target
Andrew Kelley
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-31
Sema: emit compile error for comptime or inline call of function pointer
r00ster91
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2023-01-30
implement `@qualCast`
Veikka Tuominen
2023-01-30
Sema: replace backticks with single quotes
Veikka Tuominen
2023-01-30
Sema: add helpful notes to invalid `@ptrCast` operations
Veikka Tuominen
2023-01-30
Sema: ensure args to inline comptime args are comptime-known
Veikka Tuominen
2023-01-27
self-hosted: remove allocateDeclIndexes from the public link.File API
Jakub Konka
2023-01-22
Package: store package name directly
mlugg
2023-01-22
Sema: fix error message for bad pointer arithmetic
Veikka Tuominen
2023-01-22
Sema: fix unwrapping null when reporting error on member access
Veikka Tuominen
2023-01-22
Sema: resolve fields before checking tuple len
Veikka Tuominen
2023-01-22
Value: implement `compareAllWithZero` for `bytes` and `str_lit`
Veikka Tuominen
2023-01-22
Sema: handle lazy values in more places
Veikka Tuominen
2023-01-17
Sema: do not create slices with undefined pointers
Veikka Tuominen
2023-01-17
Sema: fix bad boolean logic for cast to null panic
Veikka Tuominen
2023-01-17
Sema: promote smaller float types passed to variadic functions
Veikka Tuominen
2023-01-17
Sema: resolve lazy values in switch prong items
Veikka Tuominen
2023-01-17
Sema: ignore dependency loops in typeinfo decls
Veikka Tuominen
2023-01-16
Sema: automatically optimize order of struct fields
Veikka Tuominen
[next]