aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-08-07Merge pull request #20958 from ziglang/fuzzAndrew Kelley
2024-08-07Merge pull request #20894 from alexrp/target-cleanup-4Andrew Kelley
2024-08-07update coff_dwarf standalone test to new APIAndrew Kelley
2024-08-05test: Add generate_c_size_and_align_checks.zig to standalone build testEvan Haas
2024-08-02fix compilation on powerpc GNU systemsAndrew Kelley
2024-08-01build.zig: fix -Dskip-non-nativeAndrew Kelley
2024-08-01std.Target: Rework isPPC()/isPPC64() functions.Alex Rønne Petersen
2024-08-01Merge pull request #20870 from alexrp/target-cleanup-3Andrew Kelley
2024-07-31Merge pull request #20885 from ziglang/simplify-tokenizerAndrew Kelley
2024-07-31Merge pull request #20883 from ehaas/aro-translate-c-no-panicAndrew Kelley
2024-07-31tokenizer: tabs and carriage returns spec conformanceAndrew Kelley
2024-07-31remove hard tabs from source codeAndrew Kelley
2024-07-31std.zig.tokenizer: simplifyAndrew Kelley
2024-07-31riscv: implement non-pow2 indirect loadsDavid Rubin
2024-07-31aro_translate_c: do not translate atomic typesEvan Haas
2024-07-31aro_translate_c: move noreturn test to manifestEvan Haas
2024-07-31aro_translate_c: handle opaque struct defs in prototypesEvan Haas
2024-07-31aro_translate_c: move simple function prototype test to manifestEvan Haas
2024-07-31translate_c: move empty declaration test to test manifestEvan Haas
2024-07-31aro_translate_c: Make function decls publicEvan Haas
2024-07-30elf: simplify output section tracking for symbolsJakub Konka
2024-07-30elf: resolve COMDATs in more parallel-friendly wayJakub Konka
2024-07-30test/link/elf: test COMDAT eliminationJakub Konka
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
2024-07-29aro_translate_c: do not translate _Static_assert declarationsEvan Haas
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-28Merge pull request #20807 from Rexicon226/riscvJakub Konka
2024-07-28Merge pull request #20834 from ziglang/macho-boundary-typo-fixJakub Konka
2024-07-28macho: test section$end$ boundary symbol handlingJakub Konka
2024-07-28translate-c: Use mangled name for local extern in condition/loopLinus Groh
2024-07-26riscv: make multi-threaded enabled compilation the defaultDavid Rubin
2024-07-26riscv: implement `@cmpxchg*` and remove fixesDavid Rubin
2024-07-26riscv: update tests and fix reuse bugDavid Rubin
2024-07-26riscv: airAsm rewriteDavid Rubin
2024-07-26riscv: enable passing testsDavid Rubin
2024-07-26riscv: implement `@floatFromInt`David Rubin
2024-07-26riscv: clean up and unify encoding logicDavid Rubin
2024-07-26riscv: update testsDavid Rubin
2024-07-26riscv: implement sub-byte additionDavid Rubin
2024-07-26riscv: fix logic bug in `ptr_elem_ptr`David Rubin
2024-07-26riscv: remove redundant assert in `genBinOp`David Rubin
2024-07-26riscv: implement `@clz`David Rubin
2024-07-26riscv: implement more operatorsDavid Rubin
2024-07-26riscv: un-cache the `avl` and `vtype` when returning from a function callDavid Rubin
2024-07-25aarch64: reenable tests that are no longer regressedJulian Vesper
2024-07-23Merge pull request #20758 from pavelverigo/stage2-wasm-compiler-rt-test-passAndrew Kelley
2024-07-23Default std.posix.system.ucontext_t is voidPat Tullmann
2024-07-23stage2-wasm: mul_sat 32 bits <=, i64, i128Pavel Verigo
2024-07-22riscv: disable failing testDavid Rubin
2024-07-21Merge pull request #20708 from alexrp/target-cleanup-2Andrew Kelley