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-01-01
resolve error tracing logic at module creation time
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
update bin_file.options references in Sema
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
move is_libcpp_lib_name and is_libc_lib_name to std.Target
Andrew Kelley
2024-01-01
Compilation: cleanup hashmap usage
Jacob Young
2023-12-29
Sema: Initialise `want_safety` for switch prong child block
amp-59
2023-12-28
Sema: fix merging stores instructions from a comptime struct value with `-fst...
cfillion
2023-12-23
Sema: ensure `slice_ptr` produces the correct type
Jacob Young
2023-12-13
Compilation: remove parent_compilation_link_libc
Andrew Kelley
2023-12-11
Revert "Sema: forbid @breakpoint from being called at comptime"
Andrew Kelley
2023-12-11
Sema: forbid @breakpoint from being called at comptime
Bogdan Romanyuk
2023-12-03
Coff: minor fixes
Jacob Young
2023-12-03
Air: use typesafe `Air.Inst.Index`
Jacob Young
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
2023-11-30
Sema: improve error location for array cat/mul
Veikka Tuominen
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
Compiler: move checking function-scope-only builtins to AstGen
Bogdan Romanyuk
2023-11-25
Sema: ensure tuple fields is resolved and fix internal out-of-bounds access
Bogdan Romanyuk
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-23
fix spelling
David Rubin
2023-11-23
Sema: disallow call to undefined function
Bogdan Romanyuk
2023-11-21
Sema: fix bad error location on field init with field access
Veikka Tuominen
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-19
test: check compile errors when compilation has no errors
dweiller
2023-11-18
Add struct declaration location to empty root struct field member error
Curtis Tate Wilkinson
2023-11-16
Sema: include sentinel in type of pointer-to-array `ptr` field
David
2023-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-11-16
Sema: Add error for non-power of 2 field alignment when reifying Unions, Stru...
Krzysztof Wolicki
2023-11-12
sema: fixup underflows during struct / ptr array init when using -fstrip
kcbanner
2023-11-12
Revert "Sema: fix comparison with undefined"
Andrew Kelley
2023-11-12
Sema: fix comparison with undefined
Bogdan Romanyuk
2023-11-10
Sema: detect unneeded source locations earlier
Jacob Young
2023-11-10
disallow calling @trap at comptime
Bogdan Romanyuk
2023-11-10
Sema: do not allow comptime-only pointer fields in packed structs
mlugg
2023-11-10
Sema: remove unused function
mlugg
2023-11-09
preserve 'undefined' in @bitCast
Bogdan Romanyuk
2023-11-08
Sema: optimize runtime array_mul
mlugg
2023-11-08
Merge pull request #17913 from jacobly0/vararg-int
Andrew Kelley
2023-11-08
Sema: do not force resolution of struct field inits when calling function poi...
mlugg
2023-11-08
Sema: don't allow passing non-extern types to varargs parameters
Jacob Young
2023-11-08
Sema: implement vararg integer promotions
Jacob Young
2023-11-08
Sema: fix source location for untyped array init with result type
mlugg
2023-11-07
sema: allow slicing [*]T without end
dweiller
2023-11-07
Merge pull request #17692 from kcbanner/struct_field_init_pass
Matthew Lugg
2023-11-07
Sema: emit @intCast safety check correctly for vectors
mlugg
2023-11-07
Sema: allow destructuring vectors
mlugg
[next]