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-03-11
Sema: fix handling of `@This()` on opaques
mlugg
2025-03-11
Merge pull request #23193 from mlafeldt/fix-macho-detection
Mathias Lafeldt
2025-03-10
x86_64: implement select of register mask
Jacob Young
2025-03-10
x86_64: fix symbol bugs
Jacob Young
2025-03-10
Dwarf: remove comptime parameters from generic origin functions
Jacob Young
2025-03-09
Merge pull request #21933 from kcbanner/comptime_nan_comparison
Andrew Kelley
2025-03-08
Sema: handle generated tag enums in union field order check
Ian Johnson
2025-03-08
Merge pull request #22998 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-03-08
Compilation: Fix `-fno-rtlib-defaultlib` unused argument warning in ReleaseSafe.
Alex Rønne Petersen
2025-03-08
llvm: Replace DataLayoutBuilder with a simple target -> string switch.
Alex Rønne Petersen
2025-03-07
x86_64: reuse single register code during register write splitting
Jacob Young
2025-03-07
x86_64: implement write register splitting
Jacob Young
2025-03-07
x86_64: rewrite aggregate init
Jacob Young
2025-03-08
zig cc: Don't pass -mabi for assembly files when targeting arm.
Alex Rønne Petersen
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-07
std.zig.Ast: add `blockStatements` and `builtinCallParams`
Techatrix
2025-03-07
add a reference to #21690
Techatrix
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-03-04
Fix "dependency path outside project" error for nested local path dependencies
Carl Åstholm
2025-03-04
init: Substitute invalid package names with `foo`
Carl Åstholm
2025-03-03
Merge pull request #22979 from mlugg/remove-legacy-coercions
Matthew Lugg
2025-03-03
incremental: invalidate namespace dependencies when a name changes visibility
mlugg
2025-03-03
Value: fix comparison of NaN in compareHeteroAdvanaced
kcbanner
2025-03-03
compiler: Don't consider powerpc to have red zone support yet.
Alex Rønne Petersen
2025-03-02
link: fixed bugs uncovered by changing the cache mode
Jacob Young
2025-03-02
link: make sure MachO closes the damn files
mlugg
2025-03-02
compiler: default to `.whole` cache mode for self-hosted backends
mlugg
2025-03-02
Merge pull request #22529 from xtexx/x86-64/shl-sat-int
Jacob Young
2025-03-02
x86_64: implement integer saturating left shifting codegen
xtex
2025-03-01
x86_64: rewrite wrapping add/sub
Jacob Young
2025-02-28
Merge pull request #22994 from ziglang/newhash
Andrew Kelley
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-27
Move the compiler's LLVM bitcode builder to std.zig.llvm.
Alex Rønne Petersen
2025-02-26
rename "nonce" to "fingerprint"
Andrew Kelley
2025-02-26
zig init: adjust template lang to allow zig fmt passthrough
Andrew Kelley
2025-02-26
bump package id component to 32 bits
Andrew Kelley
2025-02-26
switch from "id" to "nonce"
Andrew Kelley
2025-02-26
CLI: add unit test and improve sanitizeExampleName
Andrew Kelley
2025-02-26
Package: update unit tests to new API
Andrew Kelley
2025-02-26
zig init: sanitize generated name
Andrew Kelley
2025-02-26
introduce package id and redo hash format again
Andrew Kelley
2025-02-26
Package.Manifest: enforce maximum version string length of 32
Andrew Kelley
2025-02-26
Package.Manifest: enforce name limit of 32
Andrew Kelley
2025-02-26
fix generated hash of by-path dependencies
Andrew Kelley
2025-02-26
require package names to be valid zig identifiers
Andrew Kelley
2025-02-26
Package: new hash format
Andrew Kelley
2025-02-26
reword deprecated error slightly
Andrew Kelley
2025-02-26
don't inherit allowed deprecation from parent modules
Andrew Kelley
2025-02-26
`@deprecated`: optimize sema implementation
Loris Cro
2025-02-26
`@deprecated`: add tests
Loris Cro
[prev]
[next]