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-07-12
C backend: TypedefMap is now ArrayHashMap
Andrew Kelley
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-08
stage2 type.zig: implement eql of error unions (#9334)
g-w1
2021-07-07
stage2: basic inferred error set support
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-21
stage2 Sema: implement @intToPtr (#9144)
g-w1
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-25
Re-enable building the self-hosted compiler for 32-bit targets
joachimschmidt557
2021-05-08
Type: fix abiAlignment calculation for unions
Andrew Kelley
2021-05-07
Sema: support enough to check main calling convention via `@typeInfo`
Andrew Kelley
2021-05-06
Sema: implement `@typeInfo` for functions
Andrew Kelley
2021-05-06
stage2: wire up outdated/deleted decl detection
Andrew Kelley
2021-04-24
AstGen: implement `@Vector`
Andrew Kelley
2021-04-23
stage2: implement `anyframe`, `anyframe->T` and fix assembly
Andrew Kelley
2021-04-22
AstGen: implement `@extern` builtin
Andrew Kelley
2021-04-22
AstGen: fix `@export`
Andrew Kelley
2021-04-18
AstGen: implement all the builtin functions
Andrew Kelley
2021-04-15
stage2: implement `@bitSizeOf`
Andrew Kelley
2021-04-15
stage2: entry point via std lib and proper updated file detection
Andrew Kelley
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
[next]