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-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
2019-05-29
try to resolve TargetSubSystemAuto to actual subsystem
emekoi
2019-05-29
added subsystem to builtin.zig
emekoi
2019-05-28
no "use of undeclared identifer" in dead comptime branches
Andrew Kelley
2019-05-28
fix invalid LLVM IR generated for ?*void const casts
Andrew Kelley
2019-05-28
Move __zig_fail_unwrap locals on stack
LemonBoy
2019-05-27
respect subsystem flag in all cases
emekoi
2019-05-27
Merge pull request #2552 from Sahnvour/issue-2543
Andrew Kelley
2019-05-27
improve the stack check CLI options
Andrew Kelley
2019-05-26
introduce @hasDecl builtin function
Andrew Kelley
2019-05-25
gen-h: do not output visibility macros when the build is static
Sahnvour
2019-05-18
Fix load/store of non-integer fields in packed struct
LemonBoy
2019-05-16
fixups to the previous commit
Andrew Kelley
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-05-16
improvements to build-lib use case of WebAssembly
Andrew Kelley
2019-05-15
fix static builds of zig from requiring c compiler
Andrew Kelley
2019-05-14
else value when switching on error set has
Andrew Kelley
[next]