aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-01-13Sema: disallow non scalar sentinels in array types and reified types (#22473)xdBronch
2025-01-12Dwarf: emit debug info for extern globalsJacob Young
2025-01-12behavior: referencing an extern means depending on itAndrew Kelley
2025-01-13Sema: allow tail calls of function pointersmlugg
2025-01-11compiler: improve "... contains reference to comptime var" errorsmlugg
2025-01-10cbe: fix miscomps of the compilerJacob Young
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2025-01-08cbe: fix miscomps of x86_64 backendJacob Young
2025-01-07test: Enable long calls for all thumb/thumbeb module tests.Alex Rønne Petersen
2025-01-06test: Disable `align(N) on functions` and `@alignCast functions` for thumbeb ...Alex Rønne Petersen
2025-01-06test: Disable vector behavior tests affected by #22060 for thumbeb too.Alex Rønne Petersen
2025-01-05x86_64: fix `@errorName` dataJacob Young
2025-01-05Dwarf: implement new incremental line number update APIJacob Young
2025-01-04incremental: add new test casesmlugg
2025-01-03Zir: split up start and end of range in `for_len`mlugg
2025-01-02Sema: correctly label `block_comptime` for restoring error return trace indexmlugg
2025-01-01Merge pull request #22379 from mlugg/incremental-fixesMatthew Lugg
2025-01-01Sema: fix invalid coercion `*[n:x]T` -> `*[m]T` for `n != m`mlugg
2025-01-01incremental: fix errors not being deleted upon re-analysismlugg
2024-12-31cases: update to new compile error wordingsmlugg
2024-12-31cases: add cases for runtime code in comptime scopesmlugg
2024-12-29Merge pull request #22344 from Techatrix/slice-of-sliceAndrew Kelley
2024-12-29add `@Type` behavior tests from #19985Travis Staloch
2024-12-29Value: implement `orderAgainstZeroInner` for errorsDavid Rubin
2024-12-29fix slice of slice with sentinel on the lhs sliceTechatrix
2024-12-29fix slice of slice with sentinel but no end indexTechatrix
2024-12-28AstGen: lower function addrspace expression correctlymlugg
2024-12-24compiler: analyze type and value of global declaration separatelymlugg
2024-12-23Zir: refactor `declaration` instruction representationmlugg
2024-12-19compiler: disallow `align` etc annotations on comptime-only globalsmlugg
2024-12-18compiler: disallow `callconv` etc from depending on function parametersmlugg
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-12-18test-link: migrate from deprecated std.Build APIsmlugg
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-12-18tests.zig: migrate from deprecated std.Build APIsmlugg
2024-12-18std.Build.Step.Compile.Options: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build.Step.Compile: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-12-16Sema: disallow unsafe in-memory coercionsmlugg
2024-12-15Sema: disallow runtime stores to pointers with comptime-only element typesmlugg
2024-12-15Merge pull request #22219 from alexrp/arm-big-endianAlex Rønne Petersen
2024-12-14Move fetch-them-macos-headers tools to ziglang/zig.Alex Rønne Petersen
2024-12-14ensure `InstMap` capacity before remapping error codeDavid Rubin
2024-12-13Add compiler internals testsCarl Åstholm
2024-12-13test: Add aarch64_be-linux-* to the module test matrix.Alex Rønne Petersen
2024-12-13test: Add thumbeb-linux-* to the module test matrix.Alex Rønne Petersen