aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-08-27behavior: import unintentionally excluded file from behavior.zigmlugg
2024-08-27behavior,cases: add `@branchHint` test coveragemlugg
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-25Merge pull request #21177 from alexrp/elf-coff-convAndrew Kelley
2024-08-24incremental: fix adding/removing aggregate fieldsmlugg
2024-08-23std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.Alex Rønne Petersen
2024-08-22Merge pull request #21170 from jacobly0/more-dwarf-cleanupJacob Young
2024-08-22Merge pull request #21095 from alexrp/mips64-testsAndrew Kelley
2024-08-22Type: fix inconsistency between `zig fmt` and `@typeName`Jacob Young
2024-08-22test/macho: simplify testing range extension thunksJakub Konka
2024-08-21link/elf: simplify how we test thunksJakub Konka
2024-08-21test/debugger: test emitting relocs by ELF linkerJakub Konka
2024-08-21Sema: register correct dependencies for inline callsmlugg
2024-08-21test: remove accidental hard tabmlugg
2024-08-21test: add incremental compilation test for moving `@src()` callmlugg
2024-08-20Dwarf: fix issues with inline call sitesJacob Young
2024-08-19re-enable emit_asm_and_bin and emit_llvm_no_bin testsRobin Voetter
2024-08-19add standalone test for only dependending on the emitted assembly and not the...Robin Voetter
2024-08-19Merge pull request #21128 from mlugg/incrementalMatthew Lugg
2024-08-18Dwarf: test enumsJacob Young
2024-08-18Dwarf: fix and test unionsJacob Young
2024-08-18test: add incremental casemlugg
2024-08-18test: Add `mips64(el)-linux-(none,musl,gnuabi64)` targets.Alex Rønne Petersen
2024-08-18test: Disable `vector reduce operation` on mips64.Alex Rønne Petersen
2024-08-18test: Disable `@min/max for floats` on mips64.Alex Rønne Petersen
2024-08-17test: add new incremental testmlugg
2024-08-17tools,test: improve incr-check and add new incremental testsmlugg
2024-08-17tools: improve incr-checkmlugg
2024-08-17Dwarf: fix and test error unionsJacob Young
2024-08-17Dwarf: fix and test allowzero pointersJacob Young
2024-08-16Dwarf: fix cross-module inline function line infoJacob Young
2024-08-16Dwarf: rework self-hosted debug info from scratchJacob Young
2024-08-16Merge pull request #21065 from ziglang/elf-zig-gotJakub Konka
2024-08-16add an error for stack allocations in naked functions (#21082)David Rubin
2024-08-15test/elf: enhance testImportingDataDynamicJakub Konka
2024-08-15elf: fix up riscv for `.got.zig` rewriteDavid Rubin
2024-08-14build/test: Add -Dtest-slow-targets and move mips module tests behind it.Alex Rønne Petersen
2024-08-14build/test: Add -Dtest-target-filter for filtering module tests by target tri...Alex Rønne Petersen
2024-08-14test: Re-enable mips(el)-linux-gnueabihf tests.Alex Rønne Petersen
2024-08-13Merge pull request #21053 from alexrp/mips-testsAndrew Kelley
2024-08-13test: Re-enable armv8-linux-gnueabihf tests.Alex Rønne Petersen
2024-08-12test: Re-enable mips(el)-linux(-musl) tests.Alex Rønne Petersen
2024-08-12test: Partially disable `vector float operators` on mips.Alex Rønne Petersen
2024-08-12test: Disable `reinterpret packed union` on mips.Alex Rønne Petersen
2024-08-12std.Target: Rename glsl450 Arch tag to opengl.Alex Rønne Petersen
2024-08-11compiler: split Decl into Nav and Caumlugg
2024-08-08Merge pull request #20997 from xxxbxxx/debuglinkAndrew Kelley
2024-08-08language: add module name field to `@src`Andrew Kelley
2024-08-08std.debug.Dwarf: fix loading external debuginfo in the ".debuglink" case.Xavier Bouchoux