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
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
2024-11-08
spirv: forbid pointer arithmetic
Robin Voetter
2024-11-02
Sema: Disallow calling functions with certain special calling conventions.
Alex Rønne Petersen
2024-11-01
Merge pull request #21861 from alichraghi/master
Robin Voetter
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-29
Merge pull request #21826 from Snektron/spirv-vulkan
Robin Voetter
2024-10-28
Sema: add missing coercion to bool for condbr_inline
mlugg
2024-10-27
spirv: forbid merging logical pointers
Robin Voetter
2024-10-25
Merge pull request #21796 from Rexicon226/var-args
Matthew Lugg
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-25
use `cCallingConvention` instead of `.C` in Sema
David Rubin
2024-10-24
Sema: fix check for whether current AnalUnit is a test function
Veikka Tuominen
2024-10-23
combine codegen work queue and linker task queue
Andrew Kelley
2024-10-23
rework linker inputs
Andrew Kelley
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
Change `ExternOptions.dll_storage_class` to `is_dll_import`
kcbanner
2024-10-22
Cause a compilation error to occur if using @extern with is_dll_import in a c...
kcbanner
2024-10-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
2024-10-20
compiler: Remove uses of defaultFunctionAlignment() in the frontend.
Alex Rønne Petersen
2024-10-19
Sema: add and improve some callconv compile errors
mlugg
2024-10-19
compiler: avoid unreasonable eval branch quotas
mlugg
2024-10-19
Sema: minor cleanup
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-16
std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.
Alex Rønne Petersen
2024-10-16
std.Target: Rename is_lib{c,cxx}_lib_name() to isLib{C,Cxx}LibName().
Alex Rønne Petersen
2024-10-16
incremental: introduce `file` dependencies to handle AstGen failures
mlugg
2024-10-16
Zcu: cache output of `resolveReferences` between calls
mlugg
2024-10-14
Sema: fail if analyzing return in `noreturn`-declared function before coercin...
gabeuehlein
2024-10-10
Sema: implement @splat for arrays
mlugg
2024-10-07
Sema: add missing runtime value validation to global mutable variables
mlugg
2024-10-07
Sema: add missing runtime value validation to @memcpy and @memset
mlugg
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-09-26
Sema: better utility function semantics
Andrew Kelley
[prev]
[next]