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-16
stage2 x86_64: implement integer mul
gracefu
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
2021-04-08
stage2: add support for start.zig
Timon Kruiper
2021-04-08
stage2: fix bug in ZIR gen of global comptime block
Timon Kruiper
2021-04-07
stage2: fix switch validation of handling all enum values
Andrew Kelley
2021-04-07
stage2: fix incremental compilation handling of parse errors
Andrew Kelley
2021-04-07
stage2: fix incremental compilation Decl deletion logic
Andrew Kelley
2021-04-07
Sema: DRY up enum field analysis and add "declared here" notes
Andrew Kelley
2021-04-06
stage2: implement simple enums
Andrew Kelley
2021-04-02
stage2: Sema: implement validate_struct_init_ptr
Andrew Kelley
2021-04-02
stage2: progress towards basic structs
Andrew Kelley
2021-04-01
stage2: implement structs in the frontend
Andrew Kelley
2021-04-01
stage2: implement struct init syntax with ptr result loc
Andrew Kelley
2021-03-31
stage2: finish implementation of LazySrcLoc
Andrew Kelley
2021-03-31
stage2: finish source location reworkings in the branch
Andrew Kelley
2021-03-31
astgen: improved handling of coercion
Andrew Kelley
2021-03-29
Sema: implement switch expressions
Andrew Kelley
2021-03-28
stage2: guidance on how to implement switch expressions
Andrew Kelley
2021-03-28
stage2: fix error sets
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-28
AstGen: pass *GenZir as the first arg, not *Module
Isaac Freund
2021-03-28
AstGen: scope result location related functions
Isaac Freund
2021-03-28
stage2: rename WipZirCode => AstGen, astgen.zig => AstGen.zig
Isaac Freund
2021-03-26
stage2: implement bitwise expr and error literals
Andrew Kelley
2021-03-26
stage2: implement source location: .node_offset_var_decl_ty
Andrew Kelley
2021-03-25
stage2: improve source locations of Decl access
Andrew Kelley
2021-03-25
stage2: implement inline while
Andrew Kelley
2021-03-24
stage2: clean up break / noreturn astgen
Andrew Kelley
2021-03-24
astgen: implement breaking from a block
Timon Kruiper
2021-03-24
stage2: fix memory leak when updating a function
Andrew Kelley
2021-03-24
stage2: further cleanups regarding zir.Inst.Ref
Andrew Kelley
2021-03-24
stage2: make zir.Inst.Ref a non-exhaustive enum
Isaac Freund
2021-03-23
stage2: comment out failing test cases; implement more things
Andrew Kelley
2021-03-23
stage2: fix while loops
Andrew Kelley
2021-03-23
astgen: fixups regarding var decls and rl_ptr
Andrew Kelley
2021-03-23
stage2: implement inttype ZIR
Andrew Kelley
2021-03-23
stage2: fix comptimeExpr and comptime function calls
Andrew Kelley
2021-03-23
stage2: add helper functions to clean up astgen Ref/Index
Andrew Kelley
2021-03-23
stage2: fix two return types to be Ref not Index
Isaac Freund
2021-03-22
stage2: fix `if` expressions
Andrew Kelley
2021-03-22
astgen: improve the ensure_unused_result elision
Andrew Kelley
[next]