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-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
2025-02-04
compiler: a few renames
mlugg
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-02-02
fix: error on non-exhaustive enums with zero width backing type (#21374)
Will Lillis
2025-02-01
Merge pull request #22672 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-01
compiler: do not propagate result type to `try` operand
mlugg
2025-02-01
Sema: skip aliasing check and runtime operation for `@memcpy` of zero-bit type
mlugg
2025-02-01
Sema: fix `@splat` of OPV arrays
mlugg
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-30
compiler: add `intcast_safe` AIR instruction
mlugg
2025-01-29
Sema: explain why we tried to call an `extern fn` at comptime
mlugg
2025-01-29
Sema: `@memcpy` changes
mlugg
2025-01-26
fix: Only suggest try on destructure of error union if payload type can be de...
Will Lillis
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
Merge pull request #22581 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-24
Zcu: remove `null_stack_trace`
mlugg
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
Sema: prepare to remove `?*StackTrace` argument from `unwrapError` and `call`
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-22
Merge pull request #22572 from jacobly0/new-error-trace
Matthew Lugg
2025-01-22
compiler: pass error return traces everywhere
mlugg
2025-01-22
Sema: fix crash when `inline` loop condition is not comptime-known
mlugg
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-21
Sema: fix `is_non_null_ptr` handling for runtime-known pointers
mlugg
2025-01-18
Sema: don't try to initialize global union pointer at comptime
mlugg
2025-01-18
incremental: fix enum resolution bugs
mlugg
2025-01-16
Sema: prepare for `sentinel` -> `sentinel_ptr` field rename
mlugg
2025-01-16
compiler: make it easier to apply breaking changes to `std.builtin`
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-14
Sema: more validation for builtin decl types
mlugg
2025-01-14
Sema: fix UB in error reporting
mlugg
2025-01-13
Sema: disallow non scalar sentinels in array types and reified types (#22473)
xdBronch
2025-01-13
Sema: allow tail calls of function pointers
mlugg
2025-01-11
compiler: improve "... contains reference to comptime var" errors
mlugg
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-07
Sema: fix invalid AIR from array concat
David Rubin
2025-01-05
Sema: fix incorrect type in `optional_payload` instruction
mlugg
2025-01-05
compiler: slightly simplify builtin decl memoization
mlugg
[prev]
[next]