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
/
analyze.hpp
Age
Commit message (
Expand
)
Author
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-03
Correct evaluation of optional type alignment
LemonBoy
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-16
allow comparison of any numeric types
Andrew Kelley
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-08
tuple detection does not require AST node
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-03
Pick up WinMain with proper CC
LemonBoy
2019-11-25
rename ConstExprValue → ZigValue
Michael Dusan
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
add null terminated pointers and arrays to self-hosted
Andrew Kelley
2019-11-14
rework layout of struct type fields
Andrew Kelley
2019-11-14
rework comptime struct value layout, removing 1/2 hacks
Andrew Kelley
2019-11-12
fix anonymous struct literal assigned to variable
Andrew Kelley
2019-11-11
implement fully anonymous list literals
Andrew Kelley
2019-11-11
fully anonymous struct literals
Andrew Kelley
2019-11-05
runtime load vector element with comptime index
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley
2019-10-09
stage1: fix root top-level-struct typename
Michael Dusan
2019-09-23
make type_allowed_in_extern more robust
Andrew Kelley
2019-09-09
fix bad LLVM IR when for target expr needs to be spilled
Andrew Kelley
2019-09-07
fix suspensions inside for loops generating invalid LLVM IR
Andrew Kelley
2019-09-07
implement spills when expressions used across suspend points
Andrew Kelley
2019-09-07
fix await used in an expression generating bad LLVM
Andrew Kelley
2019-09-03
emit a compile error if a test becomes async
Andrew Kelley
2019-08-31
`@typeOf` now guarantees no runtime side effects
Andrew Kelley
2019-08-29
comparing against zero participates in lazy values
Andrew Kelley
2019-08-29
make `@sizeOf` lazy
Andrew Kelley
2019-08-27
support self-referential struct through a slice of optional
Andrew Kelley
2019-08-26
fix more compile error regressions
Andrew Kelley
2019-08-26
miscellaneous fixes regarding compile errors
Andrew Kelley
2019-08-26
fix regression on struct field with undefined type
Andrew Kelley
2019-08-26
make `@alignOf` lazily evaluate the target type
Andrew Kelley
2019-08-23
better handling of lazy structs
Andrew Kelley
2019-08-23
allow top level declarations to be lazy
Andrew Kelley
2019-08-23
add lazy value for fn prototypes
Andrew Kelley
2019-08-22
introduce lazy values
Andrew Kelley
2019-08-21
breaking: remove field alignment kludge
Andrew Kelley
2019-08-15
remove `cancel`
Andrew Kelley
2019-08-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
2019-08-13
alignment of structs no longer depends on LLVM
Andrew Kelley
2019-08-11
fix async function frames not aligned enough
Andrew Kelley
2019-07-26
add the `anyframe` and `anyframe->T` types
Andrew Kelley
2019-07-23
add error for function with ccc indirectly calling async function
Andrew Kelley
2019-07-23
inferring async from async calls
Andrew Kelley
2019-07-22
fix multiple coroutines existing clobbering each other
Andrew Kelley
2019-07-21
simple async function passing test
Andrew Kelley
[next]