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-07-17
rename NodeTypeStructDecl to NodeTypeContainerDecl
Andrew Kelley
2016-07-13
fix not resolving use declarations
Andrew Kelley
2016-07-09
fix duplicate type defined when imported from parseh
Andrew Kelley
2016-07-09
ability to cast explicitly from int to enum
Andrew Kelley
2016-05-18
don't add no-frame-pointer-elim for inline functions
Andrew Kelley
2016-05-18
support extern C ABI for return types
Andrew Kelley
2016-05-16
fix crash when error evaluating target of for expr
Andrew Kelley
2016-05-15
add bit_count, is_wrapping, is_signed fields to int types
Andrew Kelley
2016-05-15
add int_type builtin function
Andrew Kelley
2016-05-15
switch on compile var marks entire namespaces
Andrew Kelley
2016-05-14
add compile_err builtin
Andrew Kelley
2016-05-13
add error for wrong return type of main
Andrew Kelley
2016-05-13
ability to cast maybe pointer to isize/usize
Andrew Kelley
2016-05-11
add readonly attribute to relevant functions and parameters
Andrew Kelley
2016-05-10
some work in progress networking code
Andrew Kelley
2016-05-09
add hashmap to standard library
Andrew Kelley
2016-05-09
fix ability to use previous generic params and
Andrew Kelley
2016-05-09
support variable declarations in structs
Andrew Kelley
2016-05-09
add debug safety for shortening casts
Andrew Kelley
2016-05-08
ability to cast u8 slice to bigger slice
Andrew Kelley
2016-05-08
fix null literal outside function
Andrew Kelley
2016-05-07
add div_exact builtin fn
Andrew Kelley
2016-05-07
ability to cast slice to u8 slice
Andrew Kelley
2016-05-07
generic args available to member functions
Andrew Kelley
2016-05-07
support generic data structures
Andrew Kelley
2016-05-07
better array concatenation semantics
Andrew Kelley
2016-05-06
add frame_address and return_address builtins
Andrew Kelley
2016-05-06
implicit wrap widening cast on integer peer types
Andrew Kelley
2016-05-06
fix eval integer wrapping and add tests
Andrew Kelley
2016-05-06
add shl_with_overflow builtin function
Andrew Kelley
2016-05-05
add integer wrapping
Andrew Kelley
2016-05-04
add fence builtin function
Andrew Kelley
2016-05-04
add cmpxchg builtin function
Andrew Kelley
2016-05-03
beginnings of network standard library code
Andrew Kelley
2016-05-03
support maybe destructuring into a pointer variable
Andrew Kelley
2016-04-28
add array multiplication operator
Andrew Kelley
2016-04-28
ability to specify body of an extern function
Andrew Kelley
2016-04-27
better parameter codegen
Andrew Kelley
2016-04-26
add array bounds checking in debug mode
Andrew Kelley
2016-04-25
support switching on error union type
Andrew Kelley
2016-04-24
rename unknown_size_array to slice
Andrew Kelley
2016-04-24
add compile error for invalid equality operator uses
Andrew Kelley
2016-04-24
add skeleton for union support
Andrew Kelley
2016-04-23
fix handling of slice of zero bits type
Andrew Kelley
2016-04-23
fix returning empty struct from function
Andrew Kelley
2016-04-23
fix gcc build errors
Josh Wolfe
2016-04-21
ability to use a struct with no fields
Andrew Kelley
2016-04-20
fix undeclared identifier not marking function as impure
Andrew Kelley
2016-04-20
for loop: add ability to get pointer to elem var
Andrew Kelley
2016-04-19
add optional continue expression to while loop
Andrew Kelley
[next]