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-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
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
[next]