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_print.cpp
Age
Commit message (
Expand
)
Author
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-13
fix const and volatile qualifiers being dropped sometimes
Andrew Kelley
2017-12-03
rename @EnumTagType to @TagType. add tests for union-enums
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-11-30
ability to specify tag type of enums
Andrew Kelley
2017-11-15
basic union support
Andrew Kelley
2017-11-06
add @memberType and @memberName builtin functions
Andrew Kelley
2017-11-04
add compile-time reflection for function arg types
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
2017-09-05
add OpaqueType builtin
Andrew Kelley
2017-08-30
successfully cross-building behavior tests for windows
Andrew Kelley
2017-08-29
more alignment improvements
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-26
remove @alignOf and add @cAbiAlignOf and @preferredAlignOf
Andrew Kelley
2017-08-19
add setEvalBranchQuota builtin function
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-08-06
fix segfault when var args fn proto shows up in ir printing
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
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-09
inline function call with builtin function instead...
Andrew Kelley
2017-05-07
delete @generatedCode builtin function
Andrew Kelley
2017-05-07
detect duplicate switch value even when else prong present
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
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-22
slicing now returns correct const-ness
Andrew Kelley
2017-04-20
Add @offsetOf builtin function
Raul Leal
2017-04-18
add `@fieldParentPtr` builtin function
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-04-13
ability to inline at function callsite
Andrew Kelley
2017-04-08
add enumTagName builtin function
Andrew Kelley
2017-04-03
delete alloca builtin function
Andrew Kelley
2017-04-02
zig build system progress
Andrew Kelley
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-18
lazy analysis of top level declarations
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-09
lots of miscellaneous things all in one big commit
Andrew Kelley
2017-02-05
setGlobalSection and setGlobalAlign work for functions
Andrew Kelley
2017-02-04
remove volatileStore builtin; add volatile pointers
Andrew Kelley
2017-02-04
ability to set global variable alignment and ...
Andrew Kelley
2017-02-03
add volatileStore() builtin function
Andrew Kelley
2017-02-03
add setGlobalAlign and setGlobalSection builtin functions
Andrew Kelley
2017-01-24
printf var args proof of concept
Andrew Kelley
2017-01-22
remove staticEval builtin in favor of comptime expression
Andrew Kelley
[next]