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-08-13
add error for unused/duplicate block labels
Vexu
2020-08-07
std: introduce GeneralPurposeAllocator
Andrew Kelley
2020-08-02
add compile error for alignCasting zero sized types
Vexu
2020-07-28
add helpful error note for when function cannot return an error
Vexu
2020-07-26
Merge pull request #5693 from antlilja/switch-unreachable-else
Andrew Kelley
2020-07-24
Revert "Support taking extern pointers at comptime"
Andrew Kelley
2020-07-24
Support taking extern pointers at comptime
yvt
2020-07-21
fix comptime comparisons of different sized floats
Vexu
2020-07-18
allow non-pointer extern opaque variables
Vexu
2020-07-18
fix floatCast type check regression
Vexu
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-14
follow up from previous commit for generic methods
Andrew Kelley
2020-07-14
fix ability to call methods on enums with pointer-to-self
Andrew Kelley
2020-07-13
check for invalid sentinel when creating pointer with `@Type`
Vexu
2020-07-11
add 'anytype' to stage1 and langref
Vexu
2020-07-11
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-09
Revert "use correct cast function when doing `@floatCast` at comptime"
Andrew Kelley
2020-07-09
use correct cast function when doing `@floatCast` at comptime
Vexu
2020-07-01
Add new error message for unreachable else prongs
antlilja
2020-06-28
Merge pull request #5696 from alexnask/async_call_tuple
Andrew Kelley
2020-06-24
Fix issue #5618 (#5685)
arbrk1
2020-06-24
Fixed crash when resolving peer types of *[N:s]const T and [*:s]const T
Alexandros Naskos
2020-06-24
Store else node in IrInstSrcCheckSwitchProngs
antlilja
2020-06-24
Small fixes, fixed tests, added test for argument tuple type
Alexandros Naskos
2020-06-24
@asyncCall now requires an argument tuple
Alexandros Naskos
2020-06-23
Add duplicate checking for switch on types
antlilja
2020-06-21
stage1: fix concat of sliced str literals
xackus
2020-06-21
Make unary minus for unsigned types a compile error (#5654)
Robin Voetter
2020-06-18
Merge pull request #5203 from tadeokondrak/@type-for-even-more-types
Andrew Kelley
2020-06-18
Merge pull request #5625 from antlilja/master
Andrew Kelley
2020-06-18
make file and fn_name fields of SourceLocation also null-terminated
Andrew Kelley
2020-06-18
implement `@src`
Vexu
2020-06-17
Improve builtin op support for f128/comptime_float
antlilja
2020-06-16
Remove obsolete branch in ir_analyze_cast
Jakub Konka
2020-06-15
stage1: implement type coercion of anon struct literal to struct
Andrew Kelley
2020-06-09
Return u32 in @wasmMemorySize instead of i32
Jakub Konka
2020-06-09
Return should be i32 due to error signaling in memory.grow
Jakub Konka
2020-06-09
Fix builtins to return and accept u32 instead of i32
Jakub Konka
2020-06-09
Expose full llvm intrinsic
Jakub Konka
2020-06-09
Add builtin for llvm.wasm.memory.grow.i32 intrinsic
Jakub Konka
2020-06-09
Add builtin for llvm.wasm.memory.size.i32 instrinsic
Jakub Konka
2020-06-09
Merge pull request #5539 from mikdusan/issue5474
Andrew Kelley
2020-06-08
stage1: fix crash on slice byte reinterpretation
xackus
2020-06-05
stage1: fix constness in some corner cases
Michael Dusan
2020-05-31
stage1: fix unresolved inferred error sets
xackus
2020-05-29
Support equality comparison for optional to non-optional (?T ==/!= T)
foobles
2020-05-30
Merge pull request #5184 from alexnask/typeof_extern_call
Veikka Tuominen
2020-05-26
Add caller location tracking for asserts (ir_assert, src_assert, ir_assert_ge...
foobles
2020-05-23
fix regression in compile errors
Andrew Kelley
2020-05-20
stage1: fix false positive redeclared variable compile error
Andrew Kelley
[next]