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-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
2022-05-31
stage2: fix hash/eql on function types
Andrew Kelley
2022-05-31
stage2: ignore generic return type when hashing function type
Veikka Tuominen
2022-05-30
Sema: implement functions generic across callconv() or align()
Andrew Kelley
2022-05-24
stage2: treat `error{}!void` as a zero-bit type
Andrew Kelley
2022-05-24
stage2: fixes for error unions, optionals, errors
Andrew Kelley
2022-05-24
stage2: make `?anyerror` represented the same as `anyerror`
Andrew Kelley
2022-05-24
stage2: fixes for error union semantics
Andrew Kelley
2022-05-20
Sema: introduce laziness to `@sizeOf`
Andrew Kelley
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-16
stage2: add global `Type` constant for `u1`
William Sengir
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-07
Merge pull request #11605 from Luukdegram/wasm-mul-overflow
Jakub Konka
2022-05-07
wasm: `@addWithOverflow` for bitsize 32
Luuk de Gram
2022-05-06
Sema: solve a false positive "depends on itself"
Andrew Kelley
2022-05-04
stage2: fix `@sizeOf` for structs with comptime fields
Andrew Kelley
2022-05-04
stage2: improve `@sizeOf` and `@alignOf` integers
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-16
stage2: fix @mulAdd on aarch64 Darwin
Jakub Konka
2022-04-15
Merge pull request #11242 from schmee/sema-handle-more-union-errors
Veikka Tuominen
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-14
Sema: workaround for generic instantiation recurison bug
Andrew Kelley
2022-04-03
sema: add compile error for missing/extra enum fields in union decl
John Schmidt
2022-03-27
Merge pull request #10871 from schmee/stage2-bitcast-safety
Veikka Tuominen
2022-03-26
stage2: resolve types more lazily
Andrew Kelley
2022-03-26
stage2: result location types for function call arguments
Andrew Kelley
2022-03-25
Implement `type.bitSize` for unions
John Schmidt
2022-03-25
type: fix onePossibleValue for auto numbered enums
Veikka Tuominen
2022-03-22
Sema: rename isArrayLike to isArrayOrVector
Andrew Kelley
2022-03-22
Sema: introduce a mechanism in Value to resolve types
Andrew Kelley
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
stage2: add way to print values with types
Veikka Tuominen
2022-03-18
stage2: formatting an error_set value should print members, not decl
Mitchell Hashimoto
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-16
Merge pull request #11177 from Vexu/dbg_func
Veikka Tuominen
2022-03-16
Merge pull request #11191 from Snektron/zig-gdb-improvements
Andrew Kelley
2022-03-16
gdb: add printer for selfhosted Type
Robin Voetter
[next]