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-07-06
Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.
Alex Rønne Petersen
2025-06-29
Sema: detect one-possible-value types after function calls
Andrew Kelley
2025-06-29
Sema: correct OPV for optional empty error set
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-22
minor grammatical mistake
David Rubin
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-15
Sema: tiny refactor
mlugg
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-15
big.int: implement float conversions
Jacob Young
2025-06-13
Sema: add missing error and test for bool not on vector of ints
Andrew Kelley
2025-06-12
Merge pull request #24124 from mlugg/better-backend-pipeline-2
Andrew Kelley
2025-06-12
Allow more operators on bool vectors (#24131)
Daniel Kongsgaard
2025-06-12
compiler: improve progress output
mlugg
2025-06-12
Sema: fix union layout logic to match struct layout logic
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
InternPool: store the Nav types are named after
mlugg
2025-06-12
compiler: minor refactors to ZCU linking
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
Sema: fix invalid pure Air instruction with comptime-known operands
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-06-01
Legalize: replace `safety_checked_instructions`
mlugg
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
Sema: don't emit AIR `reduce` for single-element vectors
mlugg
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-27
Sema: simplify comptime `@intFromPtr` logic
David Rubin
2025-05-25
compiler: introduce incremental debug server
mlugg
2025-05-20
Merge pull request #23836 from mlugg/incr-fixes
Matthew Lugg
2025-05-19
Sema: allow `@ptrCast` single-item pointer to slice
mlugg
2025-05-19
Sema: rewrite `analyzeMinMax`
mlugg
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-17
x86_64: rewrite `@splat`
Jacob Young
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-05-16
Sema: improve "called from here" notes
mlugg
2025-05-16
compiler: include inline calls in the reference trace
mlugg
2025-05-16
Compilation: fix reference trace behavior without `-freference-trace`
mlugg
2025-05-03
Merge pull request #23263 from mlugg/comptime-field-ptr
Matthew Lugg
2025-04-28
Merge pull request #23708 from ziglang/memmove-followups
Andrew Kelley
2025-04-28
Sema: fix a few indexing bugs
mlugg
2025-04-28
sema: do checked cast when resolving aggregate size
dweiller
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-28
Sema: fix memcpy with C pointers
xdBronch
[prev]
[next]