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-04-30
stage2: introduce new ZIR instruction: arg
Andrew Kelley
2021-04-30
Sema: implement function declarations
Andrew Kelley
2021-04-30
stage2: un-tangle memory management of Decl and Namespace
Andrew Kelley
2021-04-29
stage2: fix File incorrectly freeing its Namespace
Andrew Kelley
2021-04-29
stage2: properly free Decl name
Andrew Kelley
2021-04-29
AstGen: represent global variables directly
Andrew Kelley
2021-04-29
AstGen: implement extern variables
Andrew Kelley
2021-04-29
AstGen: implement function prototypes with alignment exprs
Andrew Kelley
2021-04-29
AstGen: implement anytype struct fields
Andrew Kelley
2021-04-29
AstGen: implement comptime struct fields
Andrew Kelley
2021-04-28
stage2: fix scanDecls not advancing the field bits
Andrew Kelley
2021-04-28
stage2: implement semantic analysis for functions and global vars
Andrew Kelley
2021-04-28
stage2: prepare for mainining Decl references to ZIR indexes
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-28
Sema: do not analyze test decls when not in test mode
Andrew Kelley
2021-04-26
stage2: rewire the frontend driver to whole-file-zir
Andrew Kelley
2021-04-26
AstGen: improved handling of declarations
Andrew Kelley
2021-04-25
stage2: pre-open ZIR cache dir handles
Andrew Kelley
2021-04-25
stage2: implement caching for ZIR code
Andrew Kelley
2021-04-23
AstGen: emit nosuspend function calls
Andrew Kelley
2021-04-23
stage2: implement `anyframe`, `anyframe->T` and fix assembly
Andrew Kelley
2021-04-22
AstGen: implement integers bigger than u64
Andrew Kelley
2021-04-22
stage2: write out builtin.zig before spawning AstGen tasks
Andrew Kelley
2021-04-21
AstGen: implement alignment on locals
Andrew Kelley
2021-04-20
AstGen: implement defer for `break`
Andrew Kelley
2021-04-20
AstGen: basic defer implementation
Andrew Kelley
2021-04-19
AstGen: implement array initialization expressions
Andrew Kelley
2021-04-19
AstGen: implement functions with inferred error sets
Andrew Kelley
2021-04-18
AstGen: implement all the builtin functions
Andrew Kelley
2021-04-16
stage2: make `@import` relative to the current file
Andrew Kelley
2021-04-16
stage2: use import list from ZIR to queue up more AstGen tasks
Andrew Kelley
2021-04-16
stage2: AstGen improvements
Andrew Kelley
2021-04-15
AstGen: implement global variable decls
Andrew Kelley
2021-04-15
stage2: preliminary reworking for whole-file-AstGen
Andrew Kelley
2021-04-15
stage2: rename zir to Zir
Andrew Kelley
2021-04-15
stage2: move zir.Code to become root level fields of zir.zig
Andrew Kelley
2021-04-15
stage2: implement comptime division
Andrew Kelley
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-04-15
stage2: remove redundant source hash
Andrew Kelley
2021-04-15
stage2: entry point via std lib and proper updated file detection
Andrew Kelley
2021-04-09
stage2: fix case where public variables did not work
jacob gw
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-09
stage2: add error for private decls accessed from other files
jacob gw
2021-04-08
stage2: fix the memory leaks
Andrew Kelley
2021-04-08
stage2: simplify Decl src_node field
Andrew Kelley
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-04-08
Refactor link/wasm.zig to use offset table
Luuk de Gram
2021-04-08
Calculate data length to ensure correct pointer offsets
Luuk de Gram
2021-04-08
stage2: revert to only has_decl and export ZIR support
Andrew Kelley
2021-04-08
stage2: fix bug where invalid ZIR was generated
Timon Kruiper
[next]