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-11-24
all tests passing
Andrew Kelley
2019-11-23
structs can have fields with type `var`
Andrew Kelley
2019-11-23
remove UTF BOM
Michael Dusan
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
add null terminated pointers and arrays to self-hosted
Andrew Kelley
2019-11-21
implement null terminated pointers
Andrew Kelley
2019-11-14
rework layout of struct type fields
Andrew Kelley
2019-11-14
rework comptime struct value layout, removing 1/2 hacks
Andrew Kelley
2019-11-12
fix anonymous struct literal assigned to variable
Andrew Kelley
2019-11-11
fix assertion failure in init_const_undefined
Andrew Kelley
2019-11-11
implement fully anonymous list literals
Andrew Kelley
2019-11-11
fully anonymous struct literals
Andrew Kelley
2019-11-11
implement anon struct literal syntax
Andrew Kelley
2019-11-05
fix incorrect type name on bit field pointers
Andrew Kelley
2019-11-05
runtime load vector element with comptime index
Andrew Kelley
2019-11-04
Correctly process errors for invalid types in fn call
LemonBoy
2019-10-30
fix regression in behavior tests
Andrew Kelley
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-28
detect async fn recursion and emit compile error
Andrew Kelley
2019-10-24
implement partial C ABI support for aarch64
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley
2019-10-22
integrate stage1 progress display with semantic analysis
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-15
fix non-byte-aligned packed struct field...
Andrew Kelley
2019-10-13
Propagate user-defined function alignment to LLVM IR
LemonBoy
2019-10-10
better debug info for integers
Andrew Kelley
2019-10-09
stage1: fix root top-level-struct typename
Michael Dusan
2019-10-09
Merge pull request #3389 from LemonBoy/win32
Andrew Kelley
2019-10-08
generated docs: functions with inferred error sets display nicely
Andrew Kelley
2019-10-08
generated docs contain generic instantiations and comptime calls
Andrew Kelley
2019-10-07
generated docs: show doc comments on functions
Andrew Kelley
2019-10-06
stage1 parser supports doc comments
Andrew Kelley
2019-10-06
Initial support for i386-windows-msvc target
LemonBoy
2019-10-03
add -fdump-analysis to dump type information to json
Andrew Kelley
2019-09-29
RISC-V: get to the linking phase of behavior tests
Andrew Kelley
2019-09-27
fully specify padding bytes when necessary
Andrew Kelley
2019-09-27
Correct calculation of padding length in struct
LemonBoy
2019-09-26
Merge pull request #3311 from LemonBoy/mips
Andrew Kelley
2019-09-26
Don't warn about redeclaration for the same var node
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-23
Prevent crash with invalid extern type
LemonBoy
2019-09-23
make type_allowed_in_extern more robust
Andrew Kelley
2019-09-21
add behavior test for float widening f16 to f128
Andrew Kelley
2019-09-21
Merge pull request #3278 from LemonBoy/struct-gen
Andrew Kelley
2019-09-21
Fix generation of tail fields for packed struct
LemonBoy
2019-09-20
Merge pull request #3183 from LemonBoy/fix-3128
Andrew Kelley
2019-09-20
reject types of automatic container layout in packed unions
Sahnvour
2019-09-19
implement runtime `@byteSwap` and other fixups
Andrew Kelley
2019-09-18
Fix array->vector and vector->array for many types. Allow vector of bool.
Shawn Landden
[prev]
[next]