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-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
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
[next]