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-03-02
@returnAddress and @frameAddress return usize now
Andrew Kelley
2019-03-02
all integers returned by @typeInfo are now comptime_int
Sahnvour
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-03-01
Merge pull request #2020 from ziglang/kill-namespace-type
Andrew Kelley
2019-03-01
gen-h: respect @export
Andrew Kelley
2019-03-01
gen-h: use the bare type names for now
Andrew Kelley
2019-03-01
@typeInfo for structs and opaque types is the bare name
Andrew Kelley
2019-03-01
fix dependency loops, pub, tests, use decls, root source
Andrew Kelley
2019-03-01
Use bitwise-and instead of modulo in __zig_return_error
Marc Tiehuis
2019-02-28
struct types get fully qualified names
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-28
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-02-27
fix incorrect use of printf in previous commit
Andrew Kelley
2019-02-27
print the command that failed when C source code fails to build
Andrew Kelley
2019-02-26
fix handling when there are multiple externs and
Andrew Kelley
2019-02-26
introduce sys_include_dir for when sys/* files are not with stdlib.h
Andrew Kelley
2019-02-26
fix regressions on Windows
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-26
use -nostdinc and sometimes -nolibc when compiling C code
Andrew Kelley
2019-02-26
use -nostdinc++ when compiling C code
Andrew Kelley
2019-02-26
use -nobuiltininc when compiling c code
Andrew Kelley
2019-02-25
fix not finding libgcc_s when looking for native libc
Andrew Kelley
2019-02-25
`@cImport` works with `--cache on`
Andrew Kelley
2019-02-25
building DLLs on Windows works better
Andrew Kelley
2019-02-25
first class support for compiling C code
Andrew Kelley
2019-02-23
better libc detection (#1996)
Andrew Kelley
2019-02-22
implement vector negation
Andrew Kelley
2019-02-22
fix `@bitCast` when src/dest types have mismatched handle_is_ptr
Andrew Kelley
2019-02-21
better handling of arrays in packed structs
Andrew Kelley
2019-02-21
`@sliceToBytes` works at comptime
Andrew Kelley
2019-02-20
packed structs support comptime bitcasting
Andrew Kelley
2019-02-19
valgrind client requests for undefined values
Andrew Kelley
2019-02-19
remove --no-rosegment workaround now that valgrind bug is fixed
Andrew Kelley
2019-02-18
export _mh_execute_header with weak linkage
Andrew Kelley
2019-02-18
Add align attribute for params pointers
LemonBoy
2019-02-17
Add NetBSD support
Maya Rashish
2019-02-15
typecheck the panic function
Andrew Kelley
2019-02-15
Merge pull request #1965 from ziglang/c-pointer-type
Andrew Kelley
2019-02-14
omit nonnull attribute for C pointers
Andrew Kelley
2019-02-14
runtime safety check for casting null to pointer
Andrew Kelley
2019-02-11
add C pointer type to @typeInfo
Andrew Kelley
2019-02-11
C pointer comparison and arithmetic
Andrew Kelley
2019-02-10
avoid needlessly creating global constants
Andrew Kelley
2019-02-10
avoid needlessly creating global constants
Andrew Kelley
2019-02-09
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-02-09
implement vector math safety with ext and trunc
Andrew Kelley
2019-02-09
implement vector addition with safety checking
Andrew Kelley
2019-02-07
fix using the result of @intCast to u0
Andrew Kelley
2019-02-07
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-02-07
better error message when LLVM does not understand a triple
Andrew Kelley
[prev]
[next]