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
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-05
ability to run tests in evented I/O mode
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
2019-10-25
fix regression in `zig run`
Andrew Kelley
2019-10-22
main.cpp: fix not ending progress node for zig build
Andrew Kelley
2019-10-22
integrate stage1 progress display with semantic analysis
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-17
improve progress reporting
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-10-16
add -I command line parameter, same as clang
Andrew Kelley
2019-10-11
merge dumps tool: merging ast nodes
Andrew Kelley
2019-10-08
src/main: minor grammar fix in the help for `zig builtin`
Christine Dodrill
2019-10-06
generated docs: docs/ instead of doc/
Andrew Kelley
2019-10-04
proof of concept of stage1 doc generation
Andrew Kelley
2019-10-03
add -fdump-analysis to dump type information to json
Andrew Kelley
2019-09-27
avoid duplicated code of specifying the default glibc version
Andrew Kelley
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-23
zig build: linkSystemLibrary integrates with pkg-config
Andrew Kelley
2019-09-21
zig test: don't skip execution when explicit command provided
Andrew Kelley
2019-09-15
Fix typos: "seperate" to "separate"
Jay Weisskopf
2019-09-10
make the std lib support event-based I/O
Andrew Kelley
2019-09-05
add -l as an alias for --library
Andrew Kelley
2019-09-02
add ability to specify darwin framework search dirs
Andrew Kelley
2019-08-15
note that -mllvm is unsupported
Andrew Kelley
2019-07-22
disable segfault handler when panicking
Andrew Kelley
2019-07-15
fix the build on windows
Andrew Kelley
[next]