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-01-01
frontend: fix populateTestFunctions accessing the wrong module
Andrew Kelley
2024-01-01
restore -fno-emit-bin -femit-llvm-ir functionality
Andrew Kelley
2024-01-01
frontend: skip astgen for builtin.zig
Andrew Kelley
2024-01-01
Zcu: mark outdated decl handling as unreachable from only_c builds
Andrew Kelley
2024-01-01
resolve error tracing logic at module creation time
Andrew Kelley
2024-01-01
frontend: fix handling of special builtin module
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
libcxx: update to new Compilation API
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
Compilation: redo whole vs incremental logic in create and update
Andrew Kelley
2024-01-01
update bin_file.options references in Module (Zcu)
Andrew Kelley
2024-01-01
compiler: update references to target
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
Compilation: cleanup hashmap usage
Jacob Young
2023-12-03
Air: use typesafe `Air.Inst.Index`
Jacob Young
2023-11-30
Sema: improve error location for array cat/mul
Veikka Tuominen
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
Merge pull request #18109 from nektro/std-compiler
Andrew Kelley
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-24
frontend: move BuiltinFn to std.zig namespace
Meghan Denny
2023-11-21
Sema: fix bad error location on field init with field access
Veikka Tuominen
2023-11-12
rework memory management of Module.Namespace hash maps
Andrew Kelley
2023-11-10
Sema: detect unneeded source locations earlier
Jacob Young
2023-11-10
Module: fix use of `undefined` during decl cleanup
Jacob Young
2023-11-05
src: fix memory leaks
Jacob Young
2023-11-03
frontend: rip out Decl dependencies
Andrew Kelley
2023-10-31
sema: Add union alignment resolution
kcbanner
2023-10-28
make Zir.Inst.Index typed
Andrew Kelley
2023-10-28
frontend: make Decl.zir_decl_index typed
Andrew Kelley
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-23
frontend: slightly simplify memory management
Andrew Kelley
2023-10-23
frontend: rework `@embedFile` for incremental compilation
Andrew Kelley
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
make distinct error limit configurable
Veikka Tuominen
2023-10-20
Revert "make distinct error limit configurable"
Andrew Kelley
2023-10-16
make distinct error limit configurable
Veikka Tuominen
2023-10-08
finish hooking up new dependency tree logic
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-03
compiler: start handling anonymous decls differently
Andrew Kelley
2023-10-02
sema: support reinterpreting extern/packed unions at comptime via field access
kcbanner
2023-09-26
Merge pull request #17215 from kcbanner/read_from_memory_union
Veikka Tuominen
2023-09-25
translate-c: convert clang errors messages into `std.zig.ErrorBundle`
Techatrix
2023-09-24
revert "compiler: packed structs cache bit offsets"
Andrew Kelley
2023-09-23
compiler: packed structs cache bit offsets
Andrew Kelley
2023-09-23
sema: rework the comptime representation of comptime unions
kcbanner
[next]