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-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
2020-02-28
fix crash with multiple comptime fn calls and...
Andrew Kelley
2020-02-28
fix compiler crash when comptime parsing targets
Andrew Kelley
2020-02-28
improve debug info for optionals
Andrew Kelley
2020-02-28
restructuring std.Target for OS version ranges, pass 1
Andrew Kelley
2020-02-26
ir: Allow empty inferred error sets
LemonBoy
2020-02-26
ir: Fix regression with self-referencing containers
LemonBoy
2020-02-25
ir: Fix sizeOf comparison with ptr to zst
LemonBoy
2020-02-18
Makes the declaration slice resolve lazely when using `@typeInfo`
Timon Kruiper
2020-02-16
Implement noasync awaits
Andrew Kelley
2020-02-12
Fix rendering of empty arrays
LemonBoy
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-09
fix defer interfering with return value spill
Andrew Kelley
2020-02-08
solve previous commit a better way
Andrew Kelley
2020-02-08
Revert "properly spill optional payload capture value"
Andrew Kelley
2020-02-08
properly spill optional payload capture value
Andrew Kelley
2020-02-07
Add wWinMain and wWinMainCRTStartup to fix #4376
Jared Miller
2020-02-07
fix invalid behavior tests from prev commit
Andrew Kelley
[next]