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
2025-02-06
x86_64: rewrite most of the remaining float ops
Jacob Young
2025-02-06
x86_64: rewrite vector `@truncate`
Jacob Young
2025-02-06
x86_64: rewrite scalar `@truncate`
Jacob Young
2025-02-06
std.process: adding hasNonEmptyEnvVar() and using for NO_COLOR
John Benediktsson
2025-02-06
incremental: codegen types which are recreated
mlugg
2025-02-06
Sema: add missing `validateRuntimeValue` calls
mlugg
2025-02-06
Merge pull request #19614 from jedisct1/wasi-libc-update
Alex Rønne Petersen
2025-02-05
incremental: fix crash when introducing syntax error
mlugg
2025-02-05
Sema: fix `@typeInfo` of function with generic return type and IES
mlugg
2025-02-05
Sema: fix `@errorCast` with error unions
mlugg
2025-02-05
Sema: disable runtime safety checks in comptime blocks
mlugg
2025-02-05
Sema: fix comparison between error set and comptime-known error union
mlugg
2025-02-05
Sema: add fast path to PTR when all types are the same
mlugg
2025-02-05
Sema: fix PTR of slice of sentinel-terminated array
mlugg
2025-02-05
compiler: provide result type to sentinel expression in slice operation
mlugg
2025-02-05
Sema: fix crash on `@tagName` of undefined enum literal
mlugg
2025-02-05
Sema: fix incorrectly succeeding type resolution
mlugg
2025-02-04
Zcu: fix bug clearing compile errors
mlugg
2025-02-04
compiler: integrate importing ZON with incremental compilation
mlugg
2025-02-04
compiler: integrate ZON with the ZIR caching system
mlugg
2025-02-04
compiler: a few renames
mlugg
2025-02-04
compiler: don't perform semantic analysis if there are files without ZIR
mlugg
2025-02-04
Zcu: remove unused `parse_failure` field from `File.Status`
mlugg
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-02-02
fix: error on non-exhaustive enums with zero width backing type (#21374)
Will Lillis
2025-02-01
Merge pull request #22672 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-01
compiler: do not propagate result type to `try` operand
mlugg
2025-02-01
Sema: skip aliasing check and runtime operation for `@memcpy` of zero-bit type
mlugg
2025-02-01
Sema: fix `@splat` of OPV arrays
mlugg
2025-01-31
x86_64: rewrite vector `@intCast`
Jacob Young
2025-01-31
x86_64: rewrite scalar `@intCast`
Jacob Young
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-31
x86_64: rewrite scalar float conversions
Jacob Young
2025-01-30
compiler: add `intcast_safe` AIR instruction
mlugg
2025-01-30
main: accept and ignore auto-image-base linker options
Alex Rønne Petersen
2025-01-30
main: ensure --whole-archive is passed down to linker for -l arguments
Aman Karmani
2025-01-30
main: better error message if the global cache dir is unusable
achan1989
2025-01-29
x86_64: rewrite comparisons
Jacob Young
2025-01-29
Sema: explain why we tried to call an `extern fn` at comptime
mlugg
2025-01-29
Add libdl shims from wasi-libc
Frank Denis
2025-01-29
Re-add lazy preopen changes
Frank Denis
2025-01-29
Update wasi-libc to d03829489904d38c624f6de9983190f1e5e7c9c5
Frank Denis
2025-01-29
fix(cc): make link and preprocessor logic to be more consistent with
zhylmzr
2025-01-29
Sema: `@memcpy` changes
mlugg
2025-01-27
frontend: use main Compilation code_model when building libxx
Andrew Kelley
2025-01-27
Merge pull request #22610 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-27
main: classify empty environment variables as unset
Carter Snook
2025-01-26
fix: Only suggest try on destructure of error union if payload type can be de...
Will Lillis
[prev]
[next]