aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2025-02-25correct some bugsDavid Rubin
2025-02-23cases: remove old incremental case systemmlugg
2025-02-20test: Disable packet timeout for debugger tests.Alex Rønne Petersen
2025-02-15test: fix windows CIJacob Young
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-25Merge pull request #22581 from jacobly0/x86_64-rewriteAndrew Kelley
2025-01-24x86_64: rewrite float vector `@abs` and equality comparisonsJacob Young
2025-01-24all: update for `panic.unwrapError` and `panic.call` signature changesmlugg
2025-01-23tests: enable stack trace tests for x86_64-selfhostedmlugg
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2025-01-12Dwarf: emit debug info for extern globalsJacob Young
2024-12-18test-debugger: migrate from deprecated std.Build APIsmlugg
2024-12-18test-run-translated-c: migrate from deprecated std.Build APIsmlugg
2024-12-18test-compare-output: migrate from deprecated std.Build APIsmlugg
2024-12-18test-stack-traces: migrate from deprecated std.Build APIsmlugg
2024-12-18test-cases: migrate from deprecated std.Build APIsmlugg
2024-11-28test: Change llvm_targets to actually emit an object for each target.Alex Rønne Petersen
2024-11-28Merge pull request #22067 from alexrp/pie-testsAlex Rønne Petersen
2024-11-24dwarf: fix stepping through an inline loop containing one statementJacob Young
2024-11-24test: Allow tests to set emit_bin=false.Alex Rønne Petersen
2024-11-24test: Force compile test cases to be codegen'd if requested.Alex Rønne Petersen
2024-11-24test: Allow setting PIC/PIE in test cases.Alex Rønne Petersen
2024-11-24test: Enable -Dtest-target-filter=... to work for test-debugger.Alex Rønne Petersen
2024-11-24test: Enable -Dtest-target-filter=... to work for test-cases and test-transla...Alex Rønne Petersen
2024-11-23lldb: implement tuple typesJacob Young
2024-10-31compiler: remove anonymous struct types, unify all tuplesmlugg
2024-10-27spirv: forbid merging logical pointersRobin Voetter
2024-10-09Dwarf: implement and test lexical blocksJacob Young
2024-10-09lldb: print field names with a leading dotJacob Young
2024-09-10Dwarf: implement and test hash mapsJacob Young
2024-09-10Dwarf: implement and test multi array list slicesJacob Young
2024-09-10Dwarf: implement and test multi array listJacob Young
2024-09-10Dwarf: implement and test segmented listJacob Young
2024-09-10Dwarf: implement and test declsJacob Young
2024-08-28Merge pull request #21230 from jacobly0/stack-traceJacob Young
2024-08-28Dwarf: fix and test inline function bugsJacob Young
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27Dwarf: fix and test string formatJacob Young
2024-08-22Type: fix inconsistency between `zig fmt` and `@typeName`Jacob Young
2024-08-21test/debugger: test emitting relocs by ELF linkerJakub Konka
2024-08-20Dwarf: fix issues with inline call sitesJacob Young
2024-08-18Dwarf: test enumsJacob Young
2024-08-18Dwarf: fix and test unionsJacob Young
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-07-04compiler: rework type resolution, fully resolve all typesmlugg
2024-07-04build: fix WriteFile and addCSourceFiles not adding LazyPath depsJonathan Marler
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki