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-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
2024-03-02
Merge pull request #19117 from mlugg/dbg-var-blocks
Matthew Lugg
2024-03-01
compiler: audit debug mode checks
Jacob Young
2024-02-29
Sema: simplify and clarify analyzeBodyInner and wrapper functions
mlugg
2024-02-26
compiler: JIT zig fmt
Andrew Kelley
2024-02-26
move AstGen to std.zig.AstGen
Andrew Kelley
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-22
Module: fix `@embedFile` of files containing zero bytes
Jacob Young
2024-02-16
Sema: correct source location for return value coercion errors
mlugg
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-06
Merge pull request #18814 from mlugg/incremental-dependencies
Matthew Lugg
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-04
compiler: lock incremental dependency tracking behind --debug-incremental
mlugg
2024-02-04
Zcu: refactor Decl.analysis field
mlugg
2024-02-04
Zcu: incremental compilation improvements
mlugg
2024-02-04
Zcu: more dependency tracking logic
mlugg
2024-02-04
Zir: store extra source hashes required for incremental
mlugg
2024-02-04
compiler: re-introduce dependencies for incremental compilation
mlugg
2024-02-02
InternPool: use separate key for slices
mlugg
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-02-01
Module: remove dependency handling of test function array
Veikka Tuominen
2024-01-23
InternPool: introduce TrackedInst
mlugg
2024-01-23
Zir: represent declarations via an instruction
mlugg
2024-01-22
Sema: implement comptime error return traces
Veikka Tuominen
2024-01-08
add type safety to ZIR for null terminated strings
Ali Chraghi
2024-01-04
Use `std.fs.path.relative` for `@import` and `@embedFile` sub paths
Ryan Liptak
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
[next]