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
/
lib
/
std
Age
Commit message (
Expand
)
Author
2024-08-21
compiler: fix losing ZIR instructions in main_struct_inst fields
mlugg
2024-08-21
std: update eval branch quotas after bdbc485
mlugg
2024-08-21
AstGen: incorporate extra information into source hashes
mlugg
2024-08-21
compiler: handle eval branch quota in memoized calls
mlugg
2024-08-19
Fix handling of empty XDG environment variables
Ian Johnson
2024-08-19
Merge pull request #21115 from Snektron/build-system-asm
Andrew Kelley
2024-08-19
std: add native cpu detection for apple m3 (#21116)
Meghan Denny
2024-08-19
Added Constants Related To Ioctl (sockios.h)
Mohanavel S K
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-17
std.BoundedArray: add clear()
mlugg
2024-08-17
std.zig.Zir: fix declaration traversal
mlugg
2024-08-17
Dwarf: fix and test allowzero pointers
Jacob Young
2024-08-16
std: disable failing debug info test for self-hosted
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-15
Merge pull request #21073 from alexrp/test-changes
Andrew Kelley
2024-08-15
Merge pull request #21020 from alexrp/target-fixes
Andrew Kelley
2024-08-15
Merge pull request #21056 from alexrp/start-fix-precedence
Andrew Kelley
2024-08-15
std.tar: add writer (#19603)
Igor Anić
2024-08-15
std.time.epoch: Fix comments referring to epoch as 1970-10-01
Linus Groh
2024-08-15
loongarch: fix asm to set thread pointer (#21086)
YANG Xudong
2024-08-15
start: Avoid concatenating strings for inline asm.
Alex Rønne Petersen
2024-08-15
std.Target: Return the correct value for 32-bit sparc v9 in toElfMachine().
Alex Rønne Petersen
2024-08-15
std.Target: Return the correct value for elfiamcu in toElfMachine().
Alex Rønne Petersen
2024-08-15
std.Target: Pull toCoffMachine()/toElfMachine() up from Arch to Target.
Alex Rønne Petersen
2024-08-15
std.coff: Capitalize MachineType.{Unknown,Thumb} for consistency.
Alex Rønne Petersen
2024-08-15
std.coff: Remove MachineType.fromTargetCpuArch().
Alex Rønne Petersen
2024-08-15
std.Target: Don't match PowerPC in Arch.toCoffMachine().
Alex Rønne Petersen
2024-08-15
std.Target: Don't match big endian architectures in Arch.toCoffMachine().
Alex Rønne Petersen
2024-08-15
std.Target: Clean up Arch.toCoffMachine().
Alex Rønne Petersen
2024-08-15
std.Target: Fix Arch.toElfMachine() for mips.
Alex Rønne Petersen
2024-08-15
std.Target: Fix Arch.toElfMachine() for arc.
Alex Rønne Petersen
2024-08-15
std.Target: Clean up Arch.toElfMachine().
Alex Rønne Petersen
2024-08-15
std.Target: Change requiresLibC() to return true for aix.
Alex Rønne Petersen
2024-08-15
std.Target: Fix isGnuLibC() to handle hurd too.
Alex Rønne Petersen
2024-08-15
std.Target: Make some functions handle driverkit alongside other Apple OSs.
Alex Rønne Petersen
2024-08-15
start: fix passing comptime-only value to inline asm
Jacob Young
2024-08-15
std.mem.writeVarPackedInt: handle write_size == 0 (#19745)
clickingbuttons
2024-08-14
std.os.linux: add mseal syscall
reokodoku
2024-08-14
Watch.zig: fixes for windows implementation
Jarrod Meyer
2024-08-14
Merge pull request #21031 from linusg/std-target-naming
Andrew Kelley
2024-08-14
langref: clarify functionality of the round builtin (#19503)
T
2024-08-14
Merge pull request #21075 from ziglang/fuzz
Andrew Kelley
2024-08-13
std.debug: Support sparc32 in StackIterator.init().
Alex Rønne Petersen
2024-08-13
std.Thread: Merge riscv32/riscv64 assembly in freeAndExit().
Alex Rønne Petersen
2024-08-13
std.Build.Fuzz.WebServer: sort pcs before source location lookup
Andrew Kelley
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: assert sorted
Andrew Kelley
2024-08-13
std.debug.Dwarf: better source location information
Andrew Kelley
2024-08-13
avoid a branch in resolveAddressesDwarf
Andrew Kelley
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: fix broken logic
Andrew Kelley
[next]