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
/
ir.cpp
Age
Commit message (
Expand
)
Author
2018-04-28
Fixed wrong formatting for arg_index when reporting @ArgType error
Jimmi Holst Christensen
2018-04-28
.ReturnType and @ArgType now emits errors on unresolved types
Jimmi Holst Christensen
2018-04-28
Functions with infered error set can now return literals
Jimmi Holst Christensen
2018-04-28
Removed zero sized error set optimization
Jimmi Holst Christensen
2018-04-23
fix interaction between defer and labeled break
Andrew Kelley
2018-04-22
add compile error for invalid deref on switch target
Andrew Kelley
2018-04-20
zig fmt: preserve comments in front of test blocks
Andrew Kelley
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
improve cmpxchg
Andrew Kelley
2018-04-15
add @atomicLoad builtin
Andrew Kelley
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-14
add std.os.createThread
Andrew Kelley
2018-04-12
inline functions must be stored in const or comptime var
Andrew Kelley
2018-04-11
allow integer and float literals to be passed to var params
Andrew Kelley
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
fixups from rebase
Andrew Kelley
2018-04-08
running into the llvm corosplit error again
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-04-01
Add run compiler command
Marc Tiehuis
2018-03-28
fix compile time array concatenation for slices
Andrew Kelley
2018-03-27
fix crash when compile error in analyzing @panic call
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-14
fix tests broken by previous commit
Andrew Kelley
2018-03-13
Tests for zero-bit field compiler error
Andrea Orru
2018-03-13
Compiler error when taking @offsetOf of void struct member
Andrea Orru
2018-03-13
fix casting a function to a pointer causing compiler crash
Andrew Kelley
2018-03-12
some return types disqualify comptime fn call caching
Andrew Kelley
2018-03-12
fix comptime slicing not preserving comptime mutability
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-08
fix partial inlining of binary math operator using old value
Andrew Kelley
2018-03-07
add compile error for using @tagName on extern union
Andrew Kelley
2018-03-06
fix missing compile error for returning error from void async function
Andrew Kelley
2018-03-06
turn assertion into compile error for using var as return type
Andrew Kelley
2018-03-06
var is no longer a pseudo-type, it is syntax
Andrew Kelley
2018-03-06
fix assertion when taking slice of zero-length array
Andrew Kelley
2018-03-06
ptrCast builtin now gives an error for removing const qualifier
Andrew Kelley
2018-03-01
Merge remote-tracking branch 'origin/master' into async
Andrew Kelley
2018-03-01
await keyword works
Andrew Kelley
2018-03-01
implementation of await
Andrew Kelley
[next]