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
2016-02-12
avoid codegening functions never called from conditional compilation
Andrew Kelley
2016-02-12
add @compile_var("environ")
Andrew Kelley
2016-02-11
add @compile_var("os") and @compile_var("arch")
Andrew Kelley
2016-02-11
add compile error for missing enumeration value in switch
Andrew Kelley
2016-02-11
fix division by 0 crashing compiler
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
2016-02-09
don't create debug type for void arrays
Andrew Kelley
2016-02-09
if statements can be const expr evaluated
Andrew Kelley
2016-02-09
@const_eval returns poison value for type when it fails
Andrew Kelley
2016-02-09
fix build with GCC
Andrew Kelley
2016-02-08
support static linking against libc
Andrew Kelley
2016-02-07
improve performance for get_fn_type
Andrew Kelley
2016-02-07
array.len generates a constant number literal expression
Andrew Kelley
2016-02-07
remove ptr field access of arrays
Andrew Kelley
2016-02-07
error for non const expr in array size outside fn
Andrew Kelley
2016-02-07
implement @const_eval
Andrew Kelley
2016-02-07
blocks with one statement pass constant expression eval
Andrew Kelley
2016-02-07
fix debug type of ptr and len fields of slices
Andrew Kelley
2016-02-07
add debug info for slices
Andrew Kelley
2016-02-07
ability to explicitly cast maybe pointers to each other
Andrew Kelley
2016-02-07
unreachable return type can cast to any other return type
Andrew Kelley
2016-02-06
add test for ?? return and add const expr eval for ? prefix op
Andrew Kelley
2016-02-06
implement %defer and ?defer
Andrew Kelley
2016-02-06
codegen: return respects unconditional defer
Andrew Kelley
2016-02-06
simple unconditional defer support
Andrew Kelley
2016-02-05
parsing code for defer and more
Andrew Kelley
2016-02-05
fix explicit casting from integer literal to float
Andrew Kelley
2016-02-04
support variable in switch expression prongs
Andrew Kelley
2016-02-04
no namespace required when switching on enum
Andrew Kelley
2016-02-04
switch statements resolve peer compatibility
Andrew Kelley
2016-02-04
fix debug info for bool type
Andrew Kelley
2016-02-04
ability to explicitly cast bool to int
Andrew Kelley
2016-02-04
for loop supports break and continue
Andrew Kelley
2016-02-04
implement constant values for enums with payload
Andrew Kelley
2016-02-04
fix crash when initializing struct if field is invalid
Andrew Kelley
2016-02-04
allow defining errors with the same name
Andrew Kelley
2016-02-03
add ability to call function pointer field
Andrew Kelley
2016-02-03
skip analyzing parameters of invalid function call
Andrew Kelley
2016-02-03
fix handling of implicit casts in binary operators
Andrew Kelley
2016-02-03
basic support for building a test target
Andrew Kelley
2016-02-03
fix debug symbols for byval arguments
Andrew Kelley
2016-02-03
add @compile_var("is_release")
Andrew Kelley
2016-02-03
types sized and aligned with LLVM target data layout API
Andrew Kelley
2016-02-02
add @compile_var builtin and "is_big_endian" compile var
Andrew Kelley
2016-02-02
fix false positive error with same named methods in incomplete struct
Andrew Kelley
2016-02-02
fix various semantic analyzer crashes
Andrew Kelley
2016-02-02
fix crash when incomplete struct used as argument
Andrew Kelley
2016-02-02
fx segfault with colliding bogus top level functions
Andrew Kelley
2016-02-02
build: fix libc path finding
Andrew Kelley
2016-02-02
add abort function and "cold" fn attribute
Andrew Kelley
[next]