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-04-11
Merge remote-tracking branch 'origin/master' into llvm12
Michael Dusan
2021-04-07
Sema: fix switch validation '_' prong on wrong type
Andrew Kelley
2021-04-07
Sema: implement switch validation for enums
Andrew Kelley
2021-04-07
Type: use isPtrLikeOptional instead of isAbiPtr
Andrew Kelley
2021-04-07
Sema: implement comparison analysis for non-numeric types
Andrew Kelley
2021-04-07
Sema: DRY up enum field analysis and add "declared here" notes
Andrew Kelley
2021-04-06
C backend: implement Enum types and values
Andrew Kelley
2021-04-06
stage2: implement field access for `Enum.tag` syntax
Andrew Kelley
2021-04-06
stage2: implement simple enums
Andrew Kelley
2021-04-02
stage2: implement Type.onePossibleValue for structs
Andrew Kelley
2021-04-02
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-04-01
stage2: implement structs in the frontend
Andrew Kelley
2021-04-01
stage2: AstGen and ZIR printing for struct decls
Andrew Kelley
2021-03-29
Sema: implement switch expressions
Andrew Kelley
2021-03-28
stage2: fix error sets
Andrew Kelley
2021-03-27
stage2: fully implement Type.eql for pointers
Andrew Kelley
2021-03-23
stage2: remove all async related code
Isaac Freund
2021-03-18
stage2: get Module and Sema compiling again
Andrew Kelley
2021-03-17
stage2: Module and Sema are compiling again
Andrew Kelley
2021-03-16
stage2: *WIP*: rework ZIR memory layout; overhaul source locations
Andrew Kelley
2021-03-12
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-08
stage2: error union payload must also be a valid variable type
Veikka Tuominen
2021-03-08
stage2 cbe: add error union and error union operations
jacob gw
2021-03-08
cbe: add error comparison support
jacob gw
2021-03-08
stage2 cbe: errors
Veikka Tuominen
2021-03-06
stage2: implement var args
Veikka Tuominen
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-16
translate-c: bunch of small fixes to get it compiling
Veikka Tuominen
2021-02-16
translate-c: make Node more like Type
Veikka Tuominen
2021-02-16
translate-c: translate C types to stage2 types
Veikka Tuominen
2021-02-10
stage2: switch from inline fn to callconv(.Inline)
Tadeo Kondrak
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-19
SPIR-V: Add glsl450 and vulkan spir-v operating system definitions
Robin Voetter
2021-01-19
SPIR-V: Initial architecture definitions and setup
Robin Voetter
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-16
Update zig_llvm.cpp and other bits
Jakub Konka
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
[next]