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-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
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
[next]