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-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
2025-08-28
AstGen: forward result type through unary float builtins
David Rubin
2025-08-15
what if we kissed by the extern source bit
mlugg
2025-08-13
Merge pull request #24674 from Justus2308/undef-shift-bitwise
Matthew Lugg
2025-08-13
sema: strip `@splat` operand result type before checking it
David Rubin
2025-08-13
Merge pull request #24381 from Justus2308/switch-better-underscore
Matthew Lugg
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-12
fix: emit vector instead of scalar u1_zero in shl_with_overflow logic
Justus Klausecker
2025-08-12
add undef shift tests ; mirror `zirShl` logic for `@shlWithOverflow`
Justus Klausecker
2025-08-12
Sema: replace all remaining aggregate interns related to `@typeInfo`
Justus Klausecker
2025-08-12
remove redundant test cases
Justus Klausecker
2025-08-12
replace even more aggregate interns
Justus Klausecker
2025-08-12
Sema: replace most aggregate interns with pt.aggregateValue
Justus Klausecker
2025-08-12
address most comments
Justus Klausecker
2025-08-12
make `>>` a compile error with any undef arg ; add a bunch of test cases
Justus Klausecker
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
Sema: fix unreasonable progress node numbers
mlugg
2025-08-08
compiler: improve error reporting
mlugg
2025-08-07
remove unnecessary discard
Justus Klausecker
2025-08-07
Add support for both '_' and 'else' prongs at the same time in switch statements
Justus Klausecker
2025-08-07
Permit explicit tags with '_' switch prong
Justus Klausecker
2025-08-06
Sema: fix initializing comptime-known constant with OPV union field
mlugg
2025-08-06
Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."
Alex Rønne Petersen
2025-08-05
std: replace various mem copies with `@memmove`
Andrew Kelley
2025-08-03
Merge pull request #22997 from Rexicon226/align-0-reify
Matthew Lugg
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-08-01
refactor `reifyUnion` alignment handling
David Rubin
2025-08-01
remove usages of `.alignment = 0`
David Rubin
2025-08-01
Sema: compile error on reifying align(0) struct fields
David Rubin
2025-07-31
Sema: remove incorrect `requireRuntimeBlock` calls
Jackson Wambolt
2025-07-31
Merge pull request #24632 from mlugg/lossy-int-to-float-coercion
Matthew Lugg
2025-07-31
Sema: add note suggesting dropping try on non error-unions
mikastiv
2025-07-31
Sema: disallow slicing many-item pointer with different sentinel
dweiller
2025-07-31
Sema: compile error on lossy int to float coercion
mlugg
2025-07-30
Sema: check min/max operand types
Jackson Wambolt
2025-07-30
Sema: disallow tags on non-auto unions when reifying (#23488)
Krzysztof Wolicki
2025-07-30
Sema: remove incorrect safety check for saturating left shift
Justus Klausecker
2025-07-29
Sema: don't rely on Liveness
mlugg
2025-07-29
Sema: remove dead logic
mlugg
2025-07-29
Sema: fix comptime-known union initialization with OPV field
mlugg
2025-07-29
Sema: remove redundant comptime-known initializer tracking
mlugg
2025-07-26
Sema: exclude sentinel from source array length in pointer cast to slice
mlugg
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-21
Sema: fix missed block OPV
Andrew Kelley
2025-07-21
Sema: fix missed error union OPV
Andrew Kelley
2025-07-21
Sema: fix missed union access OPV
Andrew Kelley
[next]