aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
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
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-27translate-c tests: skip_foreign_checks=trueAndrew Kelley
2024-05-27test cases: try running foreign binariesAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-22ComptimeStringMap: return a regular struct and optimizeTravis Staloch
2024-03-08test manifest key checking and other fixesfebruary cozzocrea
2024-02-25test: rework how filtering worksJacob Young
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-02-01std: make options a struct instance instead of a namespaceVeikka Tuominen
2024-01-26align naming and fix module creation from TranslateCTobias Simetsreiter
2024-01-13Fix minor error: std.ChildProcess.exec() already rename to run()jimying
2024-01-01update stack trace tests to account for new defaultsAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-12-08AstGen: add error for using inline loops in comptime only scopesVeikka Tuominen