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-11-26
Sema: resolve union fields before using getTagType
Veikka Tuominen
2022-11-26
Sema: handle anytype parameter requiring comptime
Veikka Tuominen
2022-11-26
Sema: resolve requires_comptime as part of resolveTypeLayout
Veikka Tuominen
2022-11-26
Sema: fix overflow arithmetic with runtime vectors
Veikka Tuominen
2022-11-24
Merge pull request #13611 from Snektron/spirv-assembler
Andrew Kelley
2022-11-23
Get panic messages from builtin instead of creating anon decls
Jimmi Holst Christensen
2022-11-23
spirv: assembler
Robin Voetter
2022-11-20
Sema: fix memory management of missing field error
Veikka Tuominen
2022-11-20
Sema: fix missing error on mismatched array init count
Veikka Tuominen
2022-11-20
Sema: prioritize Value.variable over OPV when resolving const value
Veikka Tuominen
2022-11-20
Sema: fix type check in `zirIntToPtr`
Veikka Tuominen
2022-11-20
Sema: handle `opt_payload` in `beginComptimePtrLoad`
Veikka Tuominen
2022-11-20
Sema: allow coercing typed undefined to int
Veikka Tuominen
2022-11-20
Type: make `hasRuntimeBitsAdvanced` take `AbiAlignmentAdvancedStrat`
Veikka Tuominen
2022-11-18
Sema: optimize compare comptime float with int
kkHAIKE
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-16
Sema+llvm: improve handling of namespace-like unions
Veikka Tuominen
2022-11-16
Sema: ensure comptime reference to function points to original decl
Veikka Tuominen
2022-11-16
Sema: do not re-evaluate type of non-generic inline call parameters
Veikka Tuominen
2022-11-16
std.mem.Allocator: do not return undefined pointers from `create`
Veikka Tuominen
2022-11-15
Fix error reporting the wrong line for struct field inits (#13502)
mparadinha
2022-11-13
Sema: remove `block` and `src` parameters from `getBuiltin`
Veikka Tuominen
2022-11-12
Sema: ensure that `!is_comptime and !is_typeof` implies `sema.func != null`
Veikka Tuominen
2022-11-11
Sema: check for error unwrap in `condbr_inline`
Veikka Tuominen
2022-11-11
Sema: coerce array operands to shuffle
Veikka Tuominen
2022-11-11
Sema: make check for namespace lookup of private declarations more strict
Veikka Tuominen
2022-11-10
Merge pull request #13074 from topolarity/stage2-opt
Andrew Kelley
2022-11-10
Sema: avoid breaking hash contract when instantiating generic functions
Jacob Young
2022-11-10
stage2: Rename `Value.compare` to `compareAll`, etc.
Cody Tapscott
2022-11-10
stage2 sema: Make vector constants when operating on vectors
Cody Tapscott
2022-11-10
stage2: Fix comptime array initialization
Cody Tapscott
2022-11-07
Merge pull request #13446 from Vexu/stage2-fixes
Veikka Tuominen
2022-11-05
Sema: adjust result type of anyerror field access
Veikka Tuominen
2022-11-05
stage2: address of threadlocal variable is not comptime known
Veikka Tuominen
2022-11-05
Sema: coerce elements of array cat
Veikka Tuominen
2022-11-05
Merge pull request #13101 from alichraghi/o4
Andrew Kelley
2022-11-04
stage2: fix onePossibleValue of empty unions and enums
Veikka Tuominen
2022-11-04
Sema: make method call work with optionals and error unions
Veikka Tuominen
2022-11-04
Sema: correct condition in validateArrayInit
Veikka Tuominen
2022-11-04
Sema: implement peer type resolution of function pointers and function bodies
Veikka Tuominen
2022-11-04
Sema: detect division overflow
Veikka Tuominen
2022-11-04
Merge pull request #13338 from Vexu/stage2-compile-errors
Veikka Tuominen
2022-11-04
Sema: resolve lazy align in zirReify for union fields
Micah Switzer
2022-11-04
Sema: make `InferredErrorSet` deterministic
Jacob Young
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-31
stage2: Add explicit type qualifier to workaround #13366
Cody Tapscott
2022-10-30
Merge pull request #13360 from topolarity/comptime-bool-binops
Andrew Kelley
2022-10-30
Sema: avoid comptime null unwrap
Jacob Young
2022-10-30
stage2: Make `x and false`/`x or true` comptime-known
Cody Tapscott
2022-10-29
Sema: wrap optionals in `zirPtrCast` when needed
Veikka Tuominen
[next]