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
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
2021-04-15
stage2 start.zig: slight simplification
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-10
Initialize the ppc stack frame correctly
Benjamin Feng
2021-04-10
_start assembly for ppc
Benjamin Feng
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-18
take advantage of std.os.linux.getauxval
Andrew Kelley
2020-12-18
std: tlcsprng: cleanups & improvements
Andrew Kelley
2020-12-18
memory fences to make sure TLS init happens
Andrew Kelley
2020-12-18
start code: overwrite AT_RANDOM after we use it
Andrew Kelley
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-11-24
make start code more versatile
Andrew Kelley
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-11-16
start.zig: call wWinMain with root's type
Jonathan Marler
2020-11-09
Windows TLS startup symbols are already provided by libcrt when linking again...
Alexandros Naskos
2020-10-27
starting_stack_ptr -> argc_argv_ptr to reflect actual use
Koakuma
2020-10-25
Zero %i6 to terminate backchain
Koakuma
2020-10-24
Fix sparc64 argument loading
Koakuma
2020-10-24
Add sp loading
Koakuma
2020-10-22
Fix Compiler Error When Using wWinMain Entry-Point
DixiE
2020-10-19
std: Minor changes to startup code
LemonBoy
2020-10-17
fix compilation error when building with io_mode evented
Andrew Kelley
2020-10-15
fixups regarding windows wide strings
Andrew Kelley
2020-10-15
Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...
Andrew Kelley
2020-09-18
std: start: use std.log instead of stderr
Andrew Kelley
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
[next]