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
2022-01-02
stage2: add `@import` and `@embedFile` to CacheHash
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-12-28
Sema: more union fixes
Andrew Kelley
2021-12-28
Sema: implement calling a fn ptr via a union field
Andrew Kelley
2021-12-27
stage2: fix 0-bit function parameters
Andrew Kelley
2021-12-23
stage2: initial implementation of packed structs
Andrew Kelley
2021-12-21
stage2: inferred error set coercion
Robin Voetter
2021-12-21
stage2: allow multiple inferred error sets per Fn
Robin Voetter
2021-12-21
stage2: move inferred error set state into func
Robin Voetter
2021-12-21
stage2: replace ErrorSet and ErrorSetMerged arrays with hash maps
Robin Voetter
2021-12-06
stage2: improve handling of the generated file builtin.zig
Andrew Kelley
2021-12-06
stage2: fix double-free when error reading cached ZIR
Andrew Kelley
2021-12-05
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"
Andrew Kelley
2021-12-04
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-01
allocgate: use correct allocator in `populateTestFunctions`
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-24
stage2: fix unwrap function call with optional pointer return value
Andrew Kelley
2021-11-24
stage2: fix cleanup code for `@import` errors
Andrew Kelley
2021-11-24
stage2: add cleanup logic for EmbedFile
Andrew Kelley
2021-11-21
stage2: fix the build for 32-bit architectures
Andrew Kelley
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-11-01
Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes sense
Ryan Liptak
2021-10-28
C backend: fix enough that zig test works
Andrew Kelley
2021-10-27
stage2: fix small memory leak of test_functions when using `zig test`
Andrew Kelley
2021-10-26
stage2: implement runtime pointer access to global constants
Andrew Kelley
2021-10-22
stage2: slice and alignment fixes
Andrew Kelley
2021-10-22
stage2: fix Decl addrspace being undefined
Andrew Kelley
2021-10-22
stage2: change `@bitCast` to always be by-value
Andrew Kelley
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
[prev]
[next]