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
2019-11-09
Fix initialization of union references
LemonBoy
2019-11-08
fix regressed tests and update docs to use "type coercion"
Andrew Kelley
2019-11-08
passing std lib tests
Andrew Kelley
2019-11-08
behavior tests passing
Andrew Kelley
2019-11-08
more regressions fixed
Andrew Kelley
2019-11-08
fix result loc of cast not finding parent
Andrew Kelley
2019-11-08
introduce `@as` builtin for type coercion
Andrew Kelley
2019-11-06
allow type coercion from *[0]T to E![]const T
Andrew Kelley
2019-11-05
fix initialization of vector in a struct field
Andrew Kelley
2019-11-05
implement storing vector elements via runtime index
Andrew Kelley
2019-11-05
implement loading vector elements via runtime index
Andrew Kelley
2019-11-05
comptime load of vector element
Andrew Kelley
2019-11-05
runtime load vector element with comptime index
Andrew Kelley
2019-11-05
Mark type fields as CT
LemonBoy
2019-11-04
Fix #3558
LemonBoy
2019-11-04
Prevent crash when slicing undefined ptr to slice
LemonBoy
2019-11-04
Fix crash in #3483
LemonBoy
2019-11-04
Fix cmpxchg trying to execute at CT
LemonBoy
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-24
Add missing compile error when ptr used instead of array
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley
2019-10-20
Fix crash with peer type resolution & error unions
LemonBoy
2019-10-20
Resolve lazy slice start/end values
LemonBoy
2019-10-19
Prevent too eager constant-folding of switch expression
LemonBoy
2019-10-19
reduce the size of IrInstruction by 8 bytes on 64 bit targets
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-10
Extern unions should not trigger active field check
LemonBoy
2019-10-10
stage1: fix ir_resolve_str() to return slice
Michael Dusan
2019-10-09
stage1: fix root top-level-struct typename
Michael Dusan
2019-10-09
improve names of error sets when using merge error sets operator
Andrew Kelley
2019-10-08
generated docs: error sets in fn docs
Andrew Kelley
2019-10-08
generated docs: functions with inferred error sets display nicely
Andrew Kelley
2019-10-06
stage1 parser supports doc comments
Andrew Kelley
2019-10-05
fix container member access for fn/struct-fn
Michael Dusan
2019-09-24
add VarDecl support for struct-method call syntax
Michael Dusan
2019-09-24
Fix result loc unwrapping with optional in error union
LemonBoy
2019-09-24
Fix assignment to optional payload
LemonBoy
2019-09-23
make type_allowed_in_extern more robust
Andrew Kelley
2019-09-20
Fix comptime bitcast inside an expression
Timon Kruiper
2019-09-19
fixups for `@splat`
Andrew Kelley
2019-09-19
`@splat`
Shawn Landden
2019-09-19
implement runtime `@byteSwap` and other fixups
Andrew Kelley
2019-09-18
@byteSwap on vectors
Shawn Landden
2019-09-18
rework the implementation
Andrew Kelley
2019-09-18
stage1: add @shuffle() shufflevector support
Shawn Landden
2019-09-18
remove TODO regarding lazy values
Andrew Kelley
2019-09-18
stage1: proper return type on vector comparisons
Shawn Landden
2019-09-18
Fix array->vector and vector->array for many types. Allow vector of bool.
Shawn Landden
2019-09-17
fix peer result location with typed parent, ...
Andrew Kelley
2019-09-10
Resolve lazy arguments passed to @compileLog
LemonBoy
[next]