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-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
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-20
Merge branch 'master' of https://github.com/ziglang/zig into 5002-fix-entrypo...
Anthony Arian
2020-07-01
Implement std.start for powerpc64le
Shawn Anastasio
2020-06-24
@asyncCall now requires an argument tuple
Alexandros Naskos
2020-06-15
Implement WinMain Callers that Pass Valid Params
Anthony Arian
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
[next]