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-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
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
start: Fix callconv for the wWinMainCRTStartup symbol.
Alex Rønne Petersen
2024-11-02
start: Fix a calling convention check to use eql().
Alex Rønne Petersen
2024-10-27
spirv: start.zig support for vulkan
Robin Voetter
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-05
std ppc64: add nop to start inline-asm
Michael Dusan
2024-10-02
Merge pull request #21527 from alexrp/elf-emulations
Alex Rønne Petersen
2024-09-28
std.start: dont query stack limit for wanted stack size 0 (#21533)
Michael Ortmann
2024-09-26
std.Target: Return EM_ARC_COMPACT instead of EM_ARC_COMPACT2 for arc.
Alex Rønne Petersen
2024-09-12
start: Rewrite arm code to work for thumb1 too.
Alex Rønne Petersen
2024-08-31
start: Fix arm stack alignment code to work for thumb too.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-15
start: Avoid concatenating strings for inline asm.
Alex Rønne Petersen
2024-08-15
start: fix passing comptime-only value to inline asm
Jacob Young
2024-08-07
Merge pull request #20925 from alexrp/windows-tls
Andrew Kelley
2024-08-07
start: Add sparc32 support.
Alex Rønne Petersen
2024-08-03
std: Move start_windows_tls.zig to os/windows/tls.zig.
Alex Rønne Petersen
2024-08-01
start: Fix an isARM() check to use isArmOrThumb() instead.
Alex Rønne Petersen
2024-08-01
Merge pull request #20797 from alexrp/start-more-arches
Andrew Kelley
2024-08-01
Merge pull request #20857 from alexrp/tls-porting
Andrew Kelley
[next]