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
2020-07-28
stage1: hot path for resolving types of primitives
Andrew Kelley
2020-07-18
allow non-pointer extern opaque variables
Vexu
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
add 'anytype' to stage1 and langref
Vexu
2020-07-08
fix missing check on extern variables with no type
Vexu
2020-06-24
Copy union const values correctly
Alexandros Naskos
2020-06-18
Merge pull request #5203 from tadeokondrak/@type-for-even-more-types
Andrew Kelley
2020-05-26
Merge pull request #5440 from kubkon/align-fn-error-wasm
Andrew Kelley
2020-05-26
Add caller location tracking for asserts (ir_assert, src_assert, ir_assert_ge...
foobles
2020-05-26
Make align expr on fns a compile error in Wasm
Jakub Konka
2020-05-23
fix regression in compile errors
Andrew Kelley
2020-05-20
stage1: fix false positive redeclared variable compile error
Andrew Kelley
2020-05-17
Merge pull request #5057 from xackus/opaque-param
Andrew Kelley
2020-05-05
remove nakedcc/stdcallcc/async fn/extern fn fnproto
Tadeo Kondrak
2020-05-05
Rename noasync to nosuspend in C++ compiler
Tadeo Kondrak
2020-05-04
stage1: remove unneeded switch
xackus
2020-05-04
stage1: fix assert fail on opaque fn ptr param
xackus
2020-05-02
Implement @typeInfo for @Frame()
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-22
stage1: Prevent the creation of illegal pointer types
LemonBoy
2020-04-22
stage1: Another hack for the C ABI compatibility
LemonBoy
2020-04-20
stage1: Handle errors when generating block IR
LemonBoy
2020-04-17
add error for non-exter variadic functions
Vexu
2020-04-17
stage1: Fix several bugs in constant generation
LemonBoy
2020-04-07
stage1: Respect the specified name for extern var
LemonBoy
2020-04-05
type_has_one_possible_value takes comptime struct fields into account
Andrew Kelley
2020-04-02
Fix multiplication overflow in `hash_const_val`
Timon Kruiper
2020-04-01
stage1: make C++ switch fallthrough an error
Michael Dusan
2020-04-01
Make sure that ZigTypeVector and ZigTypeArray have the same memory layout
Timon Kruiper
2020-03-26
ability to compile c++ hello world with `zig c++`
Andrew Kelley
2020-03-19
0-bit array type does not resolve child type
Andrew Kelley
2020-03-19
`@ptrCast` supports casting a slice to pointer
Andrew Kelley
2020-03-19
fixes in semantic analysis needed to support this feature
Andrew Kelley
2020-03-19
slicing with comptime start and end results in array
Andrew Kelley
2020-03-19
ir: More changes to sentinel-terminated const arrays
LemonBoy
2020-03-18
array sentinel does not count towards type_has_one_possible_value
Andrew Kelley
2020-03-18
ir: Correct ABI size calculation for arrays
LemonBoy
2020-03-09
Merge pull request #4590 from xackus/fix-4587
Andrew Kelley
2020-03-09
ir: Fix codegen of ?*T types where T is zero-sized
LemonBoy
2020-03-09
better error messages and more tests
xackus
2020-03-09
implement noasync scopes
Vexu
2020-03-08
ir: Prevent crash in compiler error
LemonBoy
2020-03-08
fix failed assert on generic fn opaque return type
xackus
2020-03-06
stage1: make get_optional_type more robust
Andrew Kelley
2020-03-05
stage1: fix regression
Michael Dusan
2020-03-05
stage1: housekeeping
Michael Dusan
2020-03-04
get_codegen_ptr_type returns possible error
Andrew Kelley
2020-02-29
Merge pull request #4550 from ziglang/os-version-ranges
Andrew Kelley
2020-02-29
fix crash when building docgen
Andrew Kelley
2020-02-28
fix typo from other commit
Andrew Kelley
[next]