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-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
2022-10-27
remove test case triggering generic deletion bug
Veikka Tuominen
2022-10-27
Module: mitigate generic deletion bug
Veikka Tuominen
2022-10-21
Change how `Block` propagates (error return) trace index
Cody Tapscott
2022-10-21
stage2: Keep error return traces alive when storing to `const`
Cody Tapscott
2022-10-21
Merge pull request #13219 from Vexu/stage2-fixes
Veikka Tuominen
2022-10-20
stage2: improve source location of assignment
Veikka Tuominen
2022-10-19
Sema: remove unresolved inferred allocs
Veikka Tuominen
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-18
Sema: implement linksection on functions
jacobly0
2022-10-15
Module: fix early exit conditions during compilation
Jacob Young
2022-10-15
sanitize qualified name for nvptx backend
Guillaume Wenzek
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-10-12
Merge pull request #13081 from r00ster91/docs
Andrew Kelley
2022-10-05
fix(text): hyphenate "runtime" adjectives
r00ster91
2022-10-05
fix(text): hyphenate "comptime" adjectives
r00ster91
2022-10-05
Merge pull request #13071 from ziglang/resolve-cache-files
Andrew Kelley
2022-10-05
Fix all std lib tests being run for any file within the std package
Ryan Liptak
2022-10-05
stage2: resolve file before putting them into cache
Andrew Kelley
2022-10-03
Merge pull request #12979 from Vexu/inline-switch
Andrew Kelley
[prev]
[next]