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
2022-09-11
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-10
type: print comptime on fn type params
Jacob Young
2022-09-06
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-02
Sema: remove unused src param from typeRequiresComptime
Veikka Tuominen
2022-09-02
Sema: fix noalias coercion error message
Veikka Tuominen
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-29
Merge pull request #12641 from Luukdegram/wasm-c-types
Andrew Kelley
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-28
Sema: correct one possible value for tuples
Veikka Tuominen
2022-08-26
wasm: fix abi size of c_longdouble
Luuk de Gram
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-21
Sema: handle union and enum field order being different
Veikka Tuominen
2022-08-18
stage2: pointers to comptime-only types are comptime-only
Andrew Kelley
2022-08-18
improved ABI alignment/size for >= 128-bit integers
Andrew Kelley
2022-08-18
stage2: make `@Vector` ABI size agree with LLVM
Andrew Kelley
2022-08-18
stage2: agree with LLVM that `@alignOf(u128)` is 8
Andrew Kelley
2022-08-18
stage2: all pointers have runtime bits
Andrew Kelley
2022-08-17
Sema: allow empty enums and unions
Veikka Tuominen
2022-08-12
stage2: check for zero in `@intToError` safety
Veikka Tuominen
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-09
stage2: correct node offset of nested declarations
Veikka Tuominen
2022-08-06
Type: adjust C type sizes
Veikka Tuominen
2022-08-04
stage2 LLVM backend: opaque pointer fixes
Andrew Kelley
2022-07-31
update Target, CPU, OS, ABI, etc. to LLVM 15
Andrew Kelley
2022-07-29
Sema: fix runtime safety for integer overflow with vectors
Andrew Kelley
2022-07-23
Sema: add default value here note to invalid comptime field store error
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-21
Sema: validate function parameter types and return type
Veikka Tuominen
2022-07-14
LLVM: fix ABI size of optional and error union types
Andrew Kelley
2022-07-13
stage2: fix comptime bitcast involving f80
Andrew Kelley
2022-07-11
Sema: validate extern types
Veikka Tuominen
2022-07-10
Merge pull request #12001 from ziglang/llvm14
Andrew Kelley
2022-07-08
stage2: Support initializing anonymous struct type
Cody Tapscott
2022-07-08
stage2: Fix panic when printing AIR for tuple/anon struct types
Cody Tapscott
2022-07-03
stage2: update vector alignment logic
Andrew Kelley
2022-07-01
Merge pull request #11974 from ziglang/fixfixfix
Andrew Kelley
2022-07-01
AstGen: use elem_{ptr,val}_node for array access syntax
Veikka Tuominen
2022-06-30
stage2: implement alignment calculation of vectors
Andrew Kelley
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-10
Sema: introduce bitSizeAdvanced to recursively resolve types
Andrew Kelley
2022-06-09
stage2: fix handling of aggregates with mixed comptime-only fields
Andrew Kelley
2022-06-08
stage2: fix type printing of sub-byte pointers
Andrew Kelley
2022-06-07
stage2: packed struct fixes for big-endian targets
Andrew Kelley
2022-06-07
stage2: better codegen for byte-aligned packed struct fields
Andrew Kelley
2022-06-06
stage2: use correct type (u29) for alignment
Veikka Tuominen
2022-06-03
Sema: `@sizeOf` function should give an error
Veikka Tuominen
2022-06-03
Type: implement elemType2 for anyframe
Veikka Tuominen
2022-06-01
Sema: fix alignment of element ptr result type
Andrew Kelley
2022-05-31
stage2: introduce support for noalias
Andrew Kelley
[next]