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
juice
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
std.Io.Threaded-groups-2
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
/
lib
Age
Commit message (
Expand
)
Author
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-14
mingw: Add upstream RtlSecureZeroMemory implementation.
Alex Rønne Petersen
2025-01-12
std.atomic: fix cache line size for RISC-V
Ben Grant
2025-01-11
compiler: improve "... contains reference to comptime var" errors
mlugg
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-07
`-fwine`: allow 32-bit .exe's be run on backward-compatible 64-bit arches
Des-Nerger
2025-01-07
Target: update the extra features before resolving the dynamic linker
David Rubin
2025-01-06
std: Disable some tests affected by #22060 for thumbeb too.
Alex Rønne Petersen
2025-01-06
std.zig.system: Handle thumb/thumbeb for QEMU in getExternalExecutor().
Alex Rønne Petersen
2025-01-06
std.zig.system: Reject x32 for QEMU in getExternalExecutor().
Alex Rønne Petersen
2025-01-06
Remove strict verifyContext invocation from hash_map implementation. (#22370)
cdeler
2025-01-05
std: fix undefined value in Target.Query
mlugg
2025-01-05
Merge pull request #22403 from mlugg/incremental
Matthew Lugg
2025-01-04
Improve `first()` documentation for split iterators
axel escalada
2025-01-04
incremental: correctly return `error.AnalysisFail` when type structure changes
mlugg
2025-01-03
Zir: split up start and end of range in `for_len`
mlugg
2025-01-02
compiler_rt: fix incorrect __clzsi2_thumb1 lookup table usage
GalaxyShard
2025-01-01
fix: windows libc lib paths for x86-windows-msvc
Tangtang Zhou
2025-01-01
Zir: fix instruction tracking when function signatures are given
mlugg
2024-12-31
AstGen: better `block_comptime` elision
mlugg
2024-12-31
AstGen: add missing comptimeExpr calls
mlugg
2024-12-31
compiler: ensure local `const`s in comptime scope are comptime-known
mlugg
2024-12-31
compiler: ensure result of `block_comptime` is comptime-known
mlugg
2024-12-31
linux: make ptid and ctid in clone() optional
Misaki Kasumi
2024-12-29
fix slice of slice with sentinel on the lhs slice
Techatrix
2024-12-29
fix slice of slice with sentinel but no end index
Techatrix
2024-12-29
simplify AstGen handling of slicing syntax
Techatrix
2024-12-28
AstGen: lower function addrspace expression correctly
mlugg
2024-12-27
std.math.tanh: fix special cases comment
saccharin
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-23
Merge pull request #22280 from jacobly0/stage2-pp
Andrew Kelley
2024-12-23
Add branch hint to unlikely branch of `rem_pio2_large`
Liam Swayne
2024-12-23
Merge pull request #22225 from alexrp/libc-linux-os-version
Alex Rønne Petersen
2024-12-22
fix: allow std.linux.getgroups to accept null
Meili C
2024-12-21
doc: mention zig can't use URLs if their content changes
Jonathan Marler
2024-12-19
Dwarf: remove redundant debug info
Jacob Young
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-18
Add branchHint to `std.math.pow`
Liam Swayne
2024-12-18
Merge pull request #22260 from jacobly0/dwarf-cleanup
Andrew Kelley
2024-12-17
Zir: store declaration column number so Dwarf doesn't need to load the AST
mlugg
2024-12-18
init template: expand slightly, migrate from deprecated std.Build APIs
mlugg
2024-12-18
std.Build: add API to create Compile steps from existing module
mlugg
2024-12-18
std.Build: simplify module dependency handling
mlugg
2024-12-18
std.Build.Step.TranslateC: propagate target, optimize, link_libc to added module
Eric Joldasov
2024-12-18
std.Build.Step.Compile.Options: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build.Step.Compile: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build: remove deprecated APIs
Eric Joldasov
2024-12-17
Merge pull request #22252 from jacobly0/dwarf-deduped-structs
Andrew Kelley
2024-12-17
Merge pull request #22251 from alexrp/remove-cuda
Andrew Kelley
2024-12-17
std.Target: Incorporate the Abi tag in VersionRange.default().
Alex Rønne Petersen
[next]