aboutsummaryrefslogtreecommitdiff
path: root/lib/std/start.zig
AgeCommit message (Expand)Author
2021-07-11stage2 plan9: add aarch64 supportJacob G-W
2021-07-08stage2: include enough inline asm support for more plan9 syscallsJacob G-W
2021-07-08plan9 linker: produce an object file that can actually work!!!Jacob G-W
2021-06-30fix start code for WebAssemblyAndrew Kelley
2021-06-30Add support for WASI reactor in pure Zig-exe. (#9178)Takeshi Yoneda
2021-06-19std: Fix PIE startup sequenceLemonBoy
2021-05-28start.zig: intentional silent failure when cannot increase stack sizeAndrew Kelley
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-13start.zig: export main with strong linkageJakub Konka
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-07std: start code on linux when -lc also expands stack sizeAndrew Kelley
2021-05-07std: start code increases stack size as appropriate on linuxAndrew Kelley
2021-05-06Sema: implement `@typeInfo` for functionsAndrew Kelley
2021-05-04std: Initial bringup for Linux on Thumb2LemonBoy
2021-05-03Sema: implement ExportOptions support in `@export`Andrew Kelley
2021-05-02stage2: make struct field analysis lazyAndrew Kelley
2021-04-30start.zig: unconditionally import the root source fileAndrew Kelley
2021-04-15stage2 start.zig: slight simplificationAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-04-10Initialize the ppc stack frame correctlyBenjamin Feng
2021-04-10_start assembly for ppcBenjamin Feng
2021-04-08stage2: blaze the trail for std lib integrationAndrew Kelley
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-18std.crypto.random: introduce fork safetyAndrew Kelley
2020-12-18take advantage of std.os.linux.getauxvalAndrew Kelley
2020-12-18std: tlcsprng: cleanups & improvementsAndrew Kelley
2020-12-18memory fences to make sure TLS init happensAndrew Kelley
2020-12-18start code: overwrite AT_RANDOM after we use itAndrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-11-24make start code more versatileAndrew Kelley
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-11-19Merge pull request #6829 from tadeokondrak/error-unsupported-callconvVeikka Tuominen
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-16start.zig: call wWinMain with root's typeJonathan Marler
2020-11-09Windows TLS startup symbols are already provided by libcrt when linking again...Alexandros Naskos
2020-10-27starting_stack_ptr -> argc_argv_ptr to reflect actual useKoakuma
2020-10-25Zero %i6 to terminate backchainKoakuma
2020-10-24Fix sparc64 argument loadingKoakuma
2020-10-24Add sp loadingKoakuma
2020-10-22Fix Compiler Error When Using wWinMain Entry-PointDixiE
2020-10-19std: Minor changes to startup codeLemonBoy
2020-10-17fix compilation error when building with io_mode eventedAndrew Kelley
2020-10-15fixups regarding windows wide stringsAndrew Kelley
2020-10-15Merge branch '5002-fix-entrypoint-with-winmain' of https://github.com/Anthony...Andrew Kelley
2020-09-18std: start: use std.log instead of stderrAndrew Kelley
2020-09-10Merge pull request #5527 from shawnanastasio/ppc64leAndrew Kelley