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-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
2023-04-03
start: disable extra start logic on various x86_64 subtargets
Jacob Young
2023-04-03
Elf: add program headers for the program header table
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-02-17
ignore SIGPIPE by default
Jonathan Marler
2023-02-04
Add support for mips64/mips64el
Suirad
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2023-01-05
Don't initialize the static TLS area in single-threaded builds
Jens Goldberg
2022-12-17
std.builtin: rename Type.Fn's args to params
r00ster91
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-31
cbe: improve support for non-native float types
Jacob Young
2022-10-25
cbe: update test cases
Jacob Young
2022-10-25
std: add cbe hacks to more targets
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-09-07
coff: re-enable default entrypoint for Windows
Jakub Konka
2022-08-30
coff: fallback to _start as default entry point for now
Jakub Konka
2022-08-30
coff: add missing bits required for minimal PE example
Jakub Konka
2022-08-30
start: allow for explicitly defined entry point for Win
Jakub Konka
2022-08-07
remove 'builtin.stage2_arch', Sema is smart enough now
Meghan Denny
2022-07-26
start code: enable segfault handler for stage2
Andrew Kelley
2022-07-11
Sema: validate extern types
Veikka Tuominen
2022-07-09
Remove outdated TODO comment (#12053)
Yusuke Tanaka
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-02
std: enable real start code always for LLVM backend
Andrew Kelley
2022-04-16
start.zig: make sure macos uses full startup code
Jakub Konka
2022-04-14
stage2: zig fmt
Koakuma
2022-04-14
stage2: sparcv9: Add exit2 implementation
Koakuma
[next]