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
/
codegen.cpp
Age
Commit message (
Expand
)
Author
2019-06-19
fix extraneous nested union field instruction
Andrew Kelley
2019-06-19
fix comptime modification of const struct field
Andrew Kelley
2019-06-19
stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...
Shawn Landden
2019-06-18
back to many behavioral tests passing
Andrew Kelley
2019-06-17
Remove duplicate exe name with zig run
Jonathan Marler
2019-06-17
inferred comptime values rather than elided scopes
Andrew Kelley
2019-06-15
better result location handling of inline loops
Andrew Kelley
2019-06-15
better result location semantics with optionals and return locations
Andrew Kelley
2019-06-15
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-14
standard library integrates with knowledge of stripped debug info
Andrew Kelley
2019-06-14
expose builtin.strip_debug_info
Andrew Kelley
2019-06-14
fix `@export` for arrays not respecting the symbol name
Andrew Kelley
2019-06-14
fix peer result location with error code and payload
Andrew Kelley
2019-06-11
fixed infinite loop when caching packages
emekoi
2019-06-11
made root package available to itself
emekoi
2019-06-11
made root package available to all other packages
emekoi
2019-06-11
fix returning scalar values
Andrew Kelley
2019-06-11
fix `@bitCast` semantics when there is no parent result loc
Andrew Kelley
2019-06-11
fix struct and array init when result casted to anyerror!?T
Andrew Kelley
2019-06-11
fix implicit casting return value struct/arary init to optional
Andrew Kelley
2019-06-11
fix comptime function calls
Andrew Kelley
2019-06-10
remove the final legacy stack allocation
Andrew Kelley
2019-06-10
use result loc for ref instruction
Andrew Kelley
2019-06-10
result location semantics for vector to array
Andrew Kelley
2019-06-10
result loc semantics for loading packed struct pointer to packed struct
Andrew Kelley
2019-06-10
result loc semantics for `@sliceToBytes` and `@bytesToSlice`
Andrew Kelley
2019-06-10
result location semantics for cmpxchg
Andrew Kelley
2019-06-10
result location semantics for error union wrapping an error
Andrew Kelley
2019-06-10
result location semantics for error union wrapping a payload
Andrew Kelley
2019-06-10
result location semantics for optional wrap
Andrew Kelley
2019-06-10
result location semantics for slices
Andrew Kelley
2019-06-10
result location semantics for `@bitCast`
Andrew Kelley
2019-06-10
hook up result locations for union initializations
Andrew Kelley
2019-06-09
inferred array size of array literals works
Andrew Kelley
2019-06-09
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-08
result location mechanism for struct initialization
Andrew Kelley
2019-06-07
update the default macos version min to 10.14
Andrew Kelley
2019-06-04
Propagate DIFlags to LLVM
LemonBoy
2019-06-04
Make `void` a signed type
LemonBoy
2019-06-03
no-copy semantics for for loops
Andrew Kelley
2019-06-03
while loops
Andrew Kelley
2019-06-03
fix alignment of consts
Andrew Kelley
2019-06-03
var types, alignment, and comptime
Andrew Kelley
2019-05-31
no-copy semantics for function forwarding
Andrew Kelley
2019-05-30
no-copy semantics for if expr
Andrew Kelley
2019-05-30
no-copy semantics for basic runtime function call variable init
Andrew Kelley
2019-05-29
std.meta/trait: def/definition => decl/declaration
tgschultz
2019-05-29
codegen: initialize subsystem
Andrew Kelley
2019-05-29
cleanups for windows subsystem in builtin.zig
Andrew Kelley
2019-05-29
set subsystem to null if not on windows or uefi
emekoi
[prev]
[next]