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-01-11
Merge branch 'Stage2 begin implementing container types'
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-01
std: have std.meta.fieldInfo take an enum rather than a string
daurnimator
2020-12-31
stage2: compile error for invalid `var` type
Andrew Kelley
2020-12-31
stage2: no Payload for Type.Tag.inferred_alloc
Andrew Kelley
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
2020-12-09
Change tag returned by zigTagType for c_longdouble to Float.
antlilja
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-18
stage2: handle opaque containers
Vexu
2020-11-17
stage2: initial container astgen
Vexu
2020-11-15
stage2: outline container types
Vexu
2020-11-12
stage2 ARM & AArch64: ensure correct function alignment
joachimschmidt557
2020-10-30
stage2: implement switch validation for integers
Vexu
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-09-30
stage2: struct type field access
Vexu
2020-09-30
stage2: very basic imports
Vexu
2020-09-30
stage2: add import builtin stub
Vexu
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley