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-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
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-03-01
gen-h: use the bare type names for now
Andrew Kelley
2019-03-01
@typeInfo for structs and opaque types is the bare name
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-02-28
fix "use" decls
Andrew Kelley
2019-02-28
struct types get fully qualified names
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-26
fix handling when there are multiple externs and
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-25
fix infinite recursion in type_has_one_possible_value
Andrew Kelley
2019-02-23
better libc detection (#1996)
Andrew Kelley
2019-02-21
better handling of arrays in packed structs
Andrew Kelley
2019-02-20
packed structs support comptime bitcasting
Andrew Kelley
2019-02-19
Prevent crash in tagged enums rendering (#1986)
LemonBoy
2019-02-18
src/analyze.cpp: default to using `param_node` upon callconv error;
kristopher tate
2019-02-18
export _mh_execute_header with weak linkage
Andrew Kelley
2019-02-17
Add NetBSD support
Maya Rashish
2019-02-15
removed hidden union tag in release modes
emekoi
2019-02-15
typecheck the panic function
Andrew Kelley
2019-02-15
breaking: fix @sizeOf to be alloc size rather than store size
Andrew Kelley
[next]