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
2016-02-03
types sized and aligned with LLVM target data layout API
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2016-01-21
number literal rework
Andrew Kelley
2016-01-18
pave the road for function pointers
Andrew Kelley
2016-01-14
overflow intrinsics take type as first argument
Andrew Kelley
2016-01-13
all types are now expressions
Andrew Kelley
2016-01-10
delete unused enumfield and enumdecl node types
Andrew Kelley
2016-01-10
refactor out the horrible beast that was codegen_node
Andrew Kelley
2016-01-10
order-independent declarations even from imports
Andrew Kelley
2016-01-09
order-independent declarations
Andrew Kelley
2016-01-09
add memcpy and memset intrinsics
Andrew Kelley
2016-01-08
rename `restrict` to `noalias`
Andrew Kelley
2016-01-08
suport checked arithmetic operations via intrinsics
Andrew Kelley
2016-01-08
add restrict qualifier on pointer arguments
Andrew Kelley
2016-01-08
codegen: fix else if expression and maybe unwrap expr
Andrew Kelley
2016-01-07
implement array slicing syntax
Andrew Kelley
2016-01-06
while detects simple constant condition
Andrew Kelley
2016-01-06
support unknown size arrays
Andrew Kelley
2016-01-04
fix crash when struct field is invalid
Andrew Kelley
2016-01-04
member functions get a namespaced symbol
Andrew Kelley
2016-01-04
add member functions
Andrew Kelley
2016-01-04
import segregation for types
Andrew Kelley
2016-01-04
partial import segregation
Andrew Kelley
2016-01-03
add #typeof() compiler function
Andrew Kelley
2016-01-02
codegen: emit debug metadata for parameters
Andrew Kelley
2016-01-02
closer to guess number example working
Andrew Kelley
2016-01-02
basic maybe type working
Andrew Kelley
2015-12-31
block expressions require parens
Andrew Kelley
2015-12-26
analyze if maybe var expressions
Andrew Kelley
2015-12-24
implement continue expression
Andrew Kelley
2015-12-24
add error for break outside loop
Andrew Kelley
2015-12-24
add break expression
Andrew Kelley
2015-12-24
add struct value expression
Andrew Kelley
2015-12-23
codegen: support byvalue struct assignment
Andrew Kelley
2015-12-22
analyze: error for infinite size struct
Andrew Kelley
2015-12-16
structs have debug information
Andrew Kelley
2015-12-15
support addressof operator and struct pointer field access
Andrew Kelley
2015-12-15
analyze: clean up type checking
Andrew Kelley
2015-12-15
implicit casting from constant size array to string
Andrew Kelley
2015-12-15
add implicit casting support
Andrew Kelley
2015-12-15
when linking with libc use the C runtime library
Andrew Kelley
2015-12-14
constant initializers allow simple expressions
Andrew Kelley
2015-12-14
add global variable support
Andrew Kelley
2015-12-14
analyze: BlockContext has concept of module scope
Andrew Kelley
2015-12-14
add number literal type
Andrew Kelley
2015-12-13
fix incorrect debug info path to imports
Andrew Kelley
2015-12-12
structs are working
Andrew Kelley
2015-12-12
std: print_str no longer requires length argument
Andrew Kelley
2015-12-12
prepare codebase for struct and string support
Andrew Kelley
[prev]
[next]