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
Group-Canceled
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
groupAwait
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
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-03-13
Fix compilation with `--no-emit-bin`
Noam Preil
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
fix `zig targets` not reporting native info
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
stage1: make get_native_target go through self-hosted
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-21
fix regression in detecting native glibc version
Andrew Kelley
2020-02-19
stage1 main: fix cli parsing of architecture
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-19
make the CLI support depending on system headers and libraries
Andrew Kelley
2020-02-18
improvements which allow zig to emit multiple things at once
Andrew Kelley
2020-02-18
Disable binary generation when deprecated `--emit` is used
Noam Preil
2020-02-18
Improve support for generating LLVM IR/asm files
Noam Preil
2020-02-16
stage1: don't copy unchanged output files
Andrew Kelley
2020-02-16
rename libuserland to libstage2
Andrew Kelley
2020-02-16
remove libc dependency of zig0 building libstage2
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-14
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-05
ability to run tests in evented I/O mode
Andrew Kelley
2020-02-04
fix undef clang library symbols when linking self-hosted
Andrew Kelley
2020-01-29
Add support for code model selection
Valentin Anger
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-23
stage1: make sure to create native_libc.txt dir
Michael Dusan
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-21
hit a comptime limitation with computing dense sets
Andrew Kelley
2020-01-21
properly forward baseline target cpu features to llvm
Andrew Kelley
2020-01-21
make zig targets show native cpu name and features
Andrew Kelley
2020-01-21
fixups to arch data, support any number of cpu features
Andrew Kelley
2020-01-20
stage1 is building. `zig targets` now self-hosted
Andrew Kelley
2020-01-19
figure out zig0/stage1 and scanning for native CPU
Andrew Kelley
2020-01-19
progress towards merging
Andrew Kelley
2020-01-19
Add defaut feature support
Layne Gustafson
2020-01-19
Add builtin.zig support
Layne Gustafson
2020-01-19
Add TargetDetails abstraction
Layne Gustafson
2020-01-19
Rename subfeatures -> dependencies
Layne Gustafson
2020-01-19
Add cpu/feature specification to cmndline
Layne Gustafson
2020-01-19
Fix spacing in main.cpp
Layne Gustafson
2020-01-19
Make targets cmd able to list CPUs and features
Layne Gustafson
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2020-01-07
add --eh-frame-hdr conditionally
David Cao
2020-01-03
translate-c supports --cache on
Andrew Kelley
2020-01-03
add test harness for "run translated C" tests
Andrew Kelley
2019-12-29
use self hosted translate-c for cimports
Vexu
2019-12-16
expose the ability to disable C sanitization
Andrew Kelley
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
[prev]
[next]