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
Age
Commit message (
Expand
)
Author
2018-08-02
WIP: Channel.getOrNull
Andrew Kelley
2018-07-30
self-hosted: use std.event.fs.readFile
Andrew Kelley
2018-07-24
fix race conditions in self-hosted compiler; add test
Andrew Kelley
2018-07-24
self-hosted: function calling another function
Andrew Kelley
2018-07-24
self-hosted: function types use table lookup
Andrew Kelley
2018-07-24
self-hosted: find all libc paths; windows linker code
Andrew Kelley
2018-07-23
self-hosted: basic linker code for macos
Andrew Kelley
2018-07-23
Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world
Andrew Kelley
2018-07-23
self-hosted: fix error messages not cleaning up correctly
Andrew Kelley
2018-07-23
self-hosted: add first compare-output test
Andrew Kelley
2018-07-22
self-hosted can compile libc hello world
Andrew Kelley
2018-07-20
self-hosted: share C++ code for finding libc on windows
Andrew Kelley
2018-07-20
self-hosted: implicit cast comptime ints to other ints
Andrew Kelley
2018-07-20
self-hosted: convert some stuff to async/await
Andrew Kelley
2018-07-19
relative path to cwd in compile errors
Andrew Kelley
2018-07-19
self-hosted: refactor ParsedFile out of existence
Andrew Kelley
2018-07-19
self-hosted: progress on IR for supporting libc hello world
Andrew Kelley
2018-07-18
self-hosted: compile errors for return in wrong place
Andrew Kelley
2018-07-18
self-hosted: linking against libc
Andrew Kelley
2018-07-18
self-hosted: find libc on linux
Andrew Kelley
2018-07-18
fix build on windows
Andrew Kelley
2018-07-18
implement proper utf16leToUtf8
Josh Wolfe
2018-07-17
self-hosted: linking
Andrew Kelley
2018-07-17
port 69e3b4e to self-hosted compiler
Andrew Kelley
2018-07-17
self-hosted: implement getAppDataDir for windows
Andrew Kelley
2018-07-16
self-hosted: create tmp dir for .o files and emit .o file for fn
Andrew Kelley
2018-07-15
self-hosted: generate LLVM IR for simple function
Andrew Kelley
2018-07-14
rename Module to Compilation
Andrew Kelley
2018-07-14
self-hosted: adding a fn to an llvm module
Andrew Kelley
2018-07-14
Add --stdin option to zig fmt
Marc Tiehuis
2018-07-13
self-hosted: basic IR pass2
Andrew Kelley
2018-07-12
self-hosted: better IR for empty fn
Andrew Kelley
2018-07-12
self-hosted: generate zig IR for simple function
Andrew Kelley
2018-07-11
add std.event.Future
Andrew Kelley
2018-07-11
self-hosted: add compile error test for missing fn name
Andrew Kelley
2018-07-10
self-hosted test: use C allocator since we depend on libc
Andrew Kelley
2018-07-10
self-hosted: first passing test
Andrew Kelley
2018-07-10
introduce std.event.Group for making parallel async calls
Andrew Kelley
2018-07-09
Merge pull request #1198 from ziglang/m-n-threading
Andrew Kelley
2018-07-09
define c macros before importing llvm h files
Andrew Kelley
2018-07-07
M:N threading
Andrew Kelley
2018-07-02
fix stage2 macos build
Andrew Kelley
2018-07-02
add another BuildError code
Andrew Kelley
2018-07-02
add event loop Channel abstraction
Andrew Kelley
2018-06-22
clean up self hosted main. delete unsupported commands
Andrew Kelley
2018-06-20
remove std.mem.Allocator.construct and other fixups
Andrew Kelley
2018-06-21
std: update stdlib to match updated allocator create signature; ref #733
kristopher tate
2018-06-18
zig fmt: support directories
Andrew Kelley
2018-06-14
std.os.path.dirname: return null instead of empty slice
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
[next]