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-self-hosted
/
type.zig
Age
Commit message (
Expand
)
Author
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
update self-hosted compiler to new format API
Andrew Kelley
2019-11-26
add workaround for #3190
Vexu
2019-11-26
fixes and cleanup in self hosted
Vexu
2019-11-23
self hosted compiler: small miscellaneous fixes
Vexu
2019-11-23
fix casts
Vexu
2019-11-08
self hosted compiler: various small fixes
Vexu
2019-11-07
self hosted compiler: small fixes to imports and declarations
Vexu
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-11-07
self hosted compiler: fix calling convention in type.zig
Vexu
2019-11-07
self hosted compiler: update to new std.event
Vexu
2019-11-07
self hosted compiler: replace Promise with Frame and AnyFrame
Vexu
2019-11-07
self hosted compiler: remove await async pattern
Vexu
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-14
fix implicit cast error unions with non-optional to optional pointer
Andrew Kelley
2019-02-11
add C pointer type to @typeInfo
Andrew Kelley
2019-02-03
`std.mem.Allocator.create` replaced with better API
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-08-10
self-hosted: reorganize creation and destruction of Compilation
Andrew Kelley
2018-07-24
self-hosted: function calling another function
Andrew Kelley
2018-07-24
self-hosted: function types use table lookup
Andrew Kelley
2018-07-22
self-hosted can compile libc hello world
Andrew Kelley
2018-07-20
self-hosted: convert some stuff to async/await
Andrew Kelley
2018-07-19
self-hosted: progress on IR for supporting libc hello world
Andrew Kelley
2018-07-16
self-hosted: create tmp dir for .o files and emit .o file for fn
Andrew Kelley
2018-07-15
self-hosted: generate LLVM IR for simple function
Andrew Kelley
2018-07-14
rename Module to Compilation
Andrew Kelley
2018-07-14
self-hosted: adding a fn to an llvm module
Andrew Kelley
2018-07-13
self-hosted: basic IR pass2
Andrew Kelley
2018-07-12
self-hosted: generate zig IR for simple function
Andrew Kelley