aboutsummaryrefslogtreecommitdiff
path: root/test/standalone.zig
AgeCommit message (Expand)Author
2022-09-04stage2 llvm: implement aarch64 C ABIVeikka Tuominen
2022-09-02Sema: do not emit dbg_inline_end after NoReturnVeikka Tuominen
2022-09-01Sema: add more validation to coerceVarArgParamVeikka Tuominen
2022-08-26translate-c: Don't add self-defined macros to global name tableEvan Haas
2022-08-11disable failing standalone test: issue_11595Andrew Kelley
2022-08-10stage2 llvm: implement more C ABIVeikka Tuominen
2022-07-27Sema: resolve pointee type in zirReifyVeikka Tuominen
2022-07-26C ABI tests no longer apply to only stage1Andrew Kelley
2022-07-25Merge pull request #12188 from Luukdegram/llvm-wasm-c-abiLuuk de Gram
2022-07-25wasm: Enable C-ABI tests for self-hosted compilerLuuk de Gram
2022-07-24CI stage3 test coverage for test-standaloneAndrew Kelley
2022-07-21update standalone test cases for stage2Andrew Kelley
2022-07-06disable more standalone testsAndrew Kelley
2022-07-06disable failing standalone test - tools/gen_spirv_spec.zigAndrew Kelley
2022-06-20test: introduce link(er) tests - builds on standalone testsJakub Konka
2022-06-06tools: fix update-linux-headers.zig and process_headers.zigBratishkaErik
2022-05-09stdlib: escape backslashes and double quotes in Builder response fileEvan Haas
2022-02-17Revert "reduce build error noise"Andrew Kelley
2022-02-17reduce build error noiseJonathan Marler
2021-12-15update glibc start files to 2.34Andrew Kelley
2021-12-15add standalone tests for the new linker bug fixesJakub Konka
2021-12-14test: remove testing for tools/update_glibc.zigAndrew Kelley
2021-11-22add support for compiling Objective-C++ code (#10096)Stephen Gutekanst
2021-11-15pre-merge cleanupsAndrew Kelley
2021-11-15test: add a standalone test for mixing c, zig, threadlocal and build modes.xavier
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-21macho: fix incorrect segment/section growth calculationJakub Konka
2021-09-15Added implementation for _fseeki64 and _ftelli64 from mingw-w64 9.0.0 (#9402)...Michal Ziulek
2021-09-07Merge pull request #9636 from ehaas/hexfilesAndrew Kelley
2021-09-06add standalone test for issue #9693Jacob G-W
2021-09-01stdlib: Add test for generating HEX files.Evan Haas
2021-08-10macho: fix linking of dylibs and frameworksJakub Konka
2021-08-02Add -Denable-macos-sdk explicit flag to build.zigJakub Konka
2021-08-01add standalone Objective-C enabled on macOS onlyJakub Konka
2021-06-19std: Fix PIE startup sequenceLemonBoy
2021-06-13tools: Unbreak many toolsLemonBoy
2021-06-10Add standalone test for common symbolsJakub Konka
2021-05-25add a standalone for zig as a c/c++ compilerxavier
2021-05-25standalone tests may now test cross targets and build modes.xavier
2021-05-23stage2: introduce clangAssemblerSupportsMcpuArgAndrew Kelley
2021-05-22zld: permit system static libsJakub Konka
2021-05-18zld: parse dylibs as positionalsJakub Konka
2021-04-13Add standalone test for interdep C archivesJakub Konka
2021-03-18zld: temporarily disable testing shared lib linkingJakub Konka
2020-12-11fix deadlock with build-exe on an object for windowsAndrew Kelley
2020-12-04Add minimal standalone test caseJakub Konka
2020-07-24Revert "Support taking extern pointers at comptime"Andrew Kelley
2020-07-24Support taking extern pointers at comptimeyvt
2020-05-16Enable the test `standalone/global_linkage`yvt
2020-02-28update std lib to new Target APIAndrew Kelley