aboutsummaryrefslogtreecommitdiff
path: root/lib/std/start.zig
AgeCommit message (Expand)Author
2023-04-14wasm: no longer use simplified `start.zig`Luuk de Gram
2023-04-13add c_char typeAndrew Kelley
2023-04-12never use C pointers!!Andrew Kelley
2023-04-09spirv: minimal start codeRobin Voetter
2023-04-03start: disable extra start logic on various x86_64 subtargetsJacob Young
2023-04-03Elf: add program headers for the program header tableJacob Young
2023-04-02x86_64: implement large cmpJacob Young
2023-02-17ignore SIGPIPE by defaultJonathan Marler
2023-02-04Add support for mips64/mips64elSuirad
2023-01-05std: collect all options under one namespaceVeikka Tuominen
2023-01-05Don't initialize the static TLS area in single-threaded buildsJens Goldberg
2022-12-17std.builtin: rename Type.Fn's args to paramsr00ster91
2022-12-17std.builtin: rename Type.Fn.Param's arg_type to typer00ster91
2022-12-13update usages of `@call`Veikka Tuominen
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-31cbe: improve support for non-native float typesJacob Young
2022-10-25cbe: update test casesJacob Young
2022-10-25std: add cbe hacks to more targetsJacob Young
2022-10-25cbe: get enough things working to support basic programsJacob Young
2022-09-07coff: re-enable default entrypoint for WindowsJakub Konka
2022-08-30coff: fallback to _start as default entry point for nowJakub Konka
2022-08-30coff: add missing bits required for minimal PE exampleJakub Konka
2022-08-30start: allow for explicitly defined entry point for WinJakub Konka
2022-08-07remove 'builtin.stage2_arch', Sema is smart enough nowMeghan Denny
2022-07-26start code: enable segfault handler for stage2Andrew Kelley
2022-07-11Sema: validate extern typesVeikka Tuominen
2022-07-09Remove outdated TODO comment (#12053)Yusuke Tanaka
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-02std: enable real start code always for LLVM backendAndrew Kelley
2022-04-16start.zig: make sure macos uses full startup codeJakub Konka
2022-04-14stage2: zig fmtKoakuma
2022-04-14stage2: sparcv9: Add exit2 implementationKoakuma
2022-04-14stage2: sparcv9: Register the backend in stdlib & driverKoakuma
2022-03-21Sema: dummy implementation of `@errorReturnTrace`Andrew Kelley
2022-03-11stage2: passing threadlocal tests for x86_64-linuxAndrew Kelley
2022-02-08wasm: update test runnerLuuk de Gram
2022-01-27fix startup procedure for async WinMainvnc5
2022-01-24Avoid duplicate TLS startup symbolsSizhe Zhao
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2021-11-29wasm: Update wasm stage2 test backend to use 'main'Luuk de Gram
2021-11-28wasm: Implement 'zig test'Luuk de Gram
2021-11-27wasm: Add temporary stage2 entrypoint for wasmLuuk de Gram
2021-11-20stage2 RISCV64: implement basic function prologue and epiloguejoachimschmidt557
2021-09-22Remove reference to stage2_osMartin Wickham
2021-09-22Make stage2 start.zig work on WindowsMartin Wickham
2021-09-16stage2: implement `@setAlignStack` and 128-bit cmpxchgAndrew Kelley
2021-09-13stage2: implement Value.copy for structs and unionsAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley