aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-01-15wasm linker: fix TLS data segmentsAndrew Kelley
2025-01-15tests: remove dead codeAndrew Kelley
2025-01-15test/link/wasm/export-data: update expected behaviorAndrew Kelley
2025-01-15test/wasm/infer-features: update to expected behaviorAndrew Kelley
2025-01-15test/link/wasm/function-table: delete bad testAndrew Kelley
2025-01-15test/link/wasm/segment: delete bad testAndrew Kelley
2025-01-15test/link/wasm/type: remove redundant testsAndrew Kelley
2025-01-15test/wasm/export: delete redundant testsAndrew Kelley
2025-01-15delete bad linker test: bssAndrew Kelley
2025-01-15wasm linker: implement hidden visibilityAndrew Kelley
2025-01-15wasm linker: incremental test coverageAndrew Kelley
2025-01-15build: respect -Duse-llvm option when doing behavior testsAndrew Kelley
2025-01-15wasm linker: don't pretend it's possible to export data symbolsAndrew Kelley
2025-01-14Sema: more validation for builtin decl typesmlugg
2025-01-14Sema: fix UB in error reportingmlugg
2025-01-14Type: `struct {}` does not have a well-defined layoutmlugg
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