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-18
libc: separate linux headers from musl/glibc
Andrew Kelley
2019-03-15
breaking changes to std.mem.Allocator interface API
Andrew Kelley
2019-03-14
breaking: fix @typeInfo handling of global error set type
Andrew Kelley
2019-03-13
fix target_requires_pic and reloc_mode
Andrew Kelley
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-13
fix @setRuntimeSafety not able to override release modes
Andrew Kelley
2019-03-12
don't resolve dynamic linker for static executables
Andrew Kelley
2019-03-12
ability to build musl from source
Andrew Kelley
2019-03-12
building musl start files from source
Andrew Kelley
2019-03-11
stage1 caching system: detect problematic mtimes
Andrew Kelley
2019-03-10
fix inconsistent type information of optional C pointers
Andrew Kelley
2019-03-09
fix docgen and fix unnecessarily adding .root suffix to objects
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-07
fix linking glibc: caching static libs and
Andrew Kelley
2019-03-07
fix .d file processing and use -MV to quote spaces
Andrew Kelley
2019-03-07
better behavior when cache dir unavailable
Andrew Kelley
2019-03-07
fix regressions on macos
Andrew Kelley
2019-03-07
dynamic_linker_path can be null on some targets
Andrew Kelley
2019-03-07
multi-arch glibc headers
Andrew Kelley
2019-03-06
cross compile glibc startup files
Andrew Kelley
2019-03-05
build libunwind.a from source and link it
Andrew Kelley
2019-03-05
support glibc dl, m, pthread, rt
Andrew Kelley
2019-03-05
dynamic linker path is independent from libc installation
Andrew Kelley
2019-03-05
stop linking against gcc files
Andrew Kelley
2019-03-04
initial glibc support
Andrew Kelley
2019-03-03
fix slice of C pointer
Andrew Kelley
2019-03-03
fix const initialization of optional C pointer to null
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
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-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
[next]