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-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
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2025-01-04
incremental: correctly return `error.AnalysisFail` when type structure changes
mlugg
2025-01-03
Zir: split up start and end of range in `for_len`
mlugg
2025-01-02
Sema: correctly label `block_comptime` for restoring error return trace index
mlugg
2025-01-01
Sema: fix invalid coercion `*[n:x]T` -> `*[m]T` for `n != m`
mlugg
2024-12-31
Sema: add doc comments for comptime reason types
mlugg
2024-12-31
Sema: remove some incorrect calls to `requireRuntimeBlock`
mlugg
2024-12-31
compiler: ensure local `const`s in comptime scope are comptime-known
mlugg
2024-12-31
compiler: ensure result of `block_comptime` is comptime-known
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-24
compiler: remove Cau
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-18
compiler: move `RuntimeIndex` to `Sema`
mlugg
2024-12-16
Sema: disallow unsafe in-memory coercions
mlugg
2024-12-16
Merge pull request #22245 from mlugg/zir-no-doc-comments
Matthew Lugg
2024-12-15
compiler: remove doc comments from Zir
mlugg
2024-12-15
Sema: disallow runtime stores to pointers with comptime-only element types
mlugg
2024-12-15
Sema: do not allow coercing undefined to opaque types
mlugg
2024-12-14
ensure `InstMap` capacity before remapping error code
David Rubin
2024-12-09
Merge pull request #22157 from mlugg/astgen-error-lazy
Andrew Kelley
2024-12-09
Merge pull request #22164 from mlugg/astgen-ref-dedup
Andrew Kelley
2024-12-08
Sema: fix use of Zcu.LazySrcLoc in error message
wooster0
2024-12-08
AstGen: correctly deduplicate `ref` of `param` and `alloc_inferred`
mlugg
2024-12-05
compiler: allow files with AstGen errors to undergo semantic analysis
mlugg
2024-12-03
sema: add a missing errdefer
Alex Kladov
2024-11-28
sema: hotpath `++` and `**` for array-pointers
David Rubin
2024-11-27
sema: make `++` and `**` return immutable pointers
David Rubin
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-11-23
compiler: Disallow align(0) everywhere in the language.
Alex Rønne Petersen
2024-11-20
Fix peer type resolution with allowzero pointers
xdBronch
2024-11-16
Sema: fix peer resolution alignment between slice and empty struct
Jacob Young
2024-11-09
Merge pull request #21937 from Snektron/spirv-vulkan-ptrs
Robin Voetter
2024-11-09
Sema: fix wording in error message
Wooster
2024-11-08
add storage_buffer address space
Robin Voetter
2024-11-08
spirv: assembler hacky constant placeholders
Robin Voetter
[prev]
[next]