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-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
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-28
CLI: more careful resolution of paths
Andrew Kelley
2022-11-27
Use a slice for InstMap instead of std.HashMap
Jimmi Holst Christensen
2022-11-23
Sema: implement tuple declarations
Veikka Tuominen
2022-11-23
AstGen: implement tuple declarations
Veikka Tuominen
2022-11-20
Module: fix compile error for non-comptime-known global initializer
Veikka Tuominen
2022-11-20
Module: fix `fieldSrcLoc` for generated types
Veikka Tuominen
2022-11-16
Module: call `ensureDeclAnalyzed` on `builtin.test_functions`
Veikka Tuominen
2022-11-13
Sema: remove `block` and `src` parameters from `getBuiltin`
Veikka Tuominen
2022-11-04
Sema: make `InferredErrorSet` deterministic
Jacob Young
2022-10-30
re-apply "Fix C include files not being in `whole` cache (#11365)"
Andrew Kelley
[next]