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
2018-01-07
fix struct inside function referencing local const
Andrew Kelley
2018-01-02
ir: new pass iteration strategy
Andrew Kelley
2017-12-23
translate-c: set up debug scope for translated functions
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-19
fix crash when implicitly casting array of len 0 to slice
Andrew Kelley
2017-12-19
bring back code that uses export and fix tests
Andrew Kelley
2017-12-19
export keyword works again
Andrew Kelley
2017-12-19
wip bring back export keyword
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-14
fix compiler crash in a nullable if after an if in...
Andrew Kelley
2017-12-13
fix const and volatile qualifiers being dropped sometimes
Andrew Kelley
2017-12-08
add implicit cast from enum tag type of union to const ptr to the union
Andrew Kelley
2017-12-08
translate-c: more complex logic for translating a C cast in a macro
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-05
fix regressions from previous commit
Andrew Kelley
2017-12-05
switch on enum which only has 1 field is comptime known
Andrew Kelley
2017-12-05
fix enum with 1 member causing segfault
Andrew Kelley
2017-12-05
allow union and its tag type to peer resolve to the tag type
Andrew Kelley
2017-12-05
allow implicit cast from union to its enum tag type
Andrew Kelley
2017-12-05
add implicit cast from enum to union
Andrew Kelley
2017-12-05
fix casting integer literal to enum
Andrew Kelley
2017-12-04
more tests for unions
Andrew Kelley
2017-12-04
fix abi alignment of union-enums not counting tag type
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-12-02
ability to set tag values of enums
Andrew Kelley
2017-12-02
casting between integer and enum only works via tag type
Andrew Kelley
2017-11-30
ability to specify tag type of enums
Andrew Kelley
2017-11-29
fix build broken by previous commit
Andrew Kelley
2017-11-29
fix capturing value of switch with all unreachable prongs
Andrew Kelley
2017-11-27
Added support for exporting of C field expressions
dimenus
2017-11-25
fix crash when constant inside comptime function has compile error
Andrew Kelley
2017-11-25
add an assert to catch corrupted memory
Andrew Kelley
2017-11-24
fix assertion failed when invalid type encountered
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-16
union secret field is the tag index instead of distinct type index
Andrew Kelley
2017-11-15
basic union support
Andrew Kelley
2017-11-10
fix test failures
Andrew Kelley
2017-11-09
fix parameter of extern var args not type checked
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-11-06
add @memberType and @memberName builtin functions
Andrew Kelley
2017-11-04
fix build on MacOS
Andrew Kelley
2017-11-04
add compile-time reflection for function arg types
Andrew Kelley
2017-11-03
more compile-time type reflection
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-23
add maximum value for @setAlignStack
Andrew Kelley
2017-10-21
report compile error instead of crashing for void in var args
Andrew Kelley
2017-10-06
fix compiler crash when invalid value used
Andrew Kelley
2017-10-03
add @setAlignStack builtin
Andrew Kelley
[next]