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-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
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-02
Don't generate any type info for void return types
LemonBoy
2020-01-30
fix llvm assertion with debug info for vectors
Andrew Kelley
2020-01-28
fix compile error regression with struct containing itself
Andrew Kelley
2020-01-28
fix 0-bit child type coerced to optional return ptr result location
Andrew Kelley
2020-01-27
fix nested bitcast passed as tuple element
Andrew Kelley
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
2020-01-25
split IrInstruction into IrInst, IrInstSrc, IrInstGen
Andrew Kelley
2020-01-19
Fix wrong error code being returned in enum analisys
LemonBoy
2020-01-18
Prevent crash with empty non-exhaustive enum
LemonBoy
2020-01-16
fix failing array test by improving copy_const_val
Andrew Kelley
2020-01-16
fix regressions double implicit casting return ptr
Andrew Kelley
2020-01-16
fix implicit cast regression
Andrew Kelley
2020-01-16
fix regression in global const alignment
Andrew Kelley
2020-01-16
zig ir.cpp details: remove the mem_slot mechanism
Andrew Kelley
2020-01-16
correct field count
Vexu
2020-01-16
allow non-exhaustive enums with no fields
Vexu
2020-01-16
turn panics into compile errors, require at least 1 field in non-exhaustive enum
Vexu
2020-01-15
small fixes
Vexu
2020-01-15
require size for non-exhaustive enums
Vexu
2020-01-15
implement non-exhaustive enums
Vexu
2020-01-14
Fix ICE when BoundFn are passed as parameters
LemonBoy
2020-01-13
add an extra assert
Andrew Kelley
2020-01-10
Don't special-case `builtin` too much
LemonBoy
2020-01-09
New @export() handling
LemonBoy
2020-01-08
Propagate more failures upwards
LemonBoy
2020-01-06
fix test suite regressions
Andrew Kelley
2020-01-06
remove stdcallcc, extern, nakedcc from stage1; zig fmt rewrites
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-03
Correct evaluation of optional type alignment
LemonBoy
2020-01-02
Implement Thiscall CC
LemonBoy
2020-01-02
Catch more errors during the type resolution phase
LemonBoy
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-30
fix comparing comptime_int against undefined literal
Andrew Kelley
2019-12-30
Resolve more types as needed
LemonBoy
2019-12-22
report compile errors instead of crashing when frame is invalid
Andrew Kelley
2019-12-17
Make sure the fields array is always non-null
LemonBoy
2019-12-16
allow comparison of any numeric types
Andrew Kelley
2019-12-15
improve extern enum
Vexu
2019-12-15
Generate the fn pointers into the correct address space
LemonBoy
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
[next]