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-29
fix stack escape in add_source_file()
Michael Dusan
2019-06-26
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-25
fix union init with void payload
Andrew Kelley
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-21
fix implicit cast to optional to error union to return result loc
Andrew Kelley
2019-06-21
stage1: update fn_key_eql() for @mulAdd() on vectors
Shawn Landden
2019-06-19
fix comptime modification of const struct field
Andrew Kelley
2019-06-19
stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...
Shawn Landden
2019-06-17
inferred comptime values rather than elided scopes
Andrew Kelley
2019-06-15
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
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-11
fix comptime function calls
Andrew Kelley
2019-06-09
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-06-08
result location mechanism for struct initialization
Andrew Kelley
2019-06-08
hook up result locs for `try`
Andrew Kelley
2019-06-04
Propagate DIFlags to LLVM
LemonBoy
2019-05-31
no-copy semantics for function forwarding
Andrew Kelley
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
[next]