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
/
Module.zig
Age
Commit message (
Expand
)
Author
2020-06-08
stage2: add passing test for compile error in unreferenced cycle
Andrew Kelley
2020-06-08
self-hosted: remove deleted Decls from failed_decls
Andrew Kelley
2020-06-08
stage2: fix not re-loading source file for updates after errors
Andrew Kelley
2020-06-08
stage2: -femit-zir respects decl names and supports cycles
Andrew Kelley
2020-06-02
stage2: fix referencing decls which appear later in the file
Andrew Kelley
2020-05-28
remove debug log statements
Andrew Kelley
2020-05-28
stage2: handle deletions and better dependency resolution
Andrew Kelley
2020-05-28
stage2: first pass at recursive dependency resolution
Andrew Kelley
2020-05-27
self-hosted: introduce a virtual address allocation scheme
Andrew Kelley
2020-05-19
stage2: set up a trampoline table for functions
Andrew Kelley
2020-05-16
fix source not being loaded when printing errors
Andrew Kelley
2020-05-16
self hosted repl: close executables between updates
Andrew Kelley
2020-05-15
stage2 zir tests passing
Andrew Kelley
2020-05-15
move Module to its own file
Andrew Kelley