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-10-17
stage2: implement `@hasField`
Meghan Denny
2021-10-17
stage2: implement `@embedFile`
Andrew Kelley
2021-10-17
stage2: implement error wrapping
Andrew Kelley
2021-10-16
stage2: fixes to extern variables
Andrew Kelley
2021-10-15
stage2: optional comparison and 0-bit payloads
Andrew Kelley
2021-10-14
stage2: improved union support
Andrew Kelley
2021-10-13
stage2: implement opaque declarations
Andrew Kelley
2021-10-12
stage2: fix comptime stores and sentinel-terminated arrays
Andrew Kelley
2021-10-11
stage2: support nested structs and arrays and sret
Andrew Kelley
2021-10-02
Delete Module.Scope, move Block into Sema
Martin Wickham
2021-10-02
Change *Scope to *Scope.Block, use Sema when required
Martin Wickham
2021-10-02
Revert collateral changes, clarify abortAnonDecl()
Martin Wickham
2021-10-02
Remove my dumb "namespace decl" hack
Martin Wickham
2021-10-02
Resolve struct fields in a separate sema context
Martin Wickham
2021-10-02
Fix abortAnonDecl()
Martin Wickham
2021-10-02
Improve debug names of decls
Martin Wickham
2021-10-02
Fix decl removal from namespace when destroyed
Martin Wickham
2021-10-02
Fix rendering of type names
Martin Wickham
2021-10-02
Fix namespace references for deeply nested structs
Martin Wickham
2021-09-29
stage2: LLVM backend: implement struct type fwd decls
Andrew Kelley
2021-09-27
stage2: implement basic unions
Andrew Kelley
2021-09-25
stage2: implement zirCoerceResultPtr
Andrew Kelley
2021-09-24
Fix error references across inline and comptime functions
Martin Wickham
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-23
stage2: LLVM backend: improved naming and exporting
Andrew Kelley
2021-09-23
Stage2: Implement comptime closures and the This builtin (#9823)
Martin Wickham
2021-09-22
stage2: remove 2 assertions that were too aggressive
Andrew Kelley
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-21
stage2: free Sema's arena after generating machine code
Andrew Kelley
2021-09-21
Merge pull request #9652 from g-w1/p9d
Veikka Tuominen
2021-09-20
stage2: implement cImport
Veikka Tuominen
2021-09-20
Address Spaces: Yeet address space on function prototypes
Robin Voetter
2021-09-20
Address Spaces: basic system to check for validity.
Robin Voetter
2021-09-20
Address Spaces: Implement in LLVM codegen
Robin Voetter
2021-09-20
Address Spaces: Default align, linksection & addrspace for anon decls
Robin Voetter
2021-09-20
Address Spaces: decl_ref, *?T => *T, and *(E!T) -> *T
Robin Voetter
2021-09-20
Address Spaces: Sema basics
Robin Voetter
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-09-18
plan9: emit line debug info in codegen
Jacob G-W
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-16
stage2 Module: fix for 32 bit
Žiga Željko
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-01
rename std.zig.ast to std.zig.Ast; use top-level fields
Andrew Kelley
2021-09-01
stage2: first pass at implementing usingnamespace
Andrew Kelley
2021-08-28
AstGen: pre-scan all decls in a namespace
Andrew Kelley
2021-08-21
stage2: comptime function with the same args is memoized
Andrew Kelley
2021-08-21
stage2: fix wrong value for Decl owns_tv
Andrew Kelley
2021-08-20
stage2: field type expressions support referencing locals
Andrew Kelley
2021-08-12
Merge pull request #9166 from joachimschmidt557/stage2
Andrew Kelley
2021-08-06
stage2: get rid of "unable to monomorphize function" error
Andrew Kelley
[next]