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-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
2024-09-26
fix still calling std.builtin.panic sometimes
Andrew Kelley
2024-09-26
fixes and make sema report errors when std.builtin wrong
Andrew Kelley
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
compile error instead of crash when root panic fn wrong
Andrew Kelley
2024-09-26
better codegen for `@panic` with comptime-known operand
Andrew Kelley
2024-09-26
reimplement integer overflow safety panic function calls
Andrew Kelley
2024-09-26
reintroduce the std.builtin safety panic helpers
Andrew Kelley
2024-09-26
fixes for this branch
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-25
disallow non-scalar sentinel types
Andrew Kelley
2024-09-23
fix: Add error note when attempt is made to destructure error union (#21491)
Will Lillis
2024-09-18
Sema: mark export on owner nav when exporting function alias
mlugg
[prev]
[next]