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.hpp
Age
Commit message (
Expand
)
Author
2018-02-04
add --forbid-library
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-03
Add emit command-line option (#580)
Marc Tiehuis
2017-11-01
windows: use the same libc search within a compilation unit
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-10-27
Merge branch 'master' into self-hosted
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-24
wip self hosted code
Andrew Kelley
2017-10-16
look for libc at runtime on windows
Andrew Kelley
2017-10-15
clean up some resources
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-10-01
fix implementation of --zig-std-dir
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-09-17
add -mllvm support
Andrew Kelley
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-09-02
rewrite parseh to use AST instead of direct types
Andrew Kelley
2017-08-28
remove remnants of depending on darwin system linker
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-25
add some timing diagnostics
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2017-04-19
test framework supports name prefix and filter argument
Andrew Kelley
2017-04-05
add support to use zig as a linker driver
Andrew Kelley
2017-04-05
ability to use zig as an assembler
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-13
add --each-lib-rpath option and corresponding config option
Andrew Kelley
2017-03-13
use lld instead of system linker
Andrew Kelley
2017-02-03
add ability to set linker script
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-18
ability to specify -framework linker args for MacOS
Andrew Kelley
2016-05-12
Add --zig-std-dir
José Miguel Sánchez
2016-05-11
recognize ar program and pass --gc-sections to ld
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-15
first pass at linking on macos
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
2016-02-08
support overriding the dynamic linker argument to ld
Andrew Kelley
2016-02-08
support static linking against libc
Andrew Kelley
2016-02-03
basic support for building a test target
Andrew Kelley
2016-02-02
build: fix libc path finding
Andrew Kelley
2016-01-31
add --library-path cli option
Andrew Kelley
2016-01-31
parseh understands types better and handles some situations better
Andrew Kelley
2016-01-27
build command supports -isystem argument
Andrew Kelley
2016-01-10
refactor out the horrible beast that was codegen_node
Andrew Kelley
2015-12-15
when linking with libc use the C runtime library
Andrew Kelley
[next]