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
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-27
stage2: fix small memory leak of test_functions when using `zig test`
Andrew Kelley
2021-10-26
Sema: fix ret_ptr when inlining
Andrew Kelley
2021-10-26
Sema: improved C pointers and casting
Andrew Kelley
2021-10-26
Sema: fix coercion from union to its own tag
Andrew Kelley
2021-10-26
stage2: fix use-after-free in analyzeBlockBody
Robin Voetter
2021-10-26
stage2: return proper pointer for c pointer orelse
Robin Voetter
2021-10-25
Merge pull request #10034 from Snektron/stage2-slice
Andrew Kelley
2021-10-25
Sema: fix switch that covers full integer range
Andrew Kelley
2021-10-25
stage2: fix switch on tagged union capture-by-pointer
Andrew Kelley
2021-10-25
stage2: comptime slice of pointer to hardcoded address
Robin Voetter
2021-10-25
stage2: improve slicing
Robin Voetter
2021-10-25
Sema: implement coercion from pointers to `*c_void`
Andrew Kelley
2021-10-24
stage2: refactor coercePeerTypes and fix C ptr cmp with null
Andrew Kelley
2021-10-23
stage2: implement more C pointer Sema and comptime ptr arith
Andrew Kelley
2021-10-22
stage2: implement aligned variables and `@alignCast`
Andrew Kelley
2021-10-22
stage2: slice and alignment fixes
Andrew Kelley
2021-10-22
Sema: fix a couple use-after-free bugs
Andrew Kelley
2021-10-22
stage2: change `@bitCast` to always be by-value
Andrew Kelley
2021-10-21
Sema: resoveTypeLayout resolves optionals and error unions too
Andrew Kelley
2021-10-21
Sema: fix type checking of `@intToFloat` operands
Andrew Kelley
2021-10-21
stage2: implement comptime loads through casted pointers
Andrew Kelley
2021-10-21
stage2: fix Value.copy not copying arrays
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-21
stage2: truncation
Robin Voetter
2021-10-21
stage2: comptime elemVal and elemPtr for Many/C pointers
Robin Voetter
2021-10-21
stage2: elemPtr for slices
Robin Voetter
2021-10-21
stage2: forbid double dereference in Sema.elemVal
Robin Voetter
2021-10-20
stage2: implement slicing
Andrew Kelley
2021-10-20
Sema: fix missing copy in array multiplication
Andrew Kelley
2021-10-19
stage2: implement switching on unions
Andrew Kelley
2021-10-19
stage2 minor cleanups
Andrew Kelley
2021-10-19
stage2: implement union member access as enum tag
Andrew Kelley
2021-10-20
stage2: union field value
Robin Voetter
2021-10-20
stage2: make (typeHas)OnePossibleValue return the right value
Robin Voetter
2021-10-20
stage2: zirIndexablePtrLen for non-pointer types
Robin Voetter
2021-10-20
stage2: Sema.fieldPtr for slice ptr and len
Robin Voetter
2021-10-20
stage2: restructure Sema.fieldVal and sema.fieldPtr
Robin Voetter
2021-10-18
stage2: fix coercion of error set to error union
Andrew Kelley
2021-10-17
Sema: resolveTypeFields before accessing type fields
Andrew Kelley
2021-10-17
stage2: implement `@hasField`
Meghan Denny
2021-10-17
stage2: implement coercion from null to C pointer
Andrew Kelley
2021-10-17
stage2: implement `@embedFile`
Andrew Kelley
2021-10-17
Merge pull request #9960 from Snektron/bit-not
Andrew Kelley
2021-10-17
stage2: implement error wrapping
Andrew Kelley
2021-10-17
stage2: make zirBoolNot return undefined when argument is undefined
Robin Voetter
2021-10-17
stage2: array->vector coercion
Robin Voetter
2021-10-17
stage2: bitNot
Robin Voetter
2021-10-16
Sema: coercion from error sets to `anyerror`
Andrew Kelley
2021-10-16
stage2: fixes to extern variables
Andrew Kelley
[next]