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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-09-24
stage2 codegen: move bit definitions to src/arch
joachimschmidt557
2021-09-20
stage2: extract ZIR printing code into print_zir.zig
Andrew Kelley
2021-09-13
Merge remote-tracking branch 'origin/master' into zld-incr
Jakub Konka
2021-09-09
macho: init process of renaming TextBlock to Atom
Jakub Konka
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-09-01
move syntax tests out of behavior tests
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-09-01
compiler_rt: add __clzdi2 and __clzti2
Jan Philipp Hafer
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-07-23
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-22
support -fcompiler-rt in conjunction with build-obj
Andrew Kelley
2021-07-22
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-20
cmake: fix Liveness.zig file path
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-18
zld: move contents of Zld into MachO module
Jakub Konka
2021-07-17
zld: simplify and move Relocations into TextBlock
Jakub Konka
2021-07-16
zld: replace parsed reloc with a simple wrapper around macho.relocation_info
Jakub Konka
2021-07-15
zld: move TextBlock into standalone file
Jakub Konka
2021-07-15
zld: remove StringTable abstraction
Jakub Konka
2021-07-15
zld: simplify relocation parsing
Jakub Konka
2021-07-15
zld: abstract away string table with fewer allocs
Jakub Konka
2021-07-08
plan9 cleanups
Andrew Kelley
2021-07-08
initial plan9 boilerplate
jacob gw
2021-06-24
zld: merge Stub with Dylib struct
Jakub Konka
2021-06-24
zld: introduce Stub.zig which represents parsed stub file
Jakub Konka
2021-06-24
link: add basic TAPI parser for linkers
Jakub Konka
2021-06-23
cmake: debug builds of zig enable logging by default
Andrew Kelley
2021-06-14
CLI: rename --override-lib-dir to --zig-lib-dir
Andrew Kelley
2021-06-12
std.Thread.Futex addition (#9070)
protty
2021-06-04
start the 0.9.0 release cycle
Andrew Kelley
2021-06-03
Merge pull request #8932 from ziglang/llvm-needs-zlib
Andrew Kelley
2021-05-31
std.sync.atomic: extended atomic helper functions (#8866)
protty
2021-05-29
cmake: LLVM needs to link against zlib
Andrew Kelley
2021-05-28
stage2: add `zig ar` subcommand
Andrew Kelley
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-20
wasi,cc: fix naming and add stubs for building
Jakub Konka
2021-05-18
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-18
zld: add prelim way of linking dylibs
Jakub Konka
2021-05-15
cmake: remove deleted file
Andrew Kelley
2021-04-15
stage2: fix zir.zig => Zir.zig in CMakeLists.txt
Andrew Kelley
2021-04-13
zld: add x86_64 relocs
Jakub Konka
2021-04-13
zld: preprocess relocs on arm64
Jakub Konka
2021-04-13
zld: redo symbol resolution in objects
Jakub Konka
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-28
stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zig
Isaac Freund
2021-03-21
stage1: add cmake flag for enabling logging
Jakub Konka
2021-03-20
azure: produce macos arm64 binaries
Michael Dusan
2021-03-18
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
[next]