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
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
2022-10-01
Sema: avoid undefined fields in file struct decls
Jacob Young
2022-09-30
stage2: improve error message for missing member in file root struct
Veikka Tuominen
2022-09-27
Sema: implement non-special inline switch prongs
Veikka Tuominen
2022-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-08
Sema: fix UAF in zirClosureGet
Veikka Tuominen
2022-09-07
build-exe: allow combination of -fno-emit-bin and --verbose-air
bfredl
2022-09-02
Sema: remove unused src param from typeRequiresComptime
Veikka Tuominen
2022-08-30
Sema: prevent access of undefined fields
Andrew Kelley
2022-08-30
coff: add missing bits required for minimal PE example
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-24
stage2: fix generic function cleanup
Andrew Kelley
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-08-19
LLVM: add DLL export attribute
Andrew Kelley
2022-08-18
improved ABI alignment/size for >= 128-bit integers
Andrew Kelley
[prev]
[next]