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
2024-07-24
start: Align the stack on aarch64 just in case.
Alex Rønne Petersen
2024-07-24
start: Simplify the sparc64 inline asm a bit.
Alex Rønne Petersen
2024-07-24
start: Add a comment explaining the sparc64 stack bias.
Alex Rønne Petersen
2024-07-24
start: Add a comment explaining our paranoid stance on ABI guarantees.
Alex Rønne Petersen
2024-07-24
start: Handle loongarch32 together with loongarch64.
Alex Rønne Petersen
2024-07-23
Merge pull request #20706 from alexrp/sigaction-nosys
Andrew Kelley
2024-07-23
Merge pull request #20725 from ziglang/fuzz
Andrew Kelley
2024-07-22
update start code to use `@disableInstrumentation`
Andrew Kelley
2024-07-22
start: Add POSIX s390x startup code.
Alex Rønne Petersen
2024-07-22
start: Add POSIX loongarch64 startup code.
Alex Rønne Petersen
2024-07-22
start: Add POSIX m68k startup code.
Alex Rønne Petersen
2024-07-22
start: Pass _start() into its own inline asm as an operand.
Alex Rønne Petersen
2024-07-22
start: Add clrrdi to align the stack pointer on powerpc64.
Alex Rønne Petersen
2024-07-22
start: Fix _start() to initialize the ToC for powerpc64.
Alex Rønne Petersen
2024-07-21
start: Avoid going through the argc_argv_ptr global variable.
Alex Rønne Petersen
2024-07-21
std.posix: Consider invalid signal numbers to sigaction() to be programmer er...
Alex Rønne Petersen
2024-07-17
Merge pull request #20474 from Rexicon226/riscv
Jakub Konka
2024-07-15
start: refactor callMain return type checking
gooncreeper
2024-07-14
riscv: vectors part 3
David Rubin
2024-06-16
Revert "start: workaround for LLVM 17 regression"
Alex Rønne Petersen
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
riscv: add enough components to get a test runner working
David Rubin
2024-05-11
riscv: update `start.zig` and restore ra from the proper stack offset
David Rubin
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-01
std.start: remove event loop integration
Veikka Tuominen
2024-01-08
stage2 AArch64: get empty file compiling again
joachimschmidt557
2023-11-05
Merge pull request #17815 from Luukdegram/wasm-no-entry
Andrew Kelley
2023-11-03
start.zig: Replace kernel32 usage with ntdll
Ryan Liptak
2023-11-03
wasm-linker: implement `-fno-entry` flag
Luuk de Gram
2023-11-02
start: Make wWinMain nCmdShow setting match Windows better
Ryan Liptak
2023-10-28
delete std.os.windows.user32
Andrew Kelley
2023-10-12
lib: Fix asm code in _start for SPARC
Koakuma
2023-09-19
start: workaround for LLVM 17 regression
Jacob Young
2023-08-02
Plan 9: add more features to std.os.plan9
Jacob G-W
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-28
std.start | Remove unused import
Zachary Raineri
2023-07-27
linux: do not set stack size hard limit
Michael Dusan
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
plan9: flesh out stdlib enough to allow not using simplified start logic
Jacob G-W
2023-05-01
x86_64: enable normal start/test_runner logic on more targets
Jacob Young
2023-04-14
wasm: no longer use simplified `start.zig`
Luuk de Gram
2023-04-13
add c_char type
Andrew Kelley
2023-04-12
never use C pointers!!
Andrew Kelley
2023-04-09
spirv: minimal start code
Robin Voetter
[prev]
[next]