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-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
2019-02-15
Merge pull request #1965 from ziglang/c-pointer-type
Andrew Kelley
2019-02-14
translate-c: back to *c_void for opaque types
Andrew Kelley
2019-02-14
omit nonnull attribute for C pointers
Andrew Kelley
2019-02-14
add missing compile error for OpaqueType inside structs/unions
Andrew Kelley
2019-02-14
runtime safety check for casting null to pointer
Andrew Kelley
2019-02-13
Enable compileLog to display slices
Matthew McAllister
2019-02-12
C pointers: errors for nested pointer casting regarding null
Andrew Kelley
2019-02-12
disallow C pointers to non-C-ABI-compatible element types
Andrew Kelley
2019-02-11
C pointer comparison and arithmetic
Andrew Kelley
2019-02-11
translate-c: use C pointer type everywhere
Andrew Kelley
2019-02-10
added C pointer type and implicit int-to-ptr for this type
Andrew Kelley
2019-02-09
fix not updating debug info type of optional error sets
Andrew Kelley
2019-02-09
implement vector addition with safety checking
Andrew Kelley
2019-02-06
Merge pull request #1924 from ziglang/tls
Andrew Kelley
2019-02-06
thread local storage working for linux x86_64
Andrew Kelley
2019-02-04
fix vector debug info tripping LLVM assertion
Andrew Kelley
2019-02-04
SIMD: array to vector, vector to array, wrapping int add
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-29
backport copy elision changes
Andrew Kelley
2019-01-20
src/analyze.cpp: return type entry for `ZigTypeIdPointer` if it points to `Zi...
kristopher tate
2019-01-09
when rendering llvm const values, ensure the types align
Andrew Kelley
2019-01-08
fix debug info for function pointers
Andrew Kelley
2019-01-02
@bitreverse intrinsic, part of #767 (#1865)
vegecode
2018-12-29
Merge pull request #1859 from mgxm/fbsd2
Andrew Kelley
2018-12-26
allow not having libc include paths and doing @cImport
Andrew Kelley
2018-12-26
fixups
Andrew Kelley
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-12-23
Merge branch 'master' into fbsd2
Marcio Giaxa
2018-12-20
fixups
Andrew Kelley
2018-12-20
src/analyze.cpp: support alignOf(struct T) aligned member inside struct T;
kristopher tate
2018-12-19
freebsd: link against libc
Marcio Giaxa
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-27
Merge branch 'master' into freebsd2
Andrew Kelley
2018-11-24
refactor type_requires_comptime to have possible error
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-17
aarch64 improvements
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-09
array type syntax implies comptime
Andrew Kelley
2018-11-06
macos: use the same code as linux to determine libc include path
Andrew Kelley
2018-11-06
limit integer types to maximum bit width of 65535
Andrew Kelley
2018-10-20
Set up libc/rtld paths for FreeBSD
Greg V
2018-10-13
fix compiler crash
Andrew Kelley
2018-10-13
C ABI and compiler rt improvements for ARM
Andrew Kelley
2018-10-04
refactor ir.cpp
Andrew Kelley
2018-10-01
Fixed StackTrace not being resolved when panic is invalid (#1615)
Jimmi Holst Christensen
2018-10-01
std lib: flesh out the async I/O streaming API a bit
Andrew Kelley
2018-09-26
fix crash when compile error evaluating return...
Andrew Kelley
[next]