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
/
main.zig
Age
Commit message (
Expand
)
Author
2018-04-10
add missing call in zig fmt to commit results to disk
Andrew Kelley
2018-03-28
skeleton stage 2 support for 'zig build'
Ben Noordhuis
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-10
std zig tokenizer: don't require 3 newlines at the end of the source
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-09
self hosted compiler: move tokenization and parsing to std lib
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2018-01-03
add building the self hosted compiler to the main test suite
Andrew Kelley
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-23
port most of main.cpp to self hosted compiler
Andrew Kelley
2017-12-11
self-hosted: link with LLVM
Andrew Kelley
2017-12-11
self-hosted: test all out of memory conditions
Andrew Kelley
2017-12-11
refactor debug.global_allocator into mem.FixedBufferAllocator
Andrew Kelley
2017-12-11
self-hosted: refactor into multiple files
Andrew Kelley
2017-12-11
self-hosted: workaround for issue #537
Andrew Kelley
2017-12-11
self-hosted: parsing and rendering blocks
Andrew Kelley
2017-12-10
self-hosted: clean up parser
Andrew Kelley
2017-12-10
self-hosted: parse variable declarations with types
Andrew Kelley
2017-12-10
self-hosted: parse var decls
Andrew Kelley
2017-12-10
add self-hosted parsing and rendering to main tests
Andrew Kelley
2017-12-10
rendering source code without recursion
Andrew Kelley
2017-12-09
parsing an extern fn declaration
Andrew Kelley
2017-12-09
partial parameter decl parsing
Andrew Kelley
2017-12-08
tokenizing libc hello world
Andrew Kelley
2017-12-08
parse a simple variable declaration
Andrew Kelley
2017-12-06
awkward void union field syntax no longer needed
Andrew Kelley
2017-12-06
upgrade to new args api
Andrew Kelley
2017-12-05
parser skeleton
Andrew Kelley
2017-12-04
tokenizing hello world
Andrew Kelley
2017-12-04
tokenizing basic operators
Andrew Kelley
2017-12-04
tokenizing string literals
Andrew Kelley
2017-12-04
simple tokenization
Andrew Kelley
2017-12-04
read a file
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-11-06
add @memberType and @memberName builtin functions
Andrew Kelley
2017-11-03
more compile-time type reflection
Andrew Kelley
2017-10-27
Merge branch 'master' into self-hosted
Andrew Kelley
2017-10-24
wip self hosted code
Andrew Kelley
2017-10-21
self hosted zig: print usage
Andrew Kelley