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-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
2018-06-28
Implement const_values_equal for array type
Jimmi HC
2018-06-27
fix coroutine accessing freed memory
Andrew Kelley
2018-06-27
fix comptime @tagName crashing sometimes
Andrew Kelley
2018-06-27
add f16 type
Ben Noordhuis
2018-06-26
rename get_maybe_type to get_optional_type
Andrew Kelley
2018-06-21
fix compiler crash for invalid enum
Andrew Kelley
2018-06-19
fix calling method with comptime pass-by-non-copyign-value self arg
Andrew Kelley
2018-06-18
disallow opaque as a return type of fn type syntax
Andrew Kelley
2018-06-16
allow passing by non-copying value
Andrew Kelley
2018-06-14
Enabled optional types of zero bit types with no LLVM DI type. (#1110)
Alexandros Naskos
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
Andrew Kelley
2018-06-09
nullable pointers follow const-casting rules
Andrew Kelley
2018-06-08
Allow access of array.len through a pointer
Jimmi HC
2018-06-07
fix structs that contain types which require comptime
Andrew Kelley
2018-06-06
Pointer Reform: update @typeInfo
Andrew Kelley
2018-06-05
disable field access for unknown length pointers
Andrew Kelley
2018-06-05
disallow unknown-length pointer to opaque
Andrew Kelley
2018-06-05
fix crash when evaluating return type has compile error
Andrew Kelley
2018-06-05
Renamed UndefinedLiteral to Undefined
Jimmi HC
2018-06-05
Removed NullLiteral to Null
Jimmi HC
2018-06-05
Renamed "(int/float literal)" to "comptime_int/float"
Jimmi HC
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-06-04
never call malloc with size 0
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
Removed copy-pasted resolve_inferred_error_set
Jimmi HC
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-05-09
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-09
Added Slice as it's own type info in userland
Jimmi HC
2018-05-03
Fixed extern enums having the wrong size (#970)
Jimmi Holst Christensen
2018-04-30
support foo.* for ptr deref
Andrew Kelley
[next]