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
2022-01-25
Sema: coercion of pointers to C pointers
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
Sema: resolveBody takes a parameter for break blocks
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-21
add field doc comments to zir
Loris Cro
2022-01-20
stage2: fix compilation on 32 bit targets
Andrew Kelley
2022-01-20
Sema: storePtr optimization for tuples
Andrew Kelley
2022-01-20
stage2: implement tuples
Andrew Kelley
2022-01-18
Merge pull request #10624 from ziglang/prefetch
Andrew Kelley
2022-01-18
Sema: implement declarations for `@typeInfo`
Andrew Kelley
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-17
Sema: implement else capture value
Andrew Kelley
2022-01-17
Sema: fix comptime break semantics
Andrew Kelley
2022-01-16
stage2: fix 32-bit build
Andrew Kelley
2022-01-15
Sema: populate the sentinel for comptime array inits
Andrew Kelley
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-14
Sema: fix array_init with runtime element
Andrew Kelley
2022-01-13
stage2: detection of comptime array literals
Andrew Kelley
2022-01-13
Sema: comptime loads and stores for `elem_ptr`
Andrew Kelley
2022-01-13
stage2: fix build on 32-bit ISAs
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-08
Merge pull request #10542 from Hejsil/stage2-bit-offset-of
Andrew Kelley
2022-01-08
stage2: implement @src
Robin Voetter
2022-01-08
stage2: @errorName sema+llvm
Robin Voetter
2022-01-08
Implement bitOffsetOf
Jimmi Holst Christensen
2022-01-08
Implement offsetOf builtin function
Jimmi Holst Christensen
2022-01-07
Add two more resolution status' to Struct and Union
Jimmi Holst Christensen
2022-01-07
Shift right is a noop if rhs is comptime known to be zero
Jimmi Holst Christensen
2022-01-06
stage2: Implement validating switch on errors
Jimmi Holst Christensen
2022-01-06
Sema: const inferred alloc infers comptime-ness
Andrew Kelley
2022-01-04
Sema: better code generated for struct literals
Andrew Kelley
2022-01-03
Merge pull request #10451 from ziglang/cache-mode
Andrew Kelley
2022-01-03
stage2: pointer reify
Robin Voetter
2022-01-03
stage2: don't call comptime functions with generic poison arguments
Robin Voetter
2022-01-02
Sema: implement peer type resolution of signed and unsigned ints
Andrew Kelley
2021-12-28
Sema: more union fixes
Andrew Kelley
2021-12-28
Sema: implement calling a fn ptr via a union field
Andrew Kelley
2021-12-28
Sema: improve union support
Andrew Kelley
2021-12-28
stage2: fix build on 32-bit targets
Andrew Kelley
2021-12-27
Sema: implement array coercion
Andrew Kelley
2021-12-27
Sema: fix anytype parameters whose types require comptime
Andrew Kelley
2021-12-27
Sema: implement `@tagName` for enum literals
Andrew Kelley
2021-12-27
stage2: fix 0-bit function parameters
Andrew Kelley
2021-12-27
AstGen: fix loop result locations
Andrew Kelley
2021-12-27
stage2: LLVM backend: implement `@tagName` for enums
Andrew Kelley
2021-12-26
Sema: fix enum tag type not initialized when 0 fields
Andrew Kelley
2021-12-26
Sema: improve non-exhaustive enum support
Andrew Kelley
2021-12-23
stage2: initial implementation of packed structs
Andrew Kelley
2021-12-22
stage2: `Type.hasCodeGenBits` asserts structs and unions have fields
Andrew Kelley
[next]