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
/
ir.cpp
Age
Commit message (
Expand
)
Author
2020-01-18
Merge pull request #4222 from LemonBoy/eutwouwth
Andrew Kelley
2020-01-18
Fix edge case in tagName handling of unions
LemonBoy
2020-01-18
Get rid of some dead logic
LemonBoy
2020-01-18
Prevent crash with empty non-exhaustive enum
LemonBoy
2020-01-18
Allow @tagName on enum literals
LemonBoy
2020-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-16
add struct field default value to typeinfo
Vexu
2020-01-16
implement `@bitSizeOf`
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
add is_exhaustive field to typeinfo
Vexu
2020-01-15
implement non-exhaustive enums
Vexu
2020-01-14
Make sure @export symbol name is not empty
LemonBoy
2020-01-13
Validate switch range endpoints
LemonBoy
2020-01-12
Fix @call being too eager to resolve the fn argument
LemonBoy
2020-01-12
Propagate errors in for loop bodies
LemonBoy
2020-01-09
Merge pull request #3955 from LemonBoy/fix-1528
Andrew Kelley
2020-01-09
New @export() handling
LemonBoy
2020-01-09
Correct alignment calculation for runtime addends
LemonBoy
2020-01-08
Propagate more failures upwards
LemonBoy
2020-01-08
Fix calculation of new alignment factor
LemonBoy
2020-01-08
Pointer arithmetic affects the alignment factor
LemonBoy
2020-01-07
Fix crash with unresolved loc
LemonBoy
2020-01-07
Fix crash in struct initializer evaluation
LemonBoy
2020-01-06
Prevent bitCast to enum types
LemonBoy
2020-01-06
fix regression with `@TypeInfo`
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
Merge pull request #4027 from ziglang/fix-float-ops
Andrew Kelley
2020-01-02
fix comptime vector float ops and add test coverage
Andrew Kelley
2020-01-02
Implement Thiscall CC
LemonBoy
2020-01-02
Implement the callconv() annotation
LemonBoy
2020-01-02
Don't ptrCast a result-location assignment to _
LemonBoy
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2020-01-01
Merge pull request #4025 from ziglang/Vexu-stage-2-cimport
Andrew Kelley
2020-01-01
fix segfault in bit shift safety check
Vexu
2019-12-31
Merge branch 'stage-2-cimport' of https://github.com/Vexu/zig into Vexu-stage...
Andrew Kelley
2019-12-30
Merge pull request #3683 from Vexu/atomic-float
Andrew Kelley
2019-12-30
fix comparing comptime_int against undefined literal
Andrew Kelley
2019-12-30
Resolve more types as needed
LemonBoy
2019-12-30
Fix ptrCast of zero-sized type
LemonBoy
2019-12-29
use self hosted translate-c for cimports
Vexu
2019-12-23
support some atomic operations with floats
Vexu
2019-12-22
report compile errors instead of crashing when frame is invalid
Andrew Kelley
2019-12-21
fix incorrect `@typeInfo` for sentinels
Andrew Kelley
2019-12-20
sentinel slicing improvements
Andrew Kelley
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-20
Fix sentinel value of opaque pointers in typeInfo
LemonBoy
2019-12-20
Fix comptime evaluation of runtime array access
LemonBoy
[next]