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
Age
Commit message (
Expand
)
Author
2023-06-25
x86_64: turn `f80` operation crashes into errors
Jacob Young
2023-06-25
x86_64: fix crash emitting a packed undefined u128
Jacob Young
2023-06-25
x86_64: fix unimplemented type crashes
Jacob Young
2023-06-25
x86_64: fix packed store crash
Jacob Young
2023-06-25
update Ascon.zig to use @min builtin
Maciej 'vesim' KuliĆski
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
2023-06-25
macho: add fixes to __eh_frame parsing emitted by Nix C++ compiler
Jakub Konka
2023-06-25
Merge pull request #16192 from mlugg/builtins-infer-dest-ty-fixes
Andrew Kelley
2023-06-25
std.c: few freebsd's kinfo api fixes.
David CARLIER
2023-06-25
AstGen: add source location to certain const initializers
Jacob Young
2023-06-25
remove mention of stage1 from langref
Evin Yulo
2023-06-25
behavior: add tests for cast builtins coercing to optional and error union
mlugg
2023-06-25
cases: add tests for errors introduced by cast builtin result type inference
mlugg
2023-06-25
compiler: allow cast builtins to coerce result to error union or optional
mlugg
2023-06-25
AstGen: use usize as result type of for loop range operands
mlugg
2023-06-25
langref: neaten up @errSetCast example
mlugg
2023-06-25
std: re-pub new json symbols in json.zig
Josh Wolfe
2023-06-25
wasi-libc: compile emmalloc.c without strict aliasing (#16157)
Frank Denis
2023-06-25
Recognize the .res extension and link it as if it were an object file
Ryan Liptak
2023-06-25
compiler: start moving safety-checks into backends
Andrew Kelley
2023-06-25
liveness: fix merge typo logic error
Andrew Kelley
2023-06-24
Merge pull request #16188 from kcbanner/fix_cbe_airErrUnionPayloadPtrSet
Andrew Kelley
2023-06-24
Merge pull request #16163 from mlugg/feat/builtins-infer-dest-ty
Andrew Kelley
2023-06-24
update zig1.wasm
mlugg
2023-06-24
cbe: codegen int_from_ptr of slice correctly
mlugg
2023-06-24
langref: update to new cast builtin syntax
mlugg
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
translate-c: update to new cast builtin syntax
mlugg
2023-06-24
fmt: add rewrite for cast builtin type parameters
mlugg
2023-06-24
compiler: remove destination type from cast builtins
mlugg
2023-06-24
cmake: fix typo in flag value for single threaded build
Jakub Konka
2023-06-24
Add support for the "--version" linker argument (#16154)
Matteo Briani
2023-06-24
cbe: fix another instance of calling `intValue` with an error type
Jacob Young
2023-06-24
std.c: fix few capcisum api calls, following-up on 6ae19fa.
David CARLIER
2023-06-24
Revert "fix parseInt failing when a correct base is given"
Andrew Kelley
2023-06-24
fix parseInt failing when a correct base is given
Mikko Kaihlavirta
2023-06-24
std.c: fix host_basic_info definition for darwin.
David CARLIER
2023-06-24
std.c: freebsd fix typo for PROC.PROCCTL_MD_MIN constant.
David CARLIER
2023-06-24
update Liveness to detect that safety checks do not modify memory
Xavier Bouchoux
2023-06-24
cbe: fix crash caused by calling `mod.intValue` on `type_inferred_error_set`
kcbanner
2023-06-24
LLVM: move many DeclGen methods to Object
Andrew Kelley
2023-06-23
ErrorBundle: fix integer overflow printing caret
r00ster91
2023-06-23
Merge pull request #16037 from Jan200101/PR/cmakedefine-fix
Andrew Kelley
2023-06-23
spirv: fix a few conflicts caused by intern-pool
Ali Chraghi
2023-06-23
openbsd: fix NativeTargetInfo semver
Michael Dusan
2023-06-24
Removed unnecessary return switch on void method
Zachary Raineri
2023-06-23
sema.addConstant: remove type parameter
Andrew Kelley
2023-06-23
sema: Fix overflow when analyzing an inline switch prong range that ends on ...
kcbanner
2023-06-23
llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64
kcbanner
2023-06-23
std.http: fix the http.Client.wait() hanging when there is 1 more byte left
Ed Yu
[next]