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
/
Module.zig
Age
Commit message (
Expand
)
Author
2021-07-20
stage2: separate work queue item for functions than decls
Andrew Kelley
2021-07-20
Sema: reimplement runtime switch
Andrew Kelley
2021-07-20
stage2: codegen.zig updated to new AIR memory layout
Andrew Kelley
2021-07-20
stage2: first pass at printing AIR/Liveness to text
Andrew Kelley
2021-07-20
Sema: AIR memory layout reworking for noreturn instructions
Andrew Kelley
2021-07-20
Sema: remove br_block_flat AIR instruction
Andrew Kelley
2021-07-20
Sema: more AIR memory layout reworking progress
Andrew Kelley
2021-07-20
Sema: add a strategy for handling costly source locations
Andrew Kelley
2021-07-20
Sema: first pass reworking for AIR memory layout
Andrew Kelley
2021-07-20
stage2: compile error fixes for AIR memory layout branch
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: first pass over Module.zig for AIR memory layout
Andrew Kelley
2021-07-20
stage2: update Liveness, SPIR-V for new AIR memory layout
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-08
plan9 linker: make runnable binaries
Jacob G-W
2021-07-08
initial plan9 boilerplate
jacob gw
2021-07-07
stage2: basic inferred error set support
Andrew Kelley
2021-07-07
stage2: implement `@panic` and beginnigs of inferred error sets
Andrew Kelley
2021-07-03
stage2: add the zig version to AstGen cache hash
Andrew Kelley
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
tokenizer: clean up invalid token error
Andrew Kelley
2021-07-02
stage2: improve compile errors from tokenizer
Andrew Kelley
2021-07-02
stage2: print valid filename in error messages
J.C. Moyer
2021-06-27
Revert "Include package root dir in stage2 error messages"
Andrew Kelley
2021-06-27
Include package root dir in stage2 error messages
J.C. Moyer
2021-06-25
stage2: implement @setRuntimeSafety
Jacob G-W
2021-06-23
stage2: slightly improve error reporting for missing imports
Andrew Kelley
2021-06-21
stage2: remove unused parameter from importPkg
Andrew Kelley
2021-06-21
stage2: wire up AstGen to the progress bar
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-07
stage2: implement comptime variables
Veikka Tuominen
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-25
Re-enable building the self-hosted compiler for 32-bit targets
joachimschmidt557
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-18
stage2: fix deletion of Decls that get re-referenced
Andrew Kelley
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-17
stage2: fix crash in switch compile error
Andrew Kelley
2021-05-17
Sema: use a hash map for ZIR->AIR mapping
Andrew Kelley
2021-05-17
stage2: get rid of NameHash
Andrew Kelley
2021-05-17
stage2: get rid of DeclRef
Andrew Kelley
2021-05-17
stage2: get rid of failed_root_src_file
Andrew Kelley
2021-05-17
stage2: avoid calling freeDecl when hasCodeGenBits == false
Andrew Kelley
2021-05-15
stage2: omit Decl compile errors from failed AstGen files
Andrew Kelley
2021-05-14
stage2: compile log stores node offset
Andrew Kelley
2021-05-14
stage2: improve Decl dependency management
Andrew Kelley
2021-05-12
stage2: fix source location of Decl compile errors
Andrew Kelley
2021-05-12
stage2: fix handling of "prev successful ZIR"
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
stage2: more Decl lifetime fixes
Andrew Kelley
[next]