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
2025-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-17
sema: fix UAF in type mismatch error
xdBronch
2025-11-16
sema: improve codegen of for loop safety checks
xdBronch
2025-11-16
Dedupe types when printing error messages
Prokop Randáček
2025-11-16
improve assembly error test coverage
xdBronch
2025-11-14
Sema: fix illegal multi level pointer coercions
Justus Klausecker
2025-11-12
Merge pull request #25772 from mlugg/kill-dead-code
Matthew Lugg
2025-11-12
Sema: fix inline fn compiler crash (#25586)
So1aric
2025-11-12
Air.Legalize: revert to loops for scalarizations
Matthew Lugg
2025-11-12
compiler: spring cleaning
Matthew Lugg
2025-11-10
Merge pull request #25886 from alexrp/kvx
Alex Rønne Petersen
2025-11-10
sema: print @panic message at comptime
xdBronch
2025-11-10
std.Target: add Arch tag and info for kvx
Alex Rønne Petersen
2025-11-07
sema: disallow slices of opaque types
xdBronch
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-27
feat: init x86_16 arch via CBE
GasInfinity
2025-10-23
Merge pull request #25640 from alexrp/std-target-more-arches
Alex Rønne Petersen
2025-10-23
std.builtin: move AddressSpace.Context to std.Target.AddressSpaceContext
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.sh_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.microblaze_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.msp430_interrupt
Alex Rønne Petersen
2025-10-23
std.builtin: add CallingConvention.x86_64_x32
Alex Rønne Petersen
2025-10-23
std.Target: add tags and info for alpha, hppa, microblaze, sh
Alex Rønne Petersen
2025-10-23
spir-v: Fix .storage_buffer pointer indexing
jonascloud
2025-10-19
compiler: add support for arc_interrupt calling convention
Alex Rønne Petersen
2025-10-18
Sema: or1k_sysv calling convention supports varargs
Alex Rønne Petersen
2025-10-18
std.Target: move Cpu.supportsAddressSpace() up to here
Alex Rønne Petersen
2025-10-16
detect invalid `@bitCast` with arrays
xdBronch
2025-10-08
don't make OPV tuple fields `comptime`
xdBronch
2025-10-07
don't make anonymous tuple fields referencing `comptime var`s `comptime`
xdBronch
2025-10-07
detect references to `comptime var` in default values and sentinels
xdBronch
2025-10-06
don't pass zero-length `@memset` to the backend
xdBronch
2025-09-30
compiler: better crash handler
mlugg
2025-09-24
Compilation: re-implement cImport
Andrew Kelley
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-20
Zcu: fix analysis of type of decl with inferred type
mlugg
2025-09-20
Sema: add missed logic to checkPtrAttributes
Andrew Kelley
2025-09-20
frontend: packed struct field ptr no longer finds byte borders
Andrew Kelley
2025-09-20
Sema: avoid ptr_add/ptr_sub instructions void elem type
Andrew Kelley
2025-09-20
Sema: fix YAGNI violation
Andrew Kelley
2025-09-20
Sema: more conservative elem_ptr_load implementation
Andrew Kelley
2025-09-20
frontend: replace elem_val_node with elem_ptr_load
Andrew Kelley
2025-09-20
frontend: replace field_val and field_val_named
Andrew Kelley
2025-09-20
Sema: fix source location of "declared here" note
Andrew Kelley
2025-09-20
Sema: fix accessing ptr field of double array pointer with sentinel
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-09-15
frontend: fix reference tracking through coerced function bodies
mlugg
2025-09-07
frontend: vectors and arrays no longer support in-memory coercion
Andrew Kelley
2025-09-05
Sema: forbid packed unions with mismatched field bit sizes
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
[next]