COMMITS
/ lib/std/start.zig October 9, 2021
V
fix startup procedure for async WinMain
vnc5 committed
December 31, 2021
S
Avoid duplicate TLS startup symbols
Sizhe Zhao committed
January 18, 2022
A
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley committed
November 28, 2021
L
wasm: Update wasm stage2 test backend to use 'main'
Luuk de Gram committed
L
wasm: Implement 'zig test'
Luuk de Gram committed
November 22, 2021
L
wasm: Add temporary stage2 entrypoint for wasm
Luuk de Gram committed
November 20, 2021
J
stage2 RISCV64: implement basic function prologue and epilogue
joachimschmidt557 committed
September 22, 2021
M
Remove reference to stage2_os
Martin Wickham committed
September 1, 2021
M
Make stage2 start.zig work on Windows
Martin Wickham committed
September 17, 2021
A
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley committed
September 14, 2021
A
stage2: implement Value.copy for structs and unions
Andrew Kelley committed
August 31, 2021
A
std: fix regressions from this branch
Andrew Kelley committed
August 29, 2021
J
zig fmt: respect trailing commas in inline assembly
jdmichaud committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
July 26, 2021
T
WASI,libc: enable tests.
Takeshi Yoneda committed
July 11, 2021
J
stage2 plan9: add aarch64 support
Jacob G-W committed
June 21, 2021
J
stage2: include enough inline asm support for more plan9 syscalls
Jacob G-W committed
June 12, 2021
J
plan9 linker: produce an object file that can actually work!!!
Jacob G-W committed
July 1, 2021
A
fix start code for WebAssembly
Andrew Kelley committed
T
Add support for WASI reactor in pure Zig-exe. (#9178)
Takeshi Yoneda committed
June 19, 2021
L
std: Fix PIE startup sequence
LemonBoy committed
May 28, 2021
A
start.zig: intentional silent failure when cannot increase stack size
Andrew Kelley committed
May 20, 2021
I
Run `zig fmt` on src/ and lib/std/
Isaac Freund committed
May 16, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 13, 2021
J
start.zig: export main with strong linkage
Jakub Konka committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
A
std: start code on linux when -lc also expands stack size
Andrew Kelley committed
A
std: start code increases stack size as appropriate on linux
Andrew Kelley committed
May 7, 2021
A
Sema: implement `@typeInfo` for functions
Andrew Kelley committed
May 4, 2021
L
std: Initial bringup for Linux on Thumb2
LemonBoy committed
A
Sema: implement ExportOptions support in `@export`
Andrew Kelley committed
May 3, 2021
A
stage2: make struct field analysis lazy
Andrew Kelley committed
April 30, 2021
A
start.zig: unconditionally import the root source file
Andrew Kelley committed
April 13, 2021
A
stage2 start.zig: slight simplification
Andrew Kelley committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley committed
April 10, 2021
B
Initialize the ppc stack frame correctly
Benjamin Feng committed
B
_start assembly for ppc
Benjamin Feng committed
April 9, 2021
A
stage2: blaze the trail for std lib integration
Andrew Kelley committed
January 11, 2021
T
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak committed
November 26, 2020
L
std: Use {s} instead of {} when printing strings
LemonBoy committed
December 18, 2020
A
std.crypto.random: introduce fork safety
Andrew Kelley committed
A
take advantage of std.os.linux.getauxval
Andrew Kelley committed
A
std: tlcsprng: cleanups & improvements
Andrew Kelley committed
A
memory fences to make sure TLS init happens
Andrew Kelley committed
A
start code: overwrite AT_RANDOM after we use it
Andrew Kelley committed
A
std: introduce a thread-local CSPRNG for general use
Andrew Kelley committed
November 25, 2020
A
make start code more versatile
Andrew Kelley committed
November 22, 2020
A
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley committed
November 19, 2020
V
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen committed