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-01-17
Sema: do not create slices with undefined pointers
Veikka Tuominen
2023-01-17
Sema: fix bad boolean logic for cast to null panic
Veikka Tuominen
2023-01-17
Sema: promote smaller float types passed to variadic functions
Veikka Tuominen
2023-01-17
Sema: resolve lazy values in switch prong items
Veikka Tuominen
2023-01-17
Sema: ignore dependency loops in typeinfo decls
Veikka Tuominen
2023-01-16
Sema: automatically optimize order of struct fields
Veikka Tuominen
2023-01-11
Sema: fix typeInfo decls with usingnamespace
Veikka Tuominen
2023-01-11
Sema: fix condition for omitting comptime arg from function type
Veikka Tuominen
2023-01-10
fix errdefers in functions that can't return errors
Veikka Tuominen
2023-01-10
Sema: restore status on layout resolution failure
Veikka Tuominen
2023-01-09
std: add helper functions to std.zig.Ast for extracting data out of nodes
Techatrix
2023-01-05
Sema: handle enum expressions referencing local variables
Veikka Tuominen
2023-01-05
Sema: remove generic function from `monomorphed_funcs` on any error
Veikka Tuominen
2023-01-05
Sema: only untyped undefined should coerce to all types
Veikka Tuominen
2023-01-05
Sema: add system for checking backend feature support
Veikka Tuominen
2023-01-05
resolve some TODOs
Veikka Tuominen
2023-01-05
Sema: improve struct/union field error locations
Veikka Tuominen
2023-01-04
Sema: implement AVR address spaces
Maciej 'vesim' KuliĆski
2023-01-03
Sema: do not immediately destroy failed generic instantiation
Veikka Tuominen
2023-01-02
Sema: prevent spurious "depends on itself" errors
Veikka Tuominen
2023-01-02
Sema: `@intToEnum` on non-exhaustive enum at comptime should check int is in ...
Veikka Tuominen
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-12-27
Sema: make overflow arithmetic builtins return tuples
Veikka Tuominen
2022-12-26
Merge pull request #14015 from Vexu/recursive-inline
Andrew Kelley
2022-12-26
Sema: add error for recursive inline call
Veikka Tuominen
2022-12-26
Sema: fix elem ptr type of vector in slice
Veikka Tuominen
2022-12-26
Sema: add missing `resolveLazyValue` cases
Jacob Young
2022-12-26
Sema: fix typo
Jacob Young
2022-12-25
@export() with linksection option (#14035)
Matt Knight
2022-12-25
Sema: fix missing struct layout for llvm backend
Jacob Young
2022-12-24
Sema: relax undefined checks for concat
Jacob Young
2022-12-24
Sema: support concat of tuple and array
Jacob Young
2022-12-20
Sema: fix crash with generic function with generic function parameter
Veikka Tuominen
2022-12-19
Sema: fix coercion from `[:0]T` to `[*c]T`
Veikka Tuominen
2022-12-19
Sema: print notes and reference traces when using `--debug-compile-errors`
Veikka Tuominen
2022-12-19
value: remove `indexVectorlike`
Veikka Tuominen
2022-12-19
Sema: fix condition for non-pointer noalias error
Veikka Tuominen
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-18
Merge pull request #13930 from r00ster91/renamings
Veikka Tuominen
2022-12-18
Call ensureResultUsed before comptime .call is evaluated.
shwqf
2022-12-18
std.builtin: remove layout field from Type.Enum
r00ster91
2022-12-18
Merge pull request #13552 from hryx/comparus-tautologicus
Veikka Tuominen
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-17
Sema: make is_non_{null,err} stricter about types
Veikka Tuominen
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-15
Resolve lazy value before comparing
Stevie Hryciw
2022-12-15
Sema: elide integer comparisons with guaranteed outcomes
Stevie Hryciw
2022-12-14
Sema: display cimport errors from clang
Veikka Tuominen
[next]