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
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-07
DRY 'is slice?' conditionals in parser (#750)
Ben Noordhuis
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
*WIP* error sets - correctly resolve inferred error sets
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 - allow peer type resolution to create new error set
Andrew Kelley
2018-02-01
*WIP* error sets - fix implicit cast
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-31
fix assertion fail when using global var number literal
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-29
allow packed containers in extern functions
Andrew Kelley
2018-01-27
fix crash when align 1 field before self referential...
Andrew Kelley
2018-01-26
fix compiler crash on function with invalid return type
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-22
fix crash on union-enums with only 1 field
Andrew Kelley
2018-01-18
fix null debug info for 0-length array type
Andrew Kelley
2018-01-15
fix compiler crash related to @alignOf
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-14
error return trace pointer prefixes other params
Andrew Kelley
2018-01-13
typecheck the panic function
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
2018-01-11
the same string literal codegens to the same constant
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-19
fix assert when wrapping zero bit type in nullable
Andrew Kelley
2017-12-19
export keyword works again
Andrew Kelley
2017-12-19
wip bring back export keyword
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-10
rename @EnumTagType to @TagType in type names
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-05
add implicit cast from enum to union
Andrew Kelley
2017-12-04
fix abi alignment of union-enums not counting tag type
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-12-02
casting between integer and enum only works via tag type
Andrew Kelley
2017-12-01
packed structs can have enums with explicit tag types
Andrew Kelley
2017-11-30
ability to specify tag type of enums
Andrew Kelley
2017-11-29
fix capturing value of switch with all unreachable prongs
Andrew Kelley
2017-11-24
fix assertion failed when invalid type encountered
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-16
union secret field is the tag index instead of distinct type index
Andrew Kelley
[next]