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
2017-05-02
fix debug info for nullable type
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-25
revert the last 3 compile time improvements
Andrew Kelley
2017-04-25
compile time improvement - move bounds checking to function calls
Andrew Kelley
2017-04-25
compile time improvement - move overflow math safety to fns
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-23
make undefined as a constant value lazy
Andrew Kelley
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-19
test framework supports name prefix and filter argument
Andrew Kelley
2017-04-18
error when building exe with no entry point
Andrew Kelley
2017-04-14
comptime ({}) should not get an implicit semicolon
Josh Wolfe
2017-04-13
Merge remote-tracking branch 'origin/parser'
Andrew Kelley
2017-04-13
typedefpocalypse
Andrew Kelley
2017-04-12
make it an error to ignore a statement's value
Josh Wolfe
2017-04-13
ability to inline at function callsite
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-04-08
add enumTagName builtin function
Andrew Kelley
2017-04-04
more accurate detection of pub main
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-26
add comptime top level declaration
Andrew Kelley
2017-03-26
introduce copyable concept
Andrew Kelley
2017-03-23
don't mangle symbols with underscores
Andrew Kelley
2017-03-23
improvements for windows and libc integration
Andrew Kelley
2017-03-22
unify main entry point regardless of whether linking libc
Andrew Kelley
2017-03-20
fix test regression regarding shadowing names
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-10
types with zero bits do not have a pointer handle
Andrew Kelley
2017-03-10
codegen nullable void the same way as bool
Andrew Kelley
2017-03-10
update to llvm 4.0
Andrew Kelley
2017-02-27
fix inability to write to global in some cases
Andrew Kelley
2017-02-26
more robust const struct values
Andrew Kelley
2017-02-24
add compile error for ignoring return value
Andrew Kelley
2017-02-23
fix use decls not always working
Andrew Kelley
2017-02-22
bitfields support for array of non-store-aligned packed structs
Andrew Kelley
2017-02-21
correct size of types for packed structs
Andrew Kelley
2017-02-20
more robust detection of types that failed to resolve
Andrew Kelley
2017-02-18
fix assertion failure when first use of a struct is sizeOf
Andrew Kelley
2017-02-16
pointers with bit offset contain length
Andrew Kelley
2017-02-16
support arithmetic for non byte aligned integer types
Andrew Kelley
2017-02-16
reading from a bit field partially works
Andrew Kelley
2017-02-16
move volatile pointers to central type table
Andrew Kelley
2017-02-16
move int and array types to central table
Andrew Kelley
2017-02-15
ability to declare const bitfields
Andrew Kelley
2017-02-14
add runtime debug safety for dividing integer min value by -1
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
[next]