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
Age
Commit message (
Expand
)
Author
2022-08-03
AstGen: add error for break/continue out of defer expression
Veikka Tuominen
2022-08-03
Sema: add error for closure capture at runtime
Veikka Tuominen
2022-08-02
autodoc: fix off-by-1 error in analysis of pointer types
Loris Cro
2022-08-02
autodoc: fix autodoc analysis for `@typeInfo`
Loris Cro
2022-08-02
Sema: add safety for sentinel slice
Veikka Tuominen
2022-08-02
Sema: fix reify Fn alignment and args
Veikka Tuominen
2022-08-01
Sema: validate packed struct field types
Veikka Tuominen
2022-08-01
stage2: better source location for var decls
Veikka Tuominen
2022-08-01
Sema: validate bitcast operand type
Veikka Tuominen
2022-08-01
Removed anytype_args field from Fn
antlilja
2022-08-01
Removed param_names from Fn inside Module.zig
antlilja
2022-07-31
wasm: fix typo in CodeGen.zig
Ikko Ashimine
2022-07-31
stage2 LLVM: Pass inline assembly outputs directly when not targeting memory
Cody Tapscott
2022-07-31
Merge pull request #12289 from Vexu/stage2
Andrew Kelley
2022-07-30
stage2: Fix AIR printing
Cody Tapscott
2022-07-30
translate-c: use correct number of initializers for vectors
Evan Haas
2022-07-30
Sema: check comptime slice sentinel
Veikka Tuominen
2022-07-29
Merge pull request #12085 from topolarity/dyn-link-libcpp
Andrew Kelley
2022-07-30
Sema: implement coercion from tuples to tuples
Veikka Tuominen
2022-07-30
Sema: implement `@Type` for functions
Veikka Tuominen
2022-07-30
stage2: fix hashing of struct values
Veikka Tuominen
2022-07-29
stage1: remove deadcode ast_print
Wei Fu
2022-07-29
Sema: fix runtime safety for integer overflow with vectors
Andrew Kelley
2022-07-29
ELF: Scan for dylibs-as-objects when adding rpaths
Cody Tapscott
2022-07-29
Sema: enhance div_trunc, div_exact, div_floor
Andrew Kelley
2022-07-29
Sema: enhance `div` instruction analysis
Andrew Kelley
2022-07-29
stage2: handle tuple init edge cases
Veikka Tuominen
2022-07-29
stage2: add error for comptime control flow in runtime block
Veikka Tuominen
2022-07-28
Add check to verify libc++ is shared by LLVM/Clang
Cody Tapscott
2022-07-28
CLI: add error for duplicate package
Veikka Tuominen
2022-07-28
stage2: ensure 'std', 'builtin', and 'root' is always available to `@import`
Meghan
2022-07-28
stage2 ARM: more support for switch statements
joachimschmidt557
2022-07-28
autodoc: no whitespace in json output for release builds
Loris Cro
2022-07-27
LLVM: fix returning extern union with C callconv
Andrew Kelley
2022-07-27
AstGen: fix ref instruction injection for functions
Andrew Kelley
2022-07-27
LLVM: fix lowering byte-aligned packed struct field pointers
Andrew Kelley
2022-07-27
Merge pull request #12256 from Vexu/stage2
Andrew Kelley
2022-07-27
Merge pull request #12252 from ziglang/stage3-test-cases
Andrew Kelley
2022-07-27
move zig.h to become an installation file
Andrew Kelley
2022-07-27
Sema: copy fn param ty in `zirTypeInfo`
Veikka Tuominen
2022-07-27
Module: fix inverted condition
LordMZTE
2022-07-27
Module: use path.isSep
LordMZTE
2022-07-27
Module: fix error message importing file starting with root path
LordMZTE
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-27
Sema: resolve pointee type in zirReify
Veikka Tuominen
2022-07-27
AstGen: add `dbg_stmt`s for `unreachable` and `@panic`
Veikka Tuominen
2022-07-27
translate-c: take address of functions before passing them to @ptrToInt
Evan Haas
2022-07-27
test-cases harness: annotate an optional type
Andrew Kelley
2022-07-26
test-cases harness: refresh just before update()
Andrew Kelley
2022-07-26
test-cases harness: improve stage2 compatibility
Andrew Kelley
[prev]
[next]