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
2019-06-14
fix `@export` for arrays not respecting the symbol name
Andrew Kelley
2019-06-14
fix `@export` for arrays and allow sections on extern variables
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-04
Propagate DIFlags to LLVM
LemonBoy
2019-05-30
default struct field initialization expressions
Andrew Kelley
2019-05-29
cleanups for windows subsystem in builtin.zig
Andrew Kelley
2019-05-29
`use` works on unions and enums in addition to structs
Andrew Kelley
2019-05-29
Merge branch 'use-struct-pt2' of https://github.com/LemonBoy/zig into LemonBo...
Andrew Kelley
2019-05-28
Reject undefined as type
LemonBoy
2019-05-28
Avoid a crash when there are no namespace components
LemonBoy
2019-05-27
respect subsystem flag in all cases
emekoi
2019-05-24
Reject slices in use expressions
LemonBoy
2019-05-21
Make use work with arbitrary structs
LemonBoy
2019-05-19
Use the correct scope for `use`
LemonBoy
2019-05-11
Amend the error messages
LemonBoy
2019-05-11
Change the enum value allocation strategy
LemonBoy
2019-05-11
amend type_is_valid_extern_enum_tag
LemonBoy
2019-05-11
Support signed types as enum tags
LemonBoy
2019-05-11
Validate enum tag for extern enum
LemonBoy
2019-05-09
stage1: make some asserts print source location
Andrew Kelley
2019-04-26
clean up test output
Andrew Kelley
2019-04-26
Change symbol name of tests in codegen
rylmovuk
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-16
stage1: const_values_equal support tagged union
Michael Dusan
2019-04-13
better handle quota of setEvalBranchQuota
Andrew Kelley
2019-04-02
emit better debug info for enums
Andrew Kelley
2019-04-02
fix LLVM assertion failures
Andrew Kelley
2019-04-02
fix setting union body twice
Andrew Kelley
2019-04-02
avoid tripping assertion for setting struct body twice
Andrew Kelley
2019-04-02
passing all tests
Andrew Kelley
2019-04-02
put the alignment hack in for unions too. fixes std tests
Andrew Kelley
2019-04-02
behavior tests passing again
Andrew Kelley
2019-04-02
more regression fixes. empty test passes again
Andrew Kelley
2019-04-02
regression fixes and fix packed struct abi size
Andrew Kelley
2019-04-02
more regression fixes
Andrew Kelley
2019-04-02
bug fixes
Andrew Kelley
2019-04-02
put the hack from master branch back in
Andrew Kelley
2019-04-02
remove the lazy value stuff
Andrew Kelley
2019-04-02
introduce lazy values
Andrew Kelley
2019-04-02
decouple llvm types from zig types
Andrew Kelley
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-03-19
c_abi: when compiling for x86_64, differenciate between system V and windows ABI
Sahnvour
2019-03-16
add compile error for wrong type with `use`
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-10
fix inconsistent type information of optional C pointers
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-03
fix const initialization of optional C pointer to null
Andrew Kelley
2019-03-02
fix @typeName on slices
Andrew Kelley
[next]