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
/
stage1
/
analyze.cpp
Age
Commit message (
Expand
)
Author
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-24
stage1: Create a new declaration scope for union enum types
LemonBoy
2020-12-15
Merge pull request #7431 from LemonBoy/fix-7426
Andrew Kelley
2020-12-15
stage1: Don't skip steps when analyzing union types
LemonBoy
2020-12-13
stage1: Fix crash in can_mutate_comptime_var_state
LemonBoy
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage1: Validate the specified cc for lazy fn types
LemonBoy
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-05
stage1: Initialize single-element union tag correctly
LemonBoy
2020-12-05
stage1: Fix constant folding of single-element enums
LemonBoy
2020-11-26
stage1: Force union member types to be resolved
LemonBoy
2020-11-20
stage1: Resolve usingnamespace decls when calling @typeInfo
LemonBoy
2020-11-19
add compile-error tests for unsupported calling convention
Vexu
2020-11-19
stage1: Check calling convention correctly for subsystem detection
Tadeo Kondrak
2020-11-19
stage1: Compile error instead of falling back to C for unsupported cc
Tadeo Kondrak
2020-11-13
stage1: Resolve ErrorUnion children types
LemonBoy
2020-11-11
stage1: Avoid resolving type entry in [0]T
LemonBoy
2020-11-10
stage1: Fix comparison of unions containing zero-sized types
LemonBoy
2020-11-05
stage1: Make sure union(enum(T)) is valid
LemonBoy
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-10-29
stage1: Fix small bug in pointer type analysis
LemonBoy
2020-10-28
stage1: Fix crash in comptime struct value copy
LemonBoy
2020-10-26
non-hacky workaround for the empty file bug
Andrew Kelley
2020-10-26
Fix @import of empty file
frmdstryr
2020-10-24
Add sparc64 linux C ABI
Koakuma
2020-10-21
stage1: Fix edge case in Union ZigValue generation
LemonBoy
2020-10-08
stage1: Disallow arrays in function parameters or return types
Tadeo Kondrak
2020-10-07
Merge pull request #6421 from tadeokondrak/opaque-syntax
Andrew Kelley
2020-10-07
Remove .Cold calling convention.
Tadeo Kondrak
2020-10-06
stage1: use size_t over int as index in resolve_opaque_type
Tadeo Kondrak
2020-10-06
stage1: disallow fields in opaque types
Tadeo Kondrak
2020-10-06
Add opaque type syntax
Tadeo Kondrak
2020-10-04
Merge branch 'master' of https://github.com/ziglang/zig into add_some_frees
Alexandros Naskos
2020-10-01
Allow enums with explicit extern-allowed tag types in extern types
Tadeo Kondrak
2020-09-30
Added some c_allocator.deallocate calls
Alexandros Naskos
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-21
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley