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
2024-02-06
Merge pull request #18814 from mlugg/incremental-dependencies
Matthew Lugg
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-04
compiler: re-introduce dependencies for incremental compilation
mlugg
2024-02-02
InternPool: use separate key for slices
mlugg
2024-01-29
Fix some comptime packed struct issues
SuperAuguste
2024-01-20
Sema: replace uses of `toUnsignedInt` with `toUnsignedIntAdvanced`
Veikka Tuominen
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-11
sema: pass sema through if available for the array_type case in bitSizeAdvanced
kcbanner
2023-11-07
sema: analyze field init bodies in a second pass
kcbanner
2023-10-31
sema: Add union alignment resolution
kcbanner
2023-10-29
Fix hasRuntimeBitsAdvanced lazy case for pointers and optionals
DilithiumNitrate
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
make distinct error limit configurable
Veikka Tuominen
2023-10-20
Revert "make distinct error limit configurable"
Andrew Kelley
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
[next]