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.cpp
Age
Commit message (
Expand
)
Author
2017-01-05
containers created during eval get names for parameters
Andrew Kelley
2017-01-04
IR: add unreachable code compiler error
Andrew Kelley
2017-01-04
fix debug information for function pointers in structs
Andrew Kelley
2016-12-31
IR: std makes it to codegen
Andrew Kelley
2016-12-28
IR: error for returning from defer expression
Andrew Kelley
2016-12-28
IR: pass pointerToVoidReturnType test
Andrew Kelley
2016-12-28
IR: pass passSliceOfEmptyStructToFn test
Andrew Kelley
2016-12-26
IR: pass genericMallocFree test
Andrew Kelley
2016-12-25
IR: support compile time global pointer reinterpret
Andrew Kelley
2016-12-22
pass void parameters test
Andrew Kelley
2016-12-21
IR: fix phi instruction when one of the predecessors is unreachable
Andrew Kelley
2016-12-21
get_error_type calls ensure_complete_type on child
Andrew Kelley
2016-12-21
IR: implement runtime enum init and switch on enum with variable
Andrew Kelley
2016-12-20
IR: enum init support
Andrew Kelley
2016-12-19
IR: if and switch guaranteed compile time if target expr is
Andrew Kelley
2016-12-18
errors from inline fn calls include stack trace
Andrew Kelley
2016-12-18
workaround for Arch being a primitive type
Andrew Kelley
2016-12-18
IR: memoize compile-time evaluated fn invocations
Andrew Kelley
2016-12-18
hello.zig working with all structs anonymous
Andrew Kelley
2016-12-18
IR: all structs anonymous
Andrew Kelley
2016-12-18
IR: make generic function type have zero_bits flag
Andrew Kelley
2016-12-18
IR: support var type args and fix phi peer type resolution
Andrew Kelley
2016-12-17
IR: fix `this` expression
Andrew Kelley
2016-12-14
fix external function calls
Andrew Kelley
2016-12-13
IR: implement the rest of the builtin functions
Andrew Kelley
2016-12-12
IR: implement memberCount builtin
Andrew Kelley
2016-12-11
IR: implement intType builtin
Andrew Kelley
2016-12-11
IR: implement fence and cmpxchg builtins
Andrew Kelley
2016-12-11
IR: fix implementation of parseh
Andrew Kelley
2016-12-06
IR: implement compile time eval unwrap maybe
Andrew Kelley
2016-12-06
IR: implement defer
Andrew Kelley
2016-12-05
IR: implement break and continue
Andrew Kelley
2016-12-05
IR: implement generic function calls
Andrew Kelley
2016-12-05
IR: inline function evaluation works on generic functions
Andrew Kelley
2016-12-04
IR: compile time function evaluation
Andrew Kelley
2016-12-04
IR: re-organize where state goes to prepare for generics
Andrew Kelley
2016-12-01
rewrite scope implementation
Andrew Kelley
2016-12-01
rename BlockContext to Scope
Andrew Kelley
2016-11-28
IR: function call porting progress
Andrew Kelley
2016-11-27
IR: silence irrelevant function prototype errors
Andrew Kelley
2016-11-27
IR: detect error for exceeding branch quota
Andrew Kelley
2016-11-26
IR: support import builtin function
Andrew Kelley
2016-11-26
IR: switch expression works with numbers
Andrew Kelley
2016-11-21
IR: fix detection of invalid codegen
Andrew Kelley
2016-11-19
IR: error for uncasted null lit variable
Andrew Kelley
2016-11-19
IR: implement compileVar builtin and more
Andrew Kelley
2016-11-18
IR: correctly codegening memset and memcpy
Andrew Kelley
2016-11-17
IR: pointers to constants don't copy data
Andrew Kelley
2016-11-13
IR handles global variables correctly
Andrew Kelley
2016-11-07
IR: support slice types
Andrew Kelley
[next]