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-02
Don't ptrCast a result-location assignment to _
LemonBoy
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
2019-12-17
Make sure the fields array is always non-null
LemonBoy
2019-12-16
avoid using undefined value
Andrew Kelley
2019-12-16
Fix alignment query on unresolved types
LemonBoy
2019-12-16
allow comparison of any numeric types
Andrew Kelley
2019-12-15
improve extern enum
Vexu
2019-12-15
Don't assume TLS storage has a fixed address
LemonBoy
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-13
Merge pull request #3896 from Vexu/translate-c-2
Andrew Kelley
2019-12-13
revert removal of translate mode in stage 1
Vexu
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
2019-12-12
remove concept of translate mode
Vexu
2019-12-10
improve dynamic library API
Andrew Kelley
2019-12-10
Replace typeOf with TypeOf in stage0
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
implement async function call with `@call`
Andrew Kelley
2019-12-09
ability to give comptime and non-comptime types to same parameter
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-12-08
implement tuple concatenation
Andrew Kelley
2019-12-08
tuple detection does not require AST node
Andrew Kelley
2019-12-08
Make array types (quasi-)lazy
LemonBoy
2019-12-08
fix anon struct literal field initialized with fn call
Andrew Kelley
2019-12-08
add syntax for comptime struct fields
Andrew Kelley
2019-12-08
implement comptime struct fields
Andrew Kelley
2019-12-08
Fix for @Type not picking up the sentinel value
LemonBoy
2019-12-07
remove compile error for peer result comptime_int and null
Andrew Kelley
2019-12-06
Merge pull request #3856 from ziglang/builtin-call
Andrew Kelley
2019-12-06
remove `@newStackCall` from zig
Andrew Kelley
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-12-06
Fix misinterpretation of sentinel constant value
LemonBoy
2019-12-05
remove `@noInlineCall` from zig
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-03
Pick up WinMain with proper CC
LemonBoy
2019-12-02
Accept comptime-known expression for asm
LemonBoy
2019-12-02
bring your own OS layer in the std lib
Andrew Kelley
[next]