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-02-20
Sema: fix inline break from a non-comptime scope to outer one
Andrew Kelley
2022-02-19
Sema: implement `@typeInfo` for list literals
Andrew Kelley
2022-02-12
make f80 less hacky; lower as u80 on non-x86
Andrew Kelley
2022-02-09
Sema: handle inferred error set tail call
Andrew Kelley
2022-02-08
Sema: fix `@typeInfo` for pointers returning 0 alignment
Andrew Kelley
2022-02-03
Sema: fixes to fieldVal, resolveStructFully, Type.eql
Andrew Kelley
2022-02-03
Sema: slice improvements
Andrew Kelley
2022-01-31
stage2: update to new ArrayHashMap API
Andrew Kelley
2022-01-28
stage1: add f80 type
Veikka Tuominen
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-20
Merge pull request #10649 from ziglang/stage2-tuples
Andrew Kelley
2022-01-20
Fix abi size of optional slices
Luuk de Gram
2022-01-20
Sema: fix requiresComptime infinite recursion
Andrew Kelley
2022-01-20
stage2: implement tuples
Andrew Kelley
2022-01-19
stage2: fix ABI size of slice types to be 2 * ptr size
Andrew Kelley
2022-01-14
Sema: fix array_init with runtime element
Andrew Kelley
2022-01-13
stage2: fix build on 32-bit ISAs
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-08
Implement bitOffsetOf
Jimmi Holst Christensen
2022-01-08
Implement offsetOf builtin function
Jimmi Holst Christensen
2022-01-07
Add two more resolution status' to Struct and Union
Jimmi Holst Christensen
2022-01-06
stage2: Implement validating switch on errors
Jimmi Holst Christensen
2022-01-02
Sema: implement peer type resolution of signed and unsigned ints
Andrew Kelley
2022-01-02
compiler-rt: simplify implementations
Andrew Kelley
2021-12-28
Sema: more union fixes
Andrew Kelley
2021-12-27
Sema: implement array coercion
Andrew Kelley
2021-12-27
Sema: fix anytype parameters whose types require comptime
Andrew Kelley
2021-12-27
stage2: LLVM backend: implement `@tagName` for enums
Andrew Kelley
2021-12-23
stage2: initial implementation of packed structs
Andrew Kelley
2021-12-22
stage2: `Type.hasCodeGenBits` asserts structs and unions have fields
Andrew Kelley
2021-12-21
stage2: make anyopaque sized
Robin Voetter
2021-12-21
stage2: inferred error set coercion
Robin Voetter
2021-12-21
stage2: allow multiple inferred error sets per Fn
Robin Voetter
2021-12-21
stage2: move inferred error set state into func
Robin Voetter
2021-12-21
stage2: replace ErrorSet and ErrorSetMerged arrays with hash maps
Robin Voetter
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-10
AstGen: implement @prefetch() builtin
Isaac Freund
2021-11-30
Sema: fix error set merging creating references to invalid memory
Andrew Kelley
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-27
stage2: implement `@typeName`
Andrew Kelley
2021-11-17
childType: add optional_single_{mut,const}_pointer
Daniele Cocca
2021-11-16
stage2: equality compare optional with non-optional
Andrew Kelley
2021-11-02
C backend: implement ?void, and other zero sized types
Emily Bellows
2021-10-28
C backend: fix enough that zig test works
Andrew Kelley
2021-10-26
Sema: improved C pointers and casting
Andrew Kelley
2021-10-26
Sema: fix coercion from union to its own tag
Andrew Kelley
2021-10-25
Merge pull request #10034 from Snektron/stage2-slice
Andrew Kelley
2021-10-26
stage2: runtime c pointer null comparison
Robin Voetter
[next]