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-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
more fixes related to previous commits Package/Module API
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-03
compiler: start handling anonymous decls differently
Andrew Kelley
2023-10-03
Merge pull request #17352 from kcbanner/extern_union_comptime_memory
Andrew Kelley
2023-10-03
Sema: fix issues in `@errorCast` with error unions
Veikka Tuominen
2023-10-02
sema: handle big-endian when bitcasting between different-sized union fields
kcbanner
2023-10-02
sema: support reinterpreting extern/packed unions at comptime via field access
kcbanner
2023-10-01
x86_64: implement and test unary float builtins
Jacob Young
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-09-27
Revert "compiler: don't use `@abs` builtin yet"
Andrew Kelley
2023-09-27
compiler: don't use `@abs` builtin yet
Andrew Kelley
2023-09-27
Rename `@fabs` to `@abs` and accept integers
antlilja
2023-09-26
Merge pull request #17215 from kcbanner/read_from_memory_union
Veikka Tuominen
2023-09-25
translate-c: convert clang errors messages into `std.zig.ErrorBundle`
Techatrix
2023-09-24
Merge pull request #17256 from ziglang/packed-bit-offsets
Andrew Kelley
2023-09-24
revert "compiler: packed structs cache bit offsets"
Andrew Kelley
2023-09-23
compiler: packed structs cache bit offsets
Andrew Kelley
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
sema: fix mem leaks in inferred error set handling
Jakub Konka
2023-09-23
codegen/sema: handle unions with unknown tags in more places
kcbanner
2023-09-23
type: resolve packed union type layouts in bitSizeAdvanced
kcbanner
2023-09-23
sema: rework the comptime representation of comptime unions
kcbanner
2023-09-23
sema: add support for unions in readFromMemory and writeToMemory
kcbanner
2023-09-23
Sema: do not emit dbg_var_val and dbg_var_ptr instructions for comptime-only ...
mlugg
2023-09-23
Sema: don't attempt to reinterpret comptime-only types when mutating comptime...
mlugg
2023-09-23
Sema: refactor detection of comptime-known consts
mlugg
2023-09-22
Sema: optimize comptime @memset by setting all elements at once
mlugg
2023-09-22
AstGen: fix @export with undeclared identifier crashing
Wooster
2023-09-21
compiler: fix structFieldName crash for tuples
Andrew Kelley
2023-09-21
Sema: mark transitive failure when @import refers to a failed file
mlugg
2023-09-21
Sema: queue type resolution when analyzing ret_ptr during inline call
mlugg
2023-09-21
Sema: less aggressive type resolution for field_val
Andrew Kelley
2023-09-21
InternPool,Sema,type,llvm: alignment fixes
mlugg
2023-09-21
Sema: queue type resolution when adding a struct_field_val instruction
Andrew Kelley
2023-09-21
Sema: fix struct alignment regressions
Andrew Kelley
2023-09-21
compiler: make pointer type canonicalization always work
Andrew Kelley
2023-09-21
Sema: fix dependency loop regression on struct field alignment
Andrew Kelley
2023-09-21
Sema: allow users to provide alignment 0 to mean default
Andrew Kelley
2023-09-21
compiler: get codegen of behavior tests working on at least one backend
mlugg
2023-09-21
Sema: restore master branch field reordering behavior
Andrew Kelley
2023-09-21
fix regressions from this branch
Andrew Kelley
2023-09-21
InternPool: implement getStructType
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
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
[next]