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-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-24
Implement @unionInit
Robert Scott
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
2019-05-14
Don't emit DW_TAG_lexical_block for VarDecls
LemonBoy
2019-05-13
cache_add_dep_file: handle ErrorFileNotFound specially
Andrew Kelley
2019-05-13
Assemble asm files using CC
LemonBoy
2019-05-08
fix build on macOS
Andrew Kelley
2019-05-08
add --bundle-compiler-rt function to link options
Andrew Kelley
2019-05-08
C pointers support .? operator
Andrew Kelley
2019-05-08
C pointers support `null`
Andrew Kelley
2019-05-08
Implement stack probes for x86/x86_64
LemonBoy
2019-05-06
stage1: add @hasField() built-in
Shawn Landden
2019-05-03
always respect threadlocal for variables with external linkage
Andrew Kelley
2019-05-03
optimize `@memset` with `undefined`
Andrew Kelley
2019-04-25
translate-c: put -x c back in there, it's necessary
Andrew Kelley
2019-04-25
translate-c: unify API for self-hosted and C++ translate-c
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley
2019-04-16
freestanding target adds -ffrestanding to cc parameters
Andrew Kelley
[prev]
[next]