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
2017-04-07
ability to implicitly cast integer literal to &const Int
Andrew Kelley
2017-04-07
add compile error for the bug of unable to call var ags at compile time
Andrew Kelley
2017-04-06
fix var args having wrong index when runtime param before it
Andrew Kelley
2017-04-06
peer resolve types [N]T, [M]T as []const T
Andrew Kelley
2017-04-06
Update zig build system to support user defined options
Andrew Kelley
2017-04-04
fix crash when referencing invalid member of builtin enum
Andrew Kelley
2017-04-04
support module level assembly
Andrew Kelley
2017-04-03
delete alloca builtin function
Andrew Kelley
2017-04-02
zig build system progress
Andrew Kelley
2017-03-31
clean up analysis of {blocks}
Josh Wolfe
2017-03-31
change `@bitcast` to `@ptrcast`
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-26
add debug safety checks for remainder division
Andrew Kelley
2017-03-26
add comptime eval for some uint comparisons with 0
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-26
add comptime top level declaration
Andrew Kelley
2017-03-26
introduce copyable concept
Andrew Kelley
2017-03-22
unify main entry point regardless of whether linking libc
Andrew Kelley
2017-03-20
fix test regression regarding shadowing names
Andrew Kelley
2017-03-18
lazy analysis of top level declarations
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-14
fix behavior with reinterpreting constant memory
Andrew Kelley
2017-03-10
fix not allocating enough memory for passing args
Andrew Kelley
2017-03-09
support passing var args directly
Andrew Kelley
2017-03-08
fix a case of invalid ptr const-ness
Andrew Kelley
2017-03-07
fix assertion error, trying to dereference to array
Andrew Kelley
2017-03-02
add compile error for assigning number literal to non-comptime var
Andrew Kelley
2017-02-28
fix assertion failure for some switch errors
Andrew Kelley
2017-02-27
fix inability to write to global in some cases
Andrew Kelley
2017-02-26
more robust const struct values
Andrew Kelley
2017-02-24
unwrap error payload instruction has side effects only if safety check on
Andrew Kelley
2017-02-24
fix unwrap error payload not emitting debug safety
Andrew Kelley
2017-02-24
add compile error for ignoring return value
Andrew Kelley
2017-02-24
add compile error for control flow using comptime var at runtime
Andrew Kelley
2017-02-23
fix use decls not always working
Andrew Kelley
2017-02-22
fix wrong format specifier
Andrew Kelley
2017-02-22
bitfields support for array of non-store-aligned packed structs
Andrew Kelley
2017-02-21
correct size of types for packed structs
Andrew Kelley
2017-02-20
more robust detection of types that failed to resolve
Andrew Kelley
2017-02-18
fix assertion failure when first use of a struct is sizeOf
Andrew Kelley
2017-02-16
pointers with bit offset contain length
Andrew Kelley
2017-02-16
reading from a bit field partially works
Andrew Kelley
2017-02-16
move volatile pointers to central type table
Andrew Kelley
2017-02-12
fix crash when return value is ??void
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-11
rework compile-time known pointer values
Andrew Kelley
2017-02-09
remove the depends_on_compile_var code
Andrew Kelley
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
[next]