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-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
2022-03-16
Type: implement ptrInfo for optional pointers
Veikka Tuominen
2022-03-15
stage2: comptime fields should not affect opv/comptime-only
Cody Tapscott
2022-03-14
stage2: fixups for topolarity-comptime-memory-reinterp branch
Andrew Kelley
2022-03-14
stage2 sema: Respect container_ty of parent ptrs
Cody Tapscott
2022-03-14
stage2: Fix assertion in struct field offset when all fields are 0-size
Cody Tapscott
2022-03-14
stage2: Add hasWellDefinedLayout() to type.zig and Sema.zig
Cody Tapscott
2022-03-14
stage2: rework Value storage of structs and arrays
Andrew Kelley
2022-03-14
Sema: Type.abiSize asserts instead of using max with alignment
Andrew Kelley
2022-03-11
Type.eql: check fn attributes before params
Andrew Kelley
2022-03-11
LLVM: fix debug info for pointers to void
Andrew Kelley
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-10
stage2: improve Type.eql and Type.hash for error sets
Andrew Kelley
2022-03-10
stage2: error_set_merged type equality
Mitchell Hashimoto
2022-03-09
Sema: implement pointer-to-tuple coercion to slice and struct
Andrew Kelley
2022-03-09
Sema: fix crash with `@sizeOf` on unions
Andrew Kelley
2022-03-08
Sema: implement coercion of tuples to structs
Andrew Kelley
2022-03-08
LLVM: fix memory leak of debug type names
Andrew Kelley
2022-03-08
stage2: implement Type.getOwnerDecl for opaque types
Andrew Kelley
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-03-03
stage2: cleanups to wasm memory intrinsics
Andrew Kelley
2022-03-03
stage2: remove opaque type workaround from `Type.ptrAlignment`
Veikka Tuominen
2022-03-03
Sema: allow pointers to opaques to be aligned
Andrew Kelley
2022-03-03
stage2: support @ptrCast for slices with an offset
Cody Tapscott
2022-03-02
Sema: implement cast from anon struct ptr to union ptr
Andrew Kelley
2022-03-02
LLVM: aggregate_init supports structs
Andrew Kelley
2022-03-02
stage2: add cast from ?*T to ?*anyopaque
Veikka Tuominen
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
Sema: correct implementation of comptimeOnly for tuples
Andrew Kelley
2022-03-01
Sema: eliminate use of resolveAlreadyCoercedInt
Andrew Kelley
2022-02-28
Sema: clean up peer resolution of errors
Andrew Kelley
2022-02-28
stage2: implement peer type resolution between error unions
Mitchell Hashimoto
2022-02-28
Sema: complete the Type.hash function
Andrew Kelley
2022-02-28
Sema: fix pointer type hash and equality functions
Andrew Kelley
2022-02-28
stage2: tuple mul/cat
Veikka Tuominen
2022-02-27
stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...
Veikka Tuominen
2022-02-26
Sema: implement union value equality at comptime
Andrew Kelley
2022-02-26
stage2: various fixes to get one test passing
Veikka Tuominen
2022-02-26
stage2: actually coerce in coerce_result_ptr at comptime
Veikka Tuominen
[next]