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
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-07
Fix compile when using EFI target (Fixes #6275)
Peter Spiess-Knafl
2020-09-04
update rest of tests
Vexu
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-27
ensure main return type is not i8
Asherah Connor
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-01
Implement std.start for powerpc64le
Shawn Anastasio
2020-06-24
@asyncCall now requires an argument tuple
Alexandros Naskos
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-03-28
std: Minor changes to TLS handling
LemonBoy
2020-03-25
Revert "Merge pull request #4807 from LemonBoy/tls-touchups"
Andrew Kelley
2020-03-25
std: Minor changes to TLS handling
LemonBoy
2020-03-20
"generate .h files" feature is no longer supported in stage1
Andrew Kelley
2020-03-12
std/os/uefi: status reform
Nick Erdmann
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-22
update std lib to integrate with libc for environ
Andrew Kelley
2020-02-07
Add wWinMain and wWinMainCRTStartup to fix #4376
Jared Miller
2020-01-19
Small cleanups
LemonBoy
2020-01-09
Merge pull request #3955 from LemonBoy/fix-1528
Andrew Kelley
2020-01-09
New @export() handling
LemonBoy
2020-01-08
Pointer arithmetic affects the alignment factor
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley