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
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-07
fix regressions on macos
Andrew Kelley
2019-03-05
dynamic linker path is independent from libc installation
Andrew Kelley
2019-03-04
initial glibc support
Andrew Kelley
2019-03-02
compile error for import outside package path
Andrew Kelley
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-25
building DLLs on Windows works better
Andrew Kelley
2019-02-23
better libc detection (#1996)
Andrew Kelley
2019-02-06
require running std lib tests coherently
Andrew Kelley
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-09-11
Merge remote-tracking branch 'origin/master' into stage1-caching
Andrew Kelley
2018-09-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley
2018-09-10
caching is working
Andrew Kelley
2018-09-10
stage1: always optimize blake and softfloat even in debug mode
Andrew Kelley
2018-09-07
stage1: refactor fn type analysis to use C ABI walk fn
Andrew Kelley
2018-09-07
stage1: c abi for big struct works
Andrew Kelley
2018-09-05
start creating a hash of input parameters
Andrew Kelley
2018-09-04
port std.os.path.resolve to stage1
Andrew Kelley
2018-06-07
langref: automatic update of builtin.zig
Andrew Kelley
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
[next]