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
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-27
Merge pull request #19062 from mlugg/dbg-var-blocks
Matthew Lugg
2024-02-26
Fix tuple default values
John Schmidt
2024-02-26
Check for inactive union field when calling fn at comptime
John Schmidt
2024-02-26
Merge pull request #18859 from schmee/switch-union-capture-align
Andrew Kelley
2024-02-26
Sema: fix compile error for switching on undefined union
John Schmidt
2024-02-26
Sema: evaluate generic instantiations in fn decls capture scope
John Schmidt
2024-02-26
compiler: decide dbg_var scoping based on AIR blocks
mlugg
2024-02-25
Merge pull request #19080 from jacobly0/llvm-per-mod-strip
Andrew Kelley
2024-02-25
Merge pull request #18906 from jacobly0/x86_64-tests
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-25
llvm: implement per-module stripping
Jacob Young
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-21
Sema: fix peer type resolution for arrays of coercible elements
garrison hinson-hasty
2024-02-19
Sema: validate that runtime-known inferred alloc does not have comptime-only ...
mlugg
2024-02-16
Sema: improved source location for @panic operand coercion error
mlugg
2024-02-16
Sema: correct source location for return value coercion errors
mlugg
2024-02-16
Zir: make src_node of type declarations non-optional
mlugg
2024-02-16
AstGen: migrate `ty` result locations to `coerced_ty`
mlugg
2024-02-16
Sema: eliminate `src` field
mlugg
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-12
Sema: add declared here notes in `fail`
Veikka Tuominen
2024-02-09
Sema: catch runtime stores to comptime variables through calls
Veikka Tuominen
2024-02-08
Improvements after code review
John Schmidt
2024-02-08
Preserve field alignment in union pointer captures
John Schmidt
2024-02-06
Make `@intFromEnum` an error for empty enums
David Rubin
2024-02-06
Merge pull request #18814 from mlugg/incremental-dependencies
Matthew Lugg
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-05
spirv: basic shader support
Ali Chraghi
2024-02-04
x86_64: fix errors compiling the compiler
Jacob Young
2024-02-04
compiler: lock incremental dependency tracking behind --debug-incremental
mlugg
2024-02-04
Zcu: refactor Decl.analysis field
mlugg
2024-02-04
Zir: store extra source hashes required for incremental
mlugg
2024-02-04
compiler: re-introduce dependencies for incremental compilation
mlugg
2024-02-03
Fix OOB when enum field out of order in different file
David Rubin
2024-02-03
Add error hint when looping over `ErrorUnion`
David Rubin
2024-02-02
InternPool: use separate key for slices
mlugg
2024-01-30
Sema: fix union init with zero size field
Pavel Verigo
2024-01-29
llvm: ensure returned undef is 0xaa bytes when runtime safety is enabled
Veikka Tuominen
2024-01-29
Fix some comptime packed struct issues
SuperAuguste
2024-01-29
Sema: do not emit `@errorCast` safety check when dest is adhoc inferred error...
Veikka Tuominen
2024-01-29
Sema: fix casting runtime value to enum with comptime int tag type
Pavel Verigo
2024-01-26
Merge pull request #18654 from mlugg/incremental-the-second
Andrew Kelley
2024-01-26
Sema: tuples have no names to be used for reporting errors in finishStructInit
Krzysztof Wolicki
2024-01-23
InternPool: introduce TrackedInst
mlugg
2024-01-23
Zir: represent declarations via an instruction
mlugg
2024-01-23
Sema: use Sema.typeAbiSize rather than Type.abiSize
Andrew Kelley
2024-01-22
Sema: implement comptime error return traces
Veikka Tuominen
2024-01-20
Sema: replace uses of `toUnsignedInt` with `toUnsignedIntAdvanced`
Veikka Tuominen
[next]