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-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
2017-11-15
unions have a secret field for the type
Andrew Kelley
2017-11-15
basic union support
Andrew Kelley
2017-11-10
fix test failures
Andrew Kelley
2017-11-08
fix enum sizes too large
Andrew Kelley
2017-11-06
add @memberType and @memberName builtin functions
Andrew Kelley
2017-11-03
Windows libc & static libc are located in the same dir which is already cover...
dimenus
2017-11-02
fix incorrect debug info for empty structs
Andrew Kelley
2017-11-01
windows: use the same libc search within a compilation unit
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-10-27
use llvm named structs for const values when possible
Andrew Kelley
2017-10-26
better output when @cImport generates invalid zig
Andrew Kelley
2017-10-25
fix crash on field access of opaque type
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-16
look for libc at runtime on windows
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-14
build-exe allows direct export of WinMainCRTStartup
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-09-24
windows gui hello world
Andrew Kelley
2017-09-23
improvements to windows support
Andrew Kelley
2017-09-20
parsec: cleaner shifting code for fixed size types
Andrew Kelley
2017-09-17
fix crash when enum has invalid field
Andrew Kelley
2017-09-14
depend on embedded SoftFloat-3d instead of __float128
Andrew Kelley
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-10
fix uninitialized variable
Andrew Kelley
2017-09-09
more compile errors for non-const variables of things
Andrew Kelley
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-09-05
fix void return node and param name nodes, fix dupe macros
Andrew Kelley
2017-09-01
c-to-zig: return statement
Andrew Kelley
2017-08-30
align syntax: align(4) instead of align 4
Andrew Kelley
[next]