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
2023-09-19
write function types consistently with a space before `fn` keyword
r00ster91
2023-09-15
Sema: mark pointers to inline functions as comptime-only
mlugg
2023-09-15
compiler: start using destructure syntax
mlugg
2023-09-15
compiler: implement destructuring syntax
mlugg
2023-09-15
Sema: add missing compile error for runtime-known const with comptime-only type
mlugg
2023-09-15
compiler: rework capture scopes in-memory layout
Andrew Kelley
2023-09-12
InternPool: prevent anon struct UAF bugs with type safety
Andrew Kelley
2023-08-30
Sema: cleanup `coerceExtra`
Jacob Young
2023-08-28
Sema: revert reference trace changes that are no longer needed
Jacob Young
2023-08-28
Sema: create "called from here" notes before reference traces
Jacob Young
2023-08-28
Sema: refactor to add a `block` param to `failWithOwnedErrorMsg`
Jacob Young
2023-08-28
Sema: factor out `NeededComptimeReason` from comptime value resolution
Jacob Young
2023-08-28
Sema: cleanup to use more enum literals
Jacob Young
2023-08-28
Sema: cleanup `@as` invasion
Jacob Young
2023-08-28
compiler: provide result type for @memset value
mlugg
2023-08-28
Sema: allow cast builtins on vectors
mlugg
2023-08-28
Sema: implement reference trace with called from here notes
Jacob Young
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-21
Sema: disallow C pointer to slice coercion
mlugg
2023-08-21
Sema: check @memset operand provides length
mlugg
2023-08-20
AstGen: add result location analysis pass
mlugg
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-08-17
InternPool: safer enum API
Andrew Kelley
2023-08-15
InternPool: preserve indices of builtin types when resolved
mlugg
2023-08-15
Sema: queue type resolution whem emitting array_elem_val
mlugg
2023-08-14
Sema: provide source location when analyzing panic handler
mlugg
2023-08-11
Sema: remove redundant addConstant functions
mlugg
2023-08-11
Sema: avoid deleting runtime side-effects in comptime initializers
Jacob Young
2023-08-10
Sema: fix coerceArrayLike() for vectors with padding
Xavier Bouchoux
2023-08-10
Merge pull request #16747 from jacobly0/llvm-wo-libllvm
Andrew Kelley
2023-08-10
Sema: add references to generic instantiations
mlugg
2023-08-10
Sema: detect invalid field stores in tuple initialization
mlugg
2023-08-10
Sema: refactor generic calls to interleave argument analysis and parameter ty...
mlugg
2023-08-09
compiler: fix crash on invalid result type for `@splat`
mlugg
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-08-09
Sema: use the correct decl for generic argument source locations
Jacob Young
2023-08-09
Sema: fix generic method argument source locations
Jacob Young
2023-08-09
Sema: remove `validateRunTimeType`
Jacob Young
2023-08-05
Sema: fix issues passing an invalid type to a generic method
Jacob Young
2023-08-02
Sema: improve new error messages related to naked functions
Jacob Young
2023-07-31
Sema: restrict what can appear in a naked function
Jacob Young
2023-07-29
Allow zero-sized fields in extern structs (#16404)
AdamGoertz
2023-07-28
suggest using else when '_' is used for exhaustive enums (#16583)
xdBronch
2023-07-28
Sema: don't reorder tuple fields
Jacob Young
2023-07-27
frontend: make fn calls byval; fix false positive isNonErr
Andrew Kelley
2023-07-25
frontend: forbid packed and extern tuples
Andrew Kelley
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-07-22
Sema: fix adhoc inferred error sets in analyzeIsNonErrComptimeOnly
Andrew Kelley
2023-07-21
fix @embedFile("") not giving a proper error
r00ster91
2023-07-21
fix some whitespace formatting in `switch`s
r00ster91
[next]