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
/
userland.cpp
Age
Commit message (
Expand
)
Author
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
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
Add cpu/feature specification to cmndline
Layne Gustafson
2020-01-19
Make targets cmd able to list CPUs and features
Layne Gustafson
2019-12-12
remove concept of translate mode
Vexu
2019-10-22
integrate stage1 progress display with semantic analysis
Andrew Kelley
2019-10-17
improve progress reporting
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-07-02
enable segfault stack traces in stage1 compiler
Andrew Kelley
2019-05-27
new .d file parser for C compilation
Michael Dusan
2019-04-26
zig fmt is built directly into stage1 rather than child process
Andrew Kelley
2019-04-25
translate-c: unify API for self-hosted and C++ translate-c
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-17
stage1 assertions always on, and have stack traces
Andrew Kelley
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley