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-self-hosted
/
stage1.zig
Age
Commit message (
Expand
)
Author
2019-11-08
update more of the std lib to use `@as`
Andrew Kelley
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-10-29
std lib networking improvements, especially non-blocking I/O
Andrew Kelley
2019-10-22
integrate stage1 progress display with semantic analysis
Andrew Kelley
2019-10-20
breaking: improve std.fs directory handling API
Andrew Kelley
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-10-17
improve progress reporting
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-09-03
changing occurrences of HashMap with []const u8 as keys for StringHashMap
Sahnvour
2019-08-13
avoid the word "coroutine", they're "async functions"
Andrew Kelley
2019-07-05
zig fmt: fix whitespace
Andrew Kelley
2019-07-02
enable segfault stack traces in stage1 compiler
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-30
dep tokenizer: run zig fmt and move exports to canonical location
Andrew Kelley
2019-05-27
new .d file parser for C compilation
Michael Dusan
2019-05-26
clean up references to os
Andrew Kelley
2019-05-14
clean up code now that #769 is implemented
Andrew Kelley
2019-05-08
self-hosted translate-c progress on function decls
Andrew Kelley
2019-04-26
fix missing semicolon
Shritesh Bhattarai
2019-04-26
zig fmt is built directly into stage1 rather than child process
Andrew Kelley
2019-04-26
self-hosted translate-c emits a hello world AST
Andrew Kelley
2019-04-25
translate-c: self-hosted implementation can detect C errors
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
[prev]