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-05-04
Sema: implement error sets
Andrew Kelley
2021-05-04
stage2: fix "other symbol here" error note
Andrew Kelley
2021-05-04
stage2: fix structs and enums setting wrong owner_decl
Andrew Kelley
2021-05-03
Sema: implement ExportOptions support in `@export`
Andrew Kelley
2021-05-03
Sema: implement struct_decl instruction
Andrew Kelley
2021-05-03
stage2: hook up semantic analysis of struct fields
Andrew Kelley
2021-05-02
stage2: make struct field analysis lazy
Andrew Kelley
2021-05-02
AstGen: decouple from Module/Compilation
Andrew Kelley
2021-05-02
stage2: fix error reporting not loading AST
Andrew Kelley
2021-05-02
stage2: test decls encode that they are tests in ZIR
Andrew Kelley
2021-05-01
stage2: dbg_stmt ZIR instructions have line/col
Andrew Kelley
2021-04-30
stage2: implement function body analysis
Andrew Kelley
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
[next]