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
/
start.zig
Age
Commit message (
Expand
)
Author
2025-11-10
std.start: add kvx support
Alex Rønne Petersen
2025-11-08
Let CRT take care of the entry point for wWinMain if libc is linked
Ryan Liptak
2025-11-05
Remove `std.builtin.subsystem`
Carl Åstholm
2025-10-29
Elf2: start implementing dynamic linking
Jacob Young
2025-10-29
std.Io.Threaded: install and cleanup signal handlers
Andrew Kelley
2025-10-29
std: remove awareness of POLL signal
Andrew Kelley
2025-10-29
std: make signal numbers into an enum
Andrew Kelley
2025-10-29
start: fix logic for signal hanlding when SIG.POLL does not exist
Andrew Kelley
2025-10-29
std: back out the StackTrace byval changes
Andrew Kelley
2025-10-29
std.Io.Threaded: implement dirAccess for Windows
Andrew Kelley
2025-10-29
Io: implement sleep and fix cancel bugs
Jacob Young
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-23
std.start: add sh support
Alex Rønne Petersen
2025-10-23
std.start: add microblaze support
Alex Rønne Petersen
2025-10-23
std.start: add alpha support
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-19
Merge pull request #25623 from alexrp/or1k
Alex Rønne Petersen
2025-10-18
fix(std): don't add the default `_start` and `panic` in homebrew targets
GasInfinity
2025-10-18
std.start: align stack pointer according to ARC v3 ABI
Alex Rønne Petersen
2025-10-18
std.start: add or1k support
Alex Rønne Petersen
2025-10-18
std.start: fix _start for mipsn32
Alex Rønne Petersen
2025-10-18
std: make all MIPS inline asm safe for MIPS I
Alex Rønne Petersen
2025-09-30
std.start: also don't print error trace targeting `.other`
mlugg
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-30
std: fixes
mlugg
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-20
wasi-libc: update to c89896107d7b57aef69dcadede47409ee4f702ee
Alex Rønne Petersen
2025-07-30
std: Add serenity to more OS checks
Linus Groh
2025-07-28
aarch64: workaround some optional/union issues
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-16
remove condition codes
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-04
start: Only issue fninit for x86(_64)-windows
Alex Rønne Petersen
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-18
start: Don't artificially limit some posixCallMainAndExit() logic to Linux.
Alex Rønne Petersen
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-04-07
start: Reduce stack alignment for hexagon.
Alex Rønne Petersen
2025-04-07
start: Align the stack on m68k.
Alex Rønne Petersen
2025-04-07
start: fix pc register syntax for m68k
Stefan Weigl-Bosker
2025-04-01
std.start: allow return uefi error union in main (#23425)
Carmen
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-01-19
start: Don't emit CFI directives if unwind tables are disabled.
Alex Rønne Petersen
2024-12-11
start: Extend DWARF unwinding protection to more architectures.
Alex Rønne Petersen
2024-12-11
start: Zero the link and frame pointer registers on all architectures.
Alex Rønne Petersen
2024-11-03
Merge pull request #21843 from alexrp/callconv-followup
Alex Rønne Petersen
[next]