aboutsummaryrefslogtreecommitdiff
path: root/test/standalone.zig
AgeCommit message (Expand)Author
2022-11-30add test coverage for zig build CLI and options APIAndrew Kelley
2022-11-28aarch64-windows: skip failing standalone testsJakub Konka
2022-11-18Merge pull request #13411 from dweiller/custom-test-runnerVeikka Tuominen
2022-11-14disable failing test on aarch64-macosAndrew Kelley
2022-11-02test: add test_runner_path testdweiller
2022-10-26make a .rsp file for `zig clang`Hadrien Dorio
2022-10-22build.zig: separate C ABI tests from standalone testsVeikka Tuominen
2022-10-15Module: fix early exit conditions during compilationJacob Young
2022-10-14i386 ABI: Fix some sizes and alignmentsEvan Haas
2022-10-14stage2: fix emitting asm and bin at the same timeJacob Young
2022-10-01llvm: avoid undefined values by ensuring the StackTrace decl is analyzedJacob Young
2022-09-06Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
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-30LLVM: fix extern functions missing attributesAndrew Kelley
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