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-04-02
remove the lazy value stuff
Andrew Kelley
2019-04-02
introduce lazy values
Andrew Kelley
2019-04-02
decouple llvm types from zig types
Andrew Kelley
2019-03-27
fix build on arm64
Shawn Landden
2019-03-25
implement allowzero pointer attribute
Andrew Kelley
2019-03-24
introduce the enum literal type
Andrew Kelley
2019-03-20
add docs for assembly and fix global assembly parsing
Andrew Kelley
2019-03-18
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-18
pass explicit frame pointer args when compiling C code
Andrew Kelley
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-13
Merge remote-tracking branch 'origin/master' into llvm8
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
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-10
fix inconsistent type information of optional C pointers
Andrew Kelley
2019-03-10
Merge remote-tracking branch 'origin/master' into llvm8
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-04
Merge remote-tracking branch 'origin/master' into llvm8
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
[next]