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
/
all_types.hpp
Age
Commit message (
Expand
)
Author
2018-05-13
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-12
add @newStackCall builtin function
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-04-30
support foo.* for ptr deref
Andrew Kelley
2018-04-26
Added TypeInfo cache
Alexandros Naskos
2018-04-24
One step towards @typeInfo
Alexandros Naskos
2018-04-19
Optimized field ptr ir for hot path and fix assignment bug
Jimmi Holst Christensen
2018-04-19
Added field builtin function
Jimmi Holst Christensen
2018-04-18
support break in suspend blocks
Andrew Kelley
2018-04-18
add --no-rosegment cli option
Andrew Kelley
2018-04-18
improve cmpxchg
Andrew Kelley
2018-04-16
Added ReleaseSmall mode
Alexandros Naskos
2018-04-15
add @atomicLoad builtin
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-08
fixups from rebase
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
put the error return addresses in the coro frame
Andrew Kelley
2018-04-08
error return traces for the early return case
Andrew Kelley
2018-03-24
fix invalid codegen for error return traces across suspend points
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-24
fix async fns with inferred error sets
Andrew Kelley
2018-03-24
move error ret tracing codegen to zig ir
Andrew Kelley
2018-03-22
ability to use async function pointers
Andrew Kelley
2018-03-13
fix casting a function to a pointer causing compiler crash
Andrew Kelley
2018-03-12
don't memoize comptime fn calls that access comptime mutable state
Andrew Kelley
2018-03-12
fix incorrect setEvalBranchQuota compile error
Andrew Kelley
2018-03-10
fix await multithreaded data race
Andrew Kelley
2018-03-09
don't memoize comptime functions if they can mutate state via parameters
Andrew Kelley
2018-03-07
add compile error for using @tagName on extern union
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-01
await keyword works
Andrew Kelley
2018-03-01
implementation of await
Andrew Kelley
2018-02-28
implement coroutine resume
Andrew Kelley
2018-02-28
add atomicrmw builtin function
Andrew Kelley
2018-02-28
break the data dependencies that llvm coro transforms cant handle
Andrew Kelley
2018-02-28
another workaround for llvm coroutines
Andrew Kelley
2018-02-27
revert workaround for alloc and free as coro params
Andrew Kelley
2018-02-27
Revert "another llvm workaround for getelementptr"
Andrew Kelley
2018-02-27
another llvm workaround for getelementptr
Andrew Kelley
2018-02-26
workaround llvm coro transformations
Andrew Kelley
2018-02-26
implement coroutine suspend
Andrew Kelley
2018-02-26
parse await and suspend syntax
Andrew Kelley
2018-02-25
codegen for coro_resume instruction
Andrew Kelley
2018-02-25
codegen for coro_free instruction
Andrew Kelley
2018-02-25
codegen for coro_end instruction
Andrew Kelley
2018-02-25
codegen for coro_suspend instruction
Andrew Kelley
2018-02-25
codegen for coro_begin instruction
Andrew Kelley
2018-02-25
codegen for coro_alloc and coro_size instructions
Andrew Kelley
[prev]
[next]