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
2023-04-20
Liveness: add a liveness verification pass
Jacob Young
2023-04-20
Module: mark function body dependencies, don't re-analyze anonymous decls
mlugg
2023-04-03
link: cleanup lazy symbols
Jacob Young
2023-03-26
Module: fix lazy srcloc resolution for new for loop syntax
Veikka Tuominen
2023-03-21
Improve error messages for break type coercion
John Schmidt
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
Module: handle incremental update from ZIR with AST errors
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-03-11
Module: retry ZIR cache file creation
Andrius Bentkus
2023-03-08
Module: rewrite zir caching logic
Jacob Young
2023-03-05
stage2: add zig_backend to ZIR cache namespace
Andrew Kelley
2023-02-21
Improve multi-module error messages
mlugg
2023-02-21
Implement new module CLI
mlugg
2023-02-18
improve error message for byref capture of byval array
Andrew Kelley
2023-02-18
Sema: improve error message for mismatched for loop lengths
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-05
make `@embedFile` support module-mapped names the same way as `@import`
Andrew Kelley
2023-02-03
link: remove `FnData` and make it self-owned
Luuk de Gram
2023-02-03
introduce ZON: Zig Object Notation
Andrew Kelley
2023-02-01
link: remove union types which are now internal to backends
Jakub Konka
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2023-02-01
link: make SpirV atoms fully owned by the linker
Jakub Konka
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: make Plan9 atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2023-01-27
self-hosted: remove allocateDeclIndexes from the public link.File API
Jakub Konka
2023-01-27
wasm: migrate to new non-allocateDeclIndexes API
Luuk de Gram
2023-01-26
coff: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
elf: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
macho: completely remove allocateDeclIndexes in favor of linker tracking
Jakub Konka
2023-01-22
AstGen: detect and error on files included in multiple packages
mlugg
2023-01-22
Package: store package name directly
mlugg
2023-01-16
Sema: automatically optimize order of struct fields
Veikka Tuominen
2023-01-11
Sema: fix typeInfo decls with usingnamespace
Veikka Tuominen
2023-01-09
std: add helper functions to std.zig.Ast for extracting data out of nodes
Techatrix
2023-01-05
Sema: handle enum expressions referencing local variables
Veikka Tuominen
2023-01-05
Sema: remove generic function from `monomorphed_funcs` on any error
Veikka Tuominen
2023-01-05
Sema: add system for checking backend feature support
Veikka Tuominen
2023-01-03
Sema: do not immediately destroy failed generic instantiation
Veikka Tuominen
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-12-14
stage2: remove `pub` from a private function
Andrew Kelley
2022-12-14
std.fs.Dir.statFile rework
Andrew Kelley
2022-12-14
std.fs.Dir.statFile: use fstatat
Philippe Pittoli
2022-12-14
Sema: display cimport errors from clang
Veikka Tuominen
2022-12-11
Add a helpful note when using `**` on number types. (#13871)
IntegratedQuantum
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-02
Sema: add error for failed assumption about struct having runtime bits
Veikka Tuominen
[next]