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-03-10
ir: Fix shift code for u0 operands
LemonBoy
2020-03-10
ir: Implement more safety checks for shl/shr
LemonBoy
2020-03-09
Merge pull request #4590 from xackus/fix-4587
Andrew Kelley
2020-03-09
ir: Fix codegen of ?*T types where T is zero-sized
LemonBoy
2020-03-09
Merge pull request #4700 from Vexu/noasync
Andrew Kelley
2020-03-09
better error messages and more tests
xackus
2020-03-09
lazy_cmp_zero only resolves type is zero bits for alignof
Andrew Kelley
2020-03-09
ir: Fix lazy comparison between @alignOf and zero
LemonBoy
2020-03-09
disallow resume and suspend in noasync scopes
Vexu
2020-03-09
implement noasync scopes
Vexu
2020-03-08
ir: Create usize result_loc for array subscript expr
LemonBoy
2020-03-08
fix failed assert on generic fn opaque return type
xackus
2020-03-08
Strip trailing whitespace from src/ir.cpp
daurnimator
2020-03-08
Fix grammar in error message
daurnimator
2020-03-06
stage1: make get_optional_type more robust
Andrew Kelley
2020-03-06
ir: remove pointless and misleading code in `@embedFile`
Andrew Kelley
2020-03-05
Revert "Allow constant struct val to reallocate its fields when resolving an ...
Andrew Kelley
2020-03-05
Allow constant struct val to reallocate its fields when resolving an inferred...
Alexandros Naskos
2020-03-04
`@TypeOf` avoids heap allocation for only 1 parameter
Andrew Kelley
2020-03-04
ir: Implement @TypeOf with multiple arguments
LemonBoy
2020-03-04
Merge pull request #4573 from alexnask/tuple_concat
Andrew Kelley
2020-03-04
get_codegen_ptr_type returns possible error
Andrew Kelley
2020-03-02
Merge branch 'master' of https://github.com/ziglang/zig into tuple_concat
Alexandros Naskos
2020-03-02
Removed unused variable
Alexandros Naskos
2020-02-29
C pointer slices are no longer allowzero (#4462)
Alexandros Naskos
2020-02-28
Removed unused variable
Alexandros Naskos
2020-02-28
More fixes, removed debug prints
Alexandros Naskos
2020-02-28
Fixed tuple concatenation with runtime and comptime values.
Alexandros Naskos
2020-02-27
fix exported variable not respecting linkage
Andrew Kelley
2020-02-27
ir: Robust checking for init expr type
LemonBoy
2020-02-26
fix `@tagName` on extern and non-exhaustive enums
Vexu
2020-02-25
ir: Fix array to slice conversion for zero-sized arrays
LemonBoy
2020-02-25
ir: Various fixes for comptime ptr handling
LemonBoy
2020-02-25
Merge pull request #4515 from mikdusan/stage1-gen-constants
Michael Dusan
2020-02-25
remove `@IntType` and `@ArgType` (mostly) from the compiler
Vexu
2020-02-24
remove `@typeId`, `@memberCount`, `@memberName` and `@memberType` from the co...
Vexu
2020-02-23
nuke @bytesToSlice, @sliceToBytes in stage1
xackus
2020-02-20
stage1: free more heap after analysis
Michael Dusan
2020-02-20
ir: Compile error on result_loc type mismatch w/ slicing
LemonBoy
2020-02-18
Merge pull request #4474 from LemonBoy/saukerkraut
Andrew Kelley
2020-02-18
Makes the declaration slice resolve lazely when using `@typeInfo`
Timon Kruiper
2020-02-16
ir: Avoid invalidating the decl_table iterator
LemonBoy
2020-02-16
ir: Prevent crash when indexing undefined ptr to array
LemonBoy
2020-02-16
Implement noasync awaits
Andrew Kelley
2020-02-14
ir: Make all the payload captures do a copy
LemonBoy
2020-02-13
ir: Don't crash when converting undefined ptrs
LemonBoy
2020-02-13
ir: Allow implicit conversion between vector types
LemonBoy
2020-02-11
ir: Fix erroneous error message for ptr casts
LemonBoy
2020-02-10
Merge pull request #4389 from mikdusan/stage1-mem
Michael Dusan
2020-02-10
stage1: memory/report overhaul
Michael Dusan
[next]