aboutsummaryrefslogtreecommitdiff
path: root/lib/std/start.zig
AgeCommit message (Expand)Author
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-01Implement std.start for powerpc64leShawn Anastasio
2020-06-24@asyncCall now requires an argument tupleAlexandros Naskos
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-12un-special-case startup code in the std libAndrew Kelley