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
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
2022-04-14
stage2: sparcv9: Register the backend in stdlib & driver
Koakuma
2022-03-21
Sema: dummy implementation of `@errorReturnTrace`
Andrew Kelley
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-02-08
wasm: update test runner
Luuk de Gram
2022-01-27
fix startup procedure for async WinMain
vnc5
2022-01-24
Avoid duplicate TLS startup symbols
Sizhe Zhao
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-11-29
wasm: Update wasm stage2 test backend to use 'main'
Luuk de Gram
2021-11-28
wasm: Implement 'zig test'
Luuk de Gram
2021-11-27
wasm: Add temporary stage2 entrypoint for wasm
Luuk de Gram
2021-11-20
stage2 RISCV64: implement basic function prologue and epilogue
joachimschmidt557
2021-09-22
Remove reference to stage2_os
Martin Wickham
2021-09-22
Make stage2 start.zig work on Windows
Martin Wickham
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-13
stage2: implement Value.copy for structs and unions
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-07-11
stage2 plan9: add aarch64 support
Jacob G-W
2021-07-08
stage2: include enough inline asm support for more plan9 syscalls
Jacob G-W
2021-07-08
plan9 linker: produce an object file that can actually work!!!
Jacob G-W
2021-06-30
fix start code for WebAssembly
Andrew Kelley
2021-06-30
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda
2021-06-19
std: Fix PIE startup sequence
LemonBoy
2021-05-28
start.zig: intentional silent failure when cannot increase stack size
Andrew Kelley
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-13
start.zig: export main with strong linkage
Jakub Konka
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-07
std: start code on linux when -lc also expands stack size
Andrew Kelley
2021-05-07
std: start code increases stack size as appropriate on linux
Andrew Kelley
2021-05-06
Sema: implement `@typeInfo` for functions
Andrew Kelley
2021-05-04
std: Initial bringup for Linux on Thumb2
LemonBoy
2021-05-03
Sema: implement ExportOptions support in `@export`
Andrew Kelley
2021-05-02
stage2: make struct field analysis lazy
Andrew Kelley
2021-04-30
start.zig: unconditionally import the root source file
Andrew Kelley
[next]