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-03-18
Refactor to `sema.typeHasOnePossibleValue`
John Schmidt
2022-03-18
stage2: implement `@bitReverse` for vectors
John Schmidt
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-17
Sema: change how undefined is handled in coerce
Andrew Kelley
2022-03-17
sema: Fix memory leak
Luuk de Gram
2022-03-17
Sema: take advantage of checkIntOrVectorAllowComptime
Andrew Kelley
2022-03-17
Avoid index out of bounds for one-valued types in zirValidateArrayInit
John Schmidt
2022-03-17
Implement `@byteSwap` for vectors
John Schmidt
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-17
stage2: prevent UB in the LLVM backend
Andrew Kelley
2022-03-16
Implement `@mulAdd` for vectors
John Schmidt
2022-03-16
Sema: different solution to elemVal
Andrew Kelley
2022-03-16
stage2: elem_ptr needs to know if slice or direct access
Mitchell Hashimoto
2022-03-16
stage2: fully resolve fn types after analyzing its body
Andrew Kelley
2022-03-16
stage2 llvm: keep track of inlined functions
Veikka Tuominen
2022-03-16
Sema: emit dbg_func around inline calls
Veikka Tuominen
2022-03-16
stage2: move duplicate error set check to AstGen
Mitchell Hashimoto
2022-03-15
Sema: only do store_ptr tuple optimization for arrays
Andrew Kelley
2022-03-15
stage2: TypeInfo for func with generic return type should set null
Mitchell Hashimoto
2022-03-15
stage2: Fix panic on initializing comptime fields in tuple
Cody Tapscott
2022-03-15
stage2: comptime fields should not affect opv/comptime-only
Cody Tapscott
2022-03-15
stage2: resolve type fully when resolving inferred allocs
Mitchell Hashimoto
2022-03-15
Sema: implement `@truncate` for SIMD vectors
Andrew Kelley
2022-03-14
Sema: fix shl_sat with comptime rhs
Andrew Kelley
2022-03-14
stage2: fixups for topolarity-comptime-memory-reinterp branch
Andrew Kelley
2022-03-14
stage2 sema: Respect container_ty of parent ptrs
Cody Tapscott
2022-03-14
stage2: Add hasWellDefinedLayout() to type.zig and Sema.zig
Cody Tapscott
2022-03-14
stage2: Add container_ty/elem_ty to elem_ptr, field_ptr, *_payload_ptr Values
Cody Tapscott
2022-03-14
stage2: enum reification should use sliceLen and elemValue
Mitchell Hashimoto
2022-03-14
stage2: reify unions
Mitchell Hashimoto
2022-03-14
stage2: rework Value storage of structs and arrays
Andrew Kelley
2022-03-14
stage2: reify structs and tuples (#11144)
Mitchell Hashimoto
2022-03-14
Sema: improve lowering of stores to bitcasted vector pointers
Andrew Kelley
2022-03-14
LLVM: fix debug info for local vars
Andrew Kelley
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-12
Merge pull request #11130 from mitchellh/reify-enum
Andrew Kelley
2022-03-12
stage2: reify opaque {}
Mitchell Hashimoto
2022-03-12
Sema: always allow coercing error set to current inferred error set
Veikka Tuominen
2022-03-12
Sema: fix else branch check when switching on error set
Veikka Tuominen
2022-03-12
Sema: fix typo in resolvePeerTypes
Veikka Tuominen
2022-03-11
stage2: use usizecast for safety
Mitchell Hashimoto
2022-03-11
stage2: reify should use pointerDecl to get array value
Mitchell Hashimoto
2022-03-11
stage2: enum field length must be a usize
Mitchell Hashimoto
2022-03-11
Sema: fix inline/comptime function calls with inferred errors
Andrew Kelley
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-11
stage2: zirReify for enums
Mitchell Hashimoto
2022-03-11
stage2: is_non_error always returns comptime true for empty error set
Mitchell Hashimoto
2022-03-11
stage2: Array len field should be a usize not comptime_int
Mitchell Hashimoto
2022-03-11
Sema: make `@hasField` support tuples too
Andrew Kelley
2022-03-11
stage2: @hasField for anon structs
Mitchell Hashimoto
[next]