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
/
codegen
/
c
/
type.zig
Age
Commit message (
Expand
)
Author
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
compiler: move error union types and error set types to InternPool
Andrew Kelley
2023-06-10
compiler: eliminate legacy Type.Tag.pointer
Andrew Kelley
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-06-10
stage2: move anon tuples and anon structs to InternPool
Andrew Kelley
2023-06-10
stage2: move union types and values to InternPool
Andrew Kelley
2023-06-10
stage2: move struct types and aggregate values to InternPool
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: implement intTagType logic
Andrew Kelley
2023-06-10
InternPool: add a slice encoding
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
stage2: move all integer types to InternPool
Andrew Kelley
2023-06-10
stage2: move named int types to InternPool
Andrew Kelley
2023-06-10
stage2: move float types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-04-25
cbe: fix mutability issues with builtin test_functions
Jacob Young
2023-04-13
add c_char type
Andrew Kelley
2023-03-05
CBE: implement vector element pointers
Jacob Young
2023-03-05
CBE: fix behavior test failures on msvc
Jacob Young
2023-03-05
CBE: implement big integer and vector comparisons
Jacob Young
2023-03-05
CBE: implement big integer literals
Jacob Young
2023-02-24
CBE: reuse locals with the same `CType` instead of `Type`
Jacob Young
2023-02-23
CType: cleanup
Jacob Young
2023-02-23
CType: fix lowering of generic function pointer
Jacob Young
2023-02-21
CBE: fix windows test failures
Jacob Young
2023-02-21
CBE: use CType for type definitions
Jacob Young
2023-02-21
CBE: remove typedef data structures
Jacob Young
2023-02-20
CBE: use stdint.h types instead of `zig_` prefixes
Jacob Young
2023-02-20
CBE: fix comptime checks
Jacob Young
2023-02-20
CBE: add CType interning
Jacob Young