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
/
type.zig
Age
Commit message (
Expand
)
Author
2023-10-16
make distinct error limit configurable
Veikka Tuominen
2023-10-10
Sema,type: unify type query functions
mlugg
2023-10-03
Merge pull request #17352 from kcbanner/extern_union_comptime_memory
Andrew Kelley
2023-10-03
codegen: fix byte-aligned field offsets in unaligned nested packed structs
Xavier Bouchoux
2023-10-03
codegen: fix field offsets in packed structs
Xavier Bouchoux
2023-10-02
sema: support reinterpreting extern/packed unions at comptime via field access
kcbanner
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
type: handle the 0-length array case in abiSizeAdvanced
kcbanner
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
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-21
compiler: fix structFieldName crash for tuples
Andrew Kelley
2023-09-21
type: give empty unions 1-byte alignment
mlugg
2023-09-21
InternPool,Sema,type,llvm: alignment fixes
mlugg
2023-09-21
Sema: fix dependency loop regression on struct field alignment
Andrew Kelley
2023-09-21
fix regressions from this branch
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-12
InternPool: prevent anon struct UAF bugs with type safety
Andrew Kelley
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-17
InternPool: safer enum API
Andrew Kelley
2023-08-10
Merge pull request #16747 from jacobly0/llvm-wo-libllvm
Andrew Kelley
2023-08-09
AstGen: handle `ty` result location for struct and array init correctly
mlugg
2023-08-09
Sema: remove `validateRunTimeType`
Jacob Young
2023-07-22
Sema: handle adhoc inferred error sets in helper functions
Andrew Kelley
2023-07-18
compiler: fix branch regressions
Andrew Kelley
2023-07-18
frontend: fix inferred error sets of comptime/inline calls
Andrew Kelley
2023-07-18
Type.print: fix inferred error set crash
Andrew Kelley
2023-07-18
InternPool: implement getExternFunc
Andrew Kelley
2023-07-18
compiler: rework inferred error sets
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-07-10
type: update optionalReprIsPayload to handle inferred error sets
kcbanner
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-22
Type/Value: garbage collect some methods
Jacob Young
2023-06-21
Merge pull request #16105 from jacobly0/intern-pool-opt
Andrew Kelley
2023-06-20
Type: remove arbitrary restrictions on param and return types
Jacob Young
2023-06-20
Type: delete legacy allocation functions
Jacob Young
2023-06-20
Sema: optimize callers of `indexToKey`
Jacob Young
2023-06-20
codegen: Set c_char signedness based on the target
Evan Haas
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-14
Sema: allow indexing tuple and vector pointers
mlugg
2023-06-11
InternPool: avoid as many slices pointing to `string_bytes` as possible
Jacob Young
[next]