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-04-02
compiler: allow `@import` of ZON without a result type
Mason Remaley
2025-04-02
Sema: increment extra index even if return type is generic
David Rubin
2025-03-31
Sema: allow `@ptrCast` slice of zero-bit type to slice of non-zero-bit type
mlugg
2025-03-30
Sema: convert slice sentinel to single pointer correctly
David Rubin
2025-03-29
compiler: "illegal behavior", not "undefined behavior", in errors
mlugg
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-24
Sema: fix in-memory coercion of functions introducing new generic parameters
mlugg
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-17
Sema: error on illegal code when targeting spirv
Ali Cheraghi
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-03-16
Sema: correctly handle empty by-ref initializers
mlugg
2025-03-12
Merge pull request #22397 from Techatrix/type-safe-ast
Matthew Lugg
2025-03-11
Sema: fix handling of `@This()` on opaques
mlugg
2025-03-09
Merge pull request #21933 from kcbanner/comptime_nan_comparison
Andrew Kelley
2025-03-08
Sema: handle generated tag enums in union field order check
Ian Johnson
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-03
Value: fix comparison of NaN in compareHeteroAdvanaced
kcbanner
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-26
reword deprecated error slightly
Andrew Kelley
2025-02-26
`@deprecated`: optimize sema implementation
Loris Cro
2025-02-26
`@deprecated`: add tests
Loris Cro
2025-02-26
initial implementation of `@deprecated`
Loris Cro
2025-02-26
Sema: remove legacy coercion
mlugg
2025-02-24
Merge pull request #22154 from alexrp/disable-intrinsics
Alex Rønne Petersen
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-23
compiler: Implement @disableIntrinsics() builtin function.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
Sema: Fix fnptr alignment safety checks to account for potential ISA tag.
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.Target: Move Cpu.Arch.supportsAddressSpace() up to Cpu.
Alex Rønne Petersen
2025-02-17
std.Target: Make Cpu.Arch.supportsAddressSpace() take an optional context.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-02-17
Sema: make source location in checkCallConvSupportsVarArgs more meaningful
Tw
2025-02-15
x86_64: implement error set and enum safety
Jacob Young
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-07
Merge pull request #22717 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-06
x86_64: rewrite vector `@truncate`
Jacob Young
2025-02-06
Sema: add missing `validateRuntimeValue` calls
mlugg
2025-02-05
Sema: fix `@typeInfo` of function with generic return type and IES
mlugg
2025-02-05
Sema: fix `@errorCast` with error unions
mlugg
2025-02-05
Sema: disable runtime safety checks in comptime blocks
mlugg
2025-02-05
Sema: fix comparison between error set and comptime-known error union
mlugg
2025-02-05
Sema: add fast path to PTR when all types are the same
mlugg
2025-02-05
Sema: fix PTR of slice of sentinel-terminated array
mlugg
2025-02-05
compiler: provide result type to sentinel expression in slice operation
mlugg
2025-02-05
Sema: fix crash on `@tagName` of undefined enum literal
mlugg
2025-02-04
compiler: integrate importing ZON with incremental compilation
mlugg
2025-02-04
compiler: integrate ZON with the ZIR caching system
mlugg
[next]