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-05-20
add setFloatMode builtin and std.math.floor
Andrew Kelley
2017-05-17
typeId builtin instead of isInteger, isFloat, etc
Andrew Kelley
2017-05-16
add compile error for compile-time integer cast truncating bits
Andrew Kelley
2017-05-14
add compile error for comptime division by zero
Andrew Kelley
2017-05-10
add compile error for casting negative value to...
Andrew Kelley
2017-05-09
inline function call with builtin function instead...
Andrew Kelley
2017-05-09
ability to slice ptr to hard coded integer at comptime
Andrew Kelley
2017-05-07
delete @generatedCode builtin function
Andrew Kelley
2017-05-07
fix inability to initialize global pointer to global array element
Andrew Kelley
2017-05-07
detect duplicate switch value even when else prong present
Andrew Kelley
2017-05-07
fix comptime switch on enum with ref payload
Andrew Kelley
2017-05-07
switch expression - add compile errors
Andrew Kelley
2017-05-06
allow division and remainder operators sometimes
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-04
implement else on loops and break can give an expression
Andrew Kelley
2017-05-04
implement while for nullables and error unions
Andrew Kelley
2017-05-03
zig build: cache_root is relative to build_root
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-05-02
fix compiler crash when referencing a variable...
Andrew Kelley
2017-05-01
allow undefined to be resolved with other types
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
add peer type resolution `[]T` and `[0]T`
Andrew Kelley
2017-04-29
add implicit cast from [0]T to %[]T
Andrew Kelley
2017-04-27
phi instruction retains stack ptr hint
Andrew Kelley
2017-04-27
add compile error for returning local variable address
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-23
defer requires expr to be void. closes #341
Josh Wolfe
2017-04-23
fix check-statement-is-void. add tests
Josh Wolfe
2017-04-23
blocks check that their statements are void
Josh Wolfe
2017-04-23
make undefined as a constant value lazy
Andrew Kelley
2017-04-23
refactor ir_gen_block to make different return paths more clear
Josh Wolfe
2017-04-23
remove redundant unreachable code error
Josh Wolfe
2017-04-22
new compile errors for setGlobalAlign and setGlobalSection builtins
Andrew Kelley
2017-04-22
slicing now returns correct const-ness
Andrew Kelley
2017-04-22
add peer type resolution for T and ?T
Andrew Kelley
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-21
remove `?return` and `?defer`
Andrew Kelley
2017-04-20
Add @offsetOf builtin function
Raul Leal
2017-04-18
bail out of analysis on first error during comptime eval
Andrew Kelley
2017-04-18
add `@fieldParentPtr` builtin function
Andrew Kelley
2017-04-17
minor clean ups from previous commit
Andrew Kelley
2017-04-17
Implicit cast from T to %?T
Raul Leal
2017-04-17
add compile error for intToPtr with a 0-bit ptr
Andrew Kelley
2017-04-14
comptime ({}) should not get an implicit semicolon
Josh Wolfe
2017-04-13
Merge remote-tracking branch 'origin/parser'
Andrew Kelley
2017-04-13
typedefpocalypse
Andrew Kelley
2017-04-12
block statement lists never get fake expressions
Josh Wolfe
2017-04-12
make it an error to ignore a statement's value
Josh Wolfe
2017-04-13
ability to inline at function callsite
Andrew Kelley
[next]