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
2021-10-25
Merge pull request #10034 from Snektron/stage2-slice
Andrew Kelley
2021-10-26
stage2: runtime c pointer null comparison
Robin Voetter
2021-10-25
stage2: fix switch on tagged union capture-by-pointer
Andrew Kelley
2021-10-23
stage2: implement more C pointer Sema and comptime ptr arith
Andrew Kelley
2021-10-21
stage2: implement comptime loads through casted pointers
Andrew Kelley
2021-10-21
stage2: elemPtr for slices
Robin Voetter
2021-10-20
stage2: implement slicing
Andrew Kelley
2021-10-19
stage2 minor cleanups
Andrew Kelley
2021-10-20
stage2: make (typeHas)OnePossibleValue return the right value
Robin Voetter
2021-10-18
stage2: fix coercion of error set to error union
Andrew Kelley
2021-10-17
stage2: implement `@hasField`
Meghan Denny
2021-10-17
stage2: fix handling of error unions as return type
Andrew Kelley
2021-10-17
stage2: implement error wrapping
Andrew Kelley
2021-10-17
stage2: add haveFieldTypes() assertions
Andrew Kelley
2021-10-16
Sema: coercion from error sets to `anyerror`
Andrew Kelley
2021-10-15
stage2: optional comparison and 0-bit payloads
Andrew Kelley
2021-10-15
stage2: make hasCodeGenBits() always true for pointers
Andrew Kelley
2021-10-14
stage2: implement `@minimum` and `@maximum`, including vectors
Andrew Kelley
2021-10-14
stage2: improved union support
Andrew Kelley
2021-10-13
stage2: improve handling of 0-bit types and arrays
Andrew Kelley
2021-10-13
stage2: remove use of `builtin.stage2_arch` workaround
Andrew Kelley
2021-10-13
stage2: implement opaque declarations
Andrew Kelley
2021-10-13
stage2: implement Sema for elemVal for comptime slice
Andrew Kelley
2021-10-12
stage2: fix comptime stores and sentinel-terminated arrays
Andrew Kelley
2021-10-11
stage2: support nested structs and arrays and sret
Andrew Kelley
2021-10-05
stage2: enum fixes
Andrew Kelley
2021-10-05
stage2: implement runtime `@intToEnum`
Andrew Kelley
2021-10-04
stage2: fix Type max/min int calculation
Andrew Kelley
2021-10-04
Adapt Type.minInt and maxInt to use setTwosCompLimit
Robin Voetter
2021-10-03
C backend: fix lowering of struct types
Andrew Kelley
2021-10-03
stage2: Type: fix eql impl for error unions
Andrew Kelley
2021-10-02
Delete Module.Scope, move Block into Sema
Martin Wickham
2021-09-29
stage2: LLVM backend: properly set module target data
Andrew Kelley
2021-09-29
stage2: LLVM backend: implement struct type fwd decls
Andrew Kelley
2021-09-29
stage2: enable building compiler_rt when using LLVM backend
Andrew Kelley
2021-09-28
stage2: implement `@clz` and `@ctz`
Andrew Kelley
2021-09-28
Stage 2: Support inst.func() syntax (#9827)
Martin Wickham
2021-09-27
stage2: implement union coercion to its own tag
Andrew Kelley
2021-09-27
stage2: implement basic unions
Andrew Kelley
2021-09-25
stage2: implement zirCoerceResultPtr
Andrew Kelley
2021-09-25
stage2: implement `@sizeOf` for non-packed structs
Andrew Kelley
2021-09-24
stage2: implement `@memset` and `@memcpy` builtins
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-22
stage2: remove 2 assertions that were too aggressive
Andrew Kelley
2021-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-20
stage2: various fixes to cImport, sizeOf and types to get tests passing
Veikka Tuominen
2021-09-20
Merge branch 'address-space' of Snektron/zig into Snektron-address-space
Andrew Kelley
2021-09-20
stage2: improve handling of 0 bit types
Andrew Kelley
2021-09-20
stage2: implement comptime `@atomicRmw`
Andrew Kelley
[next]