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
2018-09-16
fix crash when pointer casting a runtime extern function
Andrew Kelley
2018-09-14
fix alignment of structs
Andrew Kelley
2018-09-14
fix coroutine alignment
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-13
add compile error for merging non- error sets
Andrew Kelley
2018-09-13
fix tagged union with only 1 field tripping assertion
Andrew Kelley
2018-09-11
error messages for attempted cache when zig cannot perfectly do it
Andrew Kelley
2018-09-11
Merge remote-tracking branch 'origin/master' into stage1-caching
Andrew Kelley
2018-09-11
fix incorrect error union const value generation
Andrew Kelley
2018-09-11
ability to disable cache. off by default except for...
Andrew Kelley
2018-09-10
fix llvm assertion and missing compile error
Andrew Kelley
2018-09-07
improve panic message from previous commit
Andrew Kelley
2018-09-07
C ABI: support returning large structs on x86_64
Andrew Kelley
2018-09-07
stage1: refactor fn type analysis to use C ABI walk fn
Andrew Kelley
2018-09-07
stage1: c abi for big struct works
Andrew Kelley
2018-09-06
add C ABI tests
Andrew Kelley
2018-09-05
stage1: improve handling of generic fn proto type expr
Andrew Kelley
2018-09-05
add compile error for using outer scoped runtime variables
Andrew Kelley
2018-09-05
stage1: rename more TypeTableEntry types to ZigType
Andrew Kelley
2018-09-05
stage1: rename VariableTableEntry to ZigVar
Andrew Kelley
2018-09-05
stage1: rename FnTableEntry to ZigFn
Andrew Kelley
2018-09-05
stage1: rename TypeTableEntry to ZigType
Andrew Kelley
2018-09-04
stage1: use os_path_resolve instead of os_path_real
Andrew Kelley
2018-09-04
add compile error for comptime control flow inside runtime block
Andrew Kelley
2018-09-03
compile errors for unimplemented minValue/maxValue builtins
Andrew Kelley
2018-08-28
add compile error for function prototype with no body
Andrew Kelley
2018-08-27
this was intended to be included in the previous commit
Andrew Kelley
2018-08-27
fix false negative determining if function is generic
Andrew Kelley
2018-08-25
Merge remote-tracking branch 'origin/master' into macos-stack-traces
Andrew Kelley
2018-08-25
fix regressions
Andrew Kelley
2018-08-25
fix stack traces on linux
Andrew Kelley
2018-08-23
fix error message for incorrect panic handler fn signature
Andrew Kelley
2018-07-27
remove ability to break from suspend blocks
Andrew Kelley
2018-07-26
coroutines have 3 more bits of atomic state
Andrew Kelley
2018-07-26
add compile error for ignoring return value of while loop bodies
Andrew Kelley
2018-07-24
self-hosted: function types use table lookup
Andrew Kelley
2018-07-24
fix logic for determining whether param requires comptime
Andrew Kelley
2018-07-20
self-hosted: share C++ code for finding libc on windows
Andrew Kelley
2018-07-18
Allow pointers to anything in extern/exported declarations (#1258)
Jimmi Holst Christensen
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-11
add compile error for disallowed types in extern structs
Andrew Kelley
2018-07-07
add @popCount intrinsic
Andrew Kelley
2018-07-06
add compile error notes for where struct definitions are
Andrew Kelley
2018-07-03
fix runtime libc detection depending on locale
Andrew Kelley
2018-06-30
Merge pull request #1167 from ziglang/comptime-array-by-value
Jimmi Holst Christensen
2018-06-30
Revert "ir_resolve_const now checks recursivly for undef values"
Jimmi Holst Christensen
2018-06-30
Revert "contains_comptime_undefined_value should not follow pointers"
Jimmi Holst Christensen
2018-06-29
contains_comptime_undefined_value should not follow pointers
Jimmi HC
2018-06-29
ir_resolve_const now checks recursivly for undef values
Jimmi HC
2018-06-29
Assert that array is not ConstArraySpecialUndef in const_values_equal
Jimmi HC
[prev]
[next]