aboutsummaryrefslogtreecommitdiff
path: root/lib/std/start.zig
AgeCommit message (Expand)Author
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
2020-09-07Fix compile when using EFI target (Fixes #6275)Peter Spiess-Knafl
2020-09-04update rest of testsVexu
2020-09-03update uses of deprecated type field accessVexu
2020-08-27ensure main return type is not i8Asherah Connor
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-20Merge branch 'master' of https://github.com/ziglang/zig into 5002-fix-entrypo...Anthony Arian
2020-07-01Implement std.start for powerpc64leShawn Anastasio
2020-06-24@asyncCall now requires an argument tupleAlexandros Naskos
2020-06-15Implement WinMain Callers that Pass Valid ParamsAnthony Arian
2020-05-05zig fmtTadeo Kondrak
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-03-28std: Minor changes to TLS handlingLemonBoy
2020-03-25Revert "Merge pull request #4807 from LemonBoy/tls-touchups"Andrew Kelley
2020-03-25std: Minor changes to TLS handlingLemonBoy
2020-03-20"generate .h files" feature is no longer supported in stage1Andrew Kelley
2020-03-12std/os/uefi: status reformNick Erdmann
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-22update std lib to integrate with libc for environAndrew Kelley
2020-02-07Add wWinMain and wWinMainCRTStartup to fix #4376Jared Miller
2020-01-19Small cleanupsLemonBoy
2020-01-09Merge pull request #3955 from LemonBoy/fix-1528Andrew Kelley
2020-01-09New @export() handlingLemonBoy
2020-01-08Pointer arithmetic affects the alignment factorLemonBoy
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-21Initial support for static PIE executablesLemonBoy