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
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-18
Zir: provide absolute node for `reify`
mlugg
2024-06-15
Sema: eliminate Block.src_decl
mlugg
2024-06-15
Zcu: rework source locations
mlugg
2024-06-15
compiler: move LazySrcLoc out of std
mlugg
2024-06-15
Zir: use absolute nodes for declarations and type declarations
mlugg
2024-05-27
frontend: fix use of undefined progress node
Andrew Kelley
2024-05-27
Progress: fix compile errors on windows
Jacob Young
2024-05-27
Module: fix and improve progress reporting
mlugg
2024-05-27
compiler: show decl name in progress node
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-05-08
LLVM 18 std lib updates and fixes
Andrew Kelley
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-22
x86_64: fix C abi for unions
Jacob Young
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-26
Zcu: remove some unused functions
mlugg
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-26
Zcu: use `Value` instead of `TypedValue` when initializing legacy anon decls
mlugg
2024-03-26
Zcu.Decl: replace `typedValue` with `valueOrFail`
mlugg
2024-03-26
compiler: minor cleanups
mlugg
2024-03-26
Zcu: eliminate `Decl.alive` field
mlugg
2024-03-26
compiler: eliminate legacy Value representation
mlugg
2024-03-26
Sema: introduce separate `MutableValue` representation for comptime-mutable m...
mlugg
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
Merge pull request #19333 from Vexu/fixes
Andrew Kelley
2024-03-17
Sema: fix printing of inferred error set of generic fn
Veikka Tuominen
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-14
Zcu: preserve ordering of `usingnamespace` decls
mlugg
2024-03-14
Zcu: perform orphan checks against uncoerced function
mlugg
2024-03-14
compiler: add `func_ies` incremental dependencies
mlugg
2024-03-14
compiler: progress towards incremental
mlugg
2024-03-14
Zcu: handle updates to file root struct
mlugg
2024-03-14
Zcu: handle incremental updates (more) correctly when scanning namespaces
mlugg
2024-03-14
Zcu: convert Decl.zir_inst_index to a TrackedInst.Index.Optional
mlugg
2024-03-14
Zcu: remove old decls after scanning namespace
mlugg
2024-03-14
Zcu: rename implicitly-named decls to avoid overriding by explicit decls
mlugg
2024-03-14
compiler: detect duplicate test names in AstGen
mlugg
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-06
compiler: namespace type equivalence based on AST node + captures
mlugg
2024-03-06
compiler: represent captures directly in InternPool
mlugg
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-03-06
compiler: change representation of closures
mlugg
[next]