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
2018-02-21
implement IR analysis for async function calls
Andrew Kelley
2018-02-20
add promise type
Andrew Kelley
2018-02-04
add --forbid-library
Andrew Kelley
2018-02-03
*WIP* error sets - an inferred error set can end up being the global one
Andrew Kelley
2018-02-02
*WI* error sets - basic support working
Andrew Kelley
2018-02-02
*WIP* error sets - rewrite "const cast only" function
Andrew Kelley
2018-02-01
*WIP* error sets - fix implicit cast
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-30
add compile error for duplicate struct, enum, union fields
Andrew Kelley
2018-01-12
*WIP* proof of concept error return traces
Andrew Kelley
2018-01-11
functions which can return errors have secret stack trace param
Andrew Kelley
2017-12-19
export keyword works again
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-08
translate-c: more complex logic for translating a C cast in a macro
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-12-02
ability to set tag values of enums
Andrew Kelley
2017-11-15
basic union support
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-08-29
ptrCast gives compile error for increasing alignment
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-03
compileError builtin includes "referenced by" notes
Andrew Kelley
2017-05-27
const global values can reference each other
Andrew Kelley
2017-05-26
implicitly cast by value var args parameters to const references
Andrew Kelley
2017-05-25
fix segfault with array of variadic functions
Andrew Kelley
2017-05-21
add error for break/continue exiting defer expression
Andrew Kelley
2017-05-17
typeId builtin instead of isInteger, isFloat, etc
Andrew Kelley
2017-05-09
ability to slice ptr to hard coded integer at comptime
Andrew Kelley
2017-05-07
switch expression - add compile errors
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-23
make undefined as a constant value lazy
Andrew Kelley
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-10
fix some -Wconversion errors
Andrew Kelley
2017-04-08
add enumTagName builtin function
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-20
fix test regression regarding shadowing names
Andrew Kelley
2017-02-26
more robust const struct values
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-16
pointers with bit offset contain length
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-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-11
rework compile-time known pointer values
Andrew Kelley
[prev]
[next]