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-03-28
stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zig
Isaac Freund
2021-03-18
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-18
zld: use zld when linking aarch64 by default and cross-comp
Jakub Konka
2021-03-16
stage2: rename zir_sema.zig to Sema.zig
Andrew Kelley
2021-03-13
cmake build: allow overriding whether to use llvm-config
Andrew Kelley
2021-03-01
Bring back ZIG_SKIP_INSTALL_LIB_FILES
daurnimator
2021-02-24
MultiArrayList: use @memcpy as a workaround
Andrew Kelley
2021-02-23
translate-c: fix using wrong slice and AST tag
Andrew Kelley
2021-02-19
Merge pull request #7479 from ziglang/translate-c-ast
Veikka Tuominen
2021-02-16
std: remove io.AutoIndentingStream
Isaac Freund
2021-02-16
translate-c: begin implementing ast.render
Veikka Tuominen
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-11
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-11
std: add LimitedReader: reader that returns EOF early
daurnimator
2021-01-08
io: `FindByteOutStream` to `FindByteWriter`
Jay Petacat
2021-01-06
std.SpinLock: flatten and remove init/deinit
Andrew Kelley
2021-01-06
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-05
minor fixups from moving identifiers and files around
Andrew Kelley
2021-01-04
ci: omit stage2 backend from stage1 on Windows
Andrew Kelley
2021-01-01
Restore the reverted semantic versioning commits
Andrew Kelley
2020-12-31
Revert "Comply with semantic versioning pre-release format"
Andrew Kelley
2020-12-31
Revert "stage2: SemVer compliance for development builds"
Andrew Kelley
2020-12-31
Revert "Remove 'g' prefix from commit hash in Zig semver"
Andrew Kelley
2020-12-30
Remove 'g' prefix from commit hash in Zig semver
Jay Petacat
2020-12-29
stage2: SemVer compliance for development builds
Jay Petacat
2020-12-29
Comply with semantic versioning pre-release format
Jay Petacat
2020-12-28
stage2: add initial impl of LLVM backend in self-hosted compiler
Timon Kruiper
2020-12-28
stage2: rename llvm.zig to llvm_bindings.zig
Timon Kruiper
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-23
kprotty ThreadPool and WaitGroup patch
Andrew Kelley
2020-12-23
Added std.io.counting_reader
tgschultz
2020-12-20
add an option to compile zig in single-threaded mode
Andrew Kelley
2020-12-20
std.Progress: make the API thread-safe
Andrew Kelley
2020-12-13
bump version to 0.7.0 => 0.7.1
Andrew Kelley
2020-12-07
restore the option to build with cmake
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-11-23
fix for GCC 9.2: -Wno-maybe-uninitialized
Jonathan Marler
2020-11-23
Update the minimum cmake version we require
Frank Denis
2020-11-19
std: add std.atomic.Bool
daurnimator
2020-11-16
cmake: add the correct set of zig stage2 sources
Andrew Kelley
2020-11-16
CMake: try to avoid compilation for `install` target
johnLate
2020-11-08
Release 0.7.0
0.7.0
Andrew Kelley
2020-10-26
ci: still build zig even though we are using (older) zig cc
Andrew Kelley
2020-10-14
ci: macos: update to new cache tarball
Andrew Kelley
2020-10-12
cmake: remove all the LLVM 10 workarounds
Andrew Kelley
2020-10-07
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-05
Fix cross-compiling the zig compiler
Timon Kruiper
2020-10-04
Allow specifying build version using cmake
Jan200101
[next]