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-02
add abort function and "cold" fn attribute
Andrew Kelley
2016-02-01
codegen: avoid table lookup in assembly expression
Andrew Kelley
2016-02-01
codegen: avoid a table lookup
Andrew Kelley
2016-02-01
inline is a keyword instead of a directive
Andrew Kelley
2016-02-01
c_import top level decl supports pub
Andrew Kelley
2016-02-01
optimization: avoid codegening unused functions
Andrew Kelley
2016-02-01
add ?? prefix operator
Andrew Kelley
2016-02-01
parseh understands macros which alias global fn ptr vars
Andrew Kelley
2016-01-31
support casting between floats
Andrew Kelley
2016-01-31
support casting between int and float types
Andrew Kelley
2016-01-31
fix C interaction with maybe function pointers
Andrew Kelley
2016-01-31
typedecl top level decls respect pub
Andrew Kelley
2016-01-31
add --library-path cli option
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-29
parseh properly ignores anonymous structs
Andrew Kelley
2016-01-29
parseh understands variable declarations
Andrew Kelley
2016-01-28
ability to specify function type
Andrew Kelley
2016-01-28
parser: allow missing fn name and missing param names
Andrew Kelley
2016-01-28
fix function calling of pointers
Andrew Kelley
2016-01-28
ability to call member functions directly
Andrew Kelley
2016-01-28
ability to refer to member function directly
Andrew Kelley
2016-01-28
null pointer optimization for ?&T
Andrew Kelley
2016-01-28
parseh: add --c-import-warnings option
Andrew Kelley
2016-01-27
c_import of stdio.h works for some functions
Andrew Kelley
2016-01-27
move AST rendering code to separate file
Andrew Kelley
2016-01-27
build command supports -isystem argument
Andrew Kelley
2016-01-27
fix comparing incompatible number literals crash
Andrew Kelley
2016-01-27
fix codegen for pointers to void
Andrew Kelley
2016-01-27
add explicit cast from isize/usize to pointer
Andrew Kelley
2016-01-27
add error for `@typeof` or `&` of number literal
Andrew Kelley
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2016-01-26
add c_import top level decl
Andrew Kelley
2016-01-26
different extern syntax and simplify parsing top level decls
Andrew Kelley
2016-01-25
variable initializations are now mandatory
Andrew Kelley
2016-01-25
add constant expression evaluation for negation
Andrew Kelley
2016-01-25
analyze: fix crash when return type is invalid
Andrew Kelley
2016-01-25
implement compile time string concatenation
Andrew Kelley
2016-01-25
compiler enforces checking for error
Andrew Kelley
2016-01-25
codegen: get rid of cur_block_context
Andrew Kelley
2016-01-25
implement %% prefix operator
Andrew Kelley
2016-01-25
fix tests and add %% operator test
Andrew Kelley
2016-01-25
implement %% operator
Andrew Kelley
2016-01-24
update std lib to use error type and global variables
Andrew Kelley
2016-01-24
fix parameter access of sret functions
Andrew Kelley
2016-01-24
ability to return structs byvalue from functions
Andrew Kelley
2016-01-24
fix number literal implicit cast
Andrew Kelley
2016-01-24
introduce the error keyword and type
Andrew Kelley
2016-01-23
fix hang when returning from while loop
Andrew Kelley
2016-01-23
main returns %void
Andrew Kelley
2016-01-23
codegen: fix field access of arrays
Andrew Kelley
[next]