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-02
Sema: implement cast from anon struct ptr to union ptr
Andrew Kelley
2022-03-02
stage2: implement @errSetCast (#11039)
Mitchell Hashimoto
2022-03-02
Sema: add coercion from anon structs to unions
Andrew Kelley
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
2022-03-02
LLVM: aggregate_init supports structs
Andrew Kelley
2022-03-02
Merge pull request #11025 from Vexu/stage2
Andrew Kelley
2022-03-02
Zir: rename the 'ret_coerce' tag to 'ret_tok' as per TODO
Curtis Wilkinson
2022-03-02
stage2: add cast from ?*T to ?*anyopaque
Veikka Tuominen
2022-03-02
stage2: resolve options values
Veikka Tuominen
2022-03-02
stage2: implement `@extern`
Veikka Tuominen
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
Sema: correct implementation of comptimeOnly for tuples
Andrew Kelley
2022-03-01
Sema: eliminate use of resolveAlreadyCoercedInt
Andrew Kelley
2022-02-28
Sema: clean up peer resolution of errors
Andrew Kelley
2022-02-28
stage2: pass generic poison up the chain in peer type resolution
Mitchell Hashimoto
2022-02-28
stage2: error union/set peer resolution switch to "else" form of for loop
Mitchell Hashimoto
2022-02-28
stage2: order of error set merging should match stage1
Mitchell Hashimoto
2022-02-28
stage2: error union and non-error set/union peer cast resolution
Mitchell Hashimoto
2022-02-28
stage2: peer resolve error sets and unions, add more tests
Mitchell Hashimoto
2022-02-28
stage2: implement peer type resolution between error unions
Mitchell Hashimoto
2022-02-28
Sema: fix pointer type hash and equality functions
Andrew Kelley
2022-02-28
stage2: sentinel comp during peer type resolution should use elem type
Mitchell Hashimoto
2022-02-28
stage2: fix frame_address AIR instruction
Andrew Kelley
2022-02-28
stage2: implement `@frameAddress`
Veikka Tuominen
2022-02-28
stage2: tuple mul/cat
Veikka Tuominen
2022-02-28
stage2: slice mul/cat
Veikka Tuominen
2022-02-27
stage2: implement builtin_call
Veikka Tuominen
2022-02-27
Sema: resolve necessary information ahead of time
Andrew Kelley
2022-02-27
stage2: Resolve alignment for union field in `@TypeInfo`
Cody Tapscott
2022-02-27
Merge pull request #11002 from topolarity/comptime-int-comparison
Andrew Kelley
2022-02-27
stage2: Implement `@Type` for Array, Optional, Float, and ErrorUnion
Cody Tapscott
2022-02-27
stage2: do not memoize calls that can mutate comptime state
Veikka Tuominen
2022-02-27
stage2: use stage1 test runner for stage2
Veikka Tuominen
2022-02-27
stage2 sema: Implement comptime result for comparison of uint to comptime value
Cody Tapscott
2022-02-27
stage2: Resolve union layout before getting tag type in zirTagname
Cody Tapscott
2022-02-27
stage2: get formatted printing (somewhat) working
Veikka Tuominen
2022-02-26
Sema: handle error.GenericPoison in fieldVal
Andrew Kelley
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-26
stage2: @TypeInfo for error sets (#10998)
Mitchell Hashimoto
2022-02-26
Sema: implement `@enumToInt` for unions
Andrew Kelley
2022-02-26
Sema: make `align(a) T` same as `align(a:0:N) T`
Andrew Kelley
2022-02-26
Merge pull request #10992 from mitchellh/peer-slices
Andrew Kelley
2022-02-26
stage2: various fixes to get one test passing
Veikka Tuominen
2022-02-26
stage2: unify runtime and comptime coerce_result_ptr
Veikka Tuominen
2022-02-26
stage2: actually coerce in coerce_result_ptr at comptime
Veikka Tuominen
2022-02-26
typo in comment
Mitchell Hashimoto
2022-02-26
stage2: do not require function when evaluating typeOf
Veikka Tuominen
2022-02-26
stage2: evaluate TypeOf arguments in a separate scope
Veikka Tuominen
2022-02-25
stage2: resolve peer types that trivially coerce
Mitchell Hashimoto
[next]