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-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
2024-08-01
Merge pull request #20872 from alexrp/riscv-gp
Andrew Kelley
2024-07-31
start: remove riscv condition
David Rubin
2024-07-31
start: Disable the gp initialization code for the self-hosted riscv64 backend.
Alex Rønne Petersen
2024-07-31
start: Initialize gp to __global_pointer$ on riscv.
Alex Rønne Petersen
2024-07-30
start: Copy the mips64 comment about gp to the mips32 code.
Alex Rønne Petersen
2024-07-30
start: Add POSIX csky support.
Alex Rønne Petersen
2024-07-29
Merge pull request #20852 from ziglang/init-array-start-code
Andrew Kelley
2024-07-30
std.os.linux.tls: Refactor and improve documentation.
Alex Rønne Petersen
2024-07-29
Merge pull request #20389 from alexrp/riscv32
Andrew Kelley
2024-07-29
Merge pull request #20822 from alexrp/start-mips-fixes
Andrew Kelley
2024-07-29
disable the new code for self-hosted riscv backend
Andrew Kelley
2024-07-29
start: Always inline the call to std.os.linux.pie.relocate().
Alex Rønne Petersen
2024-07-29
start: Set std.os.linux.elf_aux_maybe after PIE relocations.
Alex Rønne Petersen
2024-07-29
start: Perform the posixCallMainAndExit() call with jalr on mips.
Alex Rønne Petersen
2024-07-29
start: Set up the gp register on mips and mips64.
Alex Rønne Petersen
2024-07-29
start: Implement _start() for riscv32.
Alex Rønne Petersen
2024-07-28
start code: implement __init_array_start, __init_array_end
Andrew Kelley
2024-07-26
riscv: implement `lr/sr` loop logic for non-native atomics
David Rubin
2024-07-26
riscv: airAsm rewrite
David Rubin
2024-07-26
start: Add POSIX arc support.
Alex Rønne Petersen
2024-07-26
start: Add POSIX hexagon support.
Alex Rønne Petersen
2024-07-25
start: Align the stack on sparc64 just in case.
Alex Rønne Petersen
2024-07-25
start: Fix mips stack alignment value (should be 8, not 16).
Alex Rønne Petersen
2024-07-25
start: Simplify mips and mips64 startup code.
Alex Rønne Petersen
2024-07-24
start: Explicitly clear the link register on mips and mips64 just in case.
Alex Rønne Petersen
2024-07-24
start: Properly escape percent signs in the s390x inline asm.
Alex Rønne Petersen
2024-07-24
start: Align the stack on s390x just in case.
Alex Rønne Petersen
2024-07-24
start: Align the stack on powerpc just in case.
Alex Rønne Petersen
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
[next]