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-01-02
ability to access pointers with array indexing syntax
Andrew Kelley
2016-01-02
closer to guess number example working
Andrew Kelley
2016-01-02
error for if var expression not maybe type
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-26
parse if maybe expression
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 while loop
Andrew Kelley
2015-12-24
add error for missing or duplicate field in struct value expr
Andrew Kelley
2015-12-24
add error for byvalue struct param on exported fn
Andrew Kelley
2015-12-24
add test for error for redefinition of struct
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-22
codegen: fix struct pointer field access
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
fix assignment operators for struct fields
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
more number literal syntax is supported. floats still need work
Josh Wolfe
2015-12-15
std: even more efficient inline assembly
Andrew Kelley
2015-12-15
support inline assembly expressions with return type
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
instead of *mut and *const, & and &const
Andrew Kelley
2015-12-14
fix compile -Werrors
Josh Wolfe
2015-12-14
add number literal type
Andrew Kelley
2015-12-13
prefer checking a type's id over comparing it to a builtin_types entry
Josh Wolfe
2015-12-12
structs are working
Andrew Kelley
2015-12-12
parsing assignment operators
Josh Wolfe
2015-12-12
fix a + b + c and similar
Josh Wolfe
2015-12-12
progress on struct support
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
2015-12-11
hello world working without libc
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-09
ability to call external variadic functions
Andrew Kelley
2015-12-08
support assigning to arrays
Andrew Kelley
2015-12-08
array access support
Andrew Kelley
2015-12-08
add array access syntax
Andrew Kelley
2015-12-07
integrate debug scopes with block context
Andrew Kelley
2015-12-07
all variables have memory addresses
Andrew Kelley
2015-12-07
add debugging info for array type
Andrew Kelley
2015-12-07
getting started on array types
Josh Wolfe
[next]