aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-01-22Sema: fix crash when `inline` loop condition is not comptime-knownmlugg
2025-01-22Zcu: fix switch prong source location resolutionmlugg
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2025-01-21Merge pull request #22541 from ziglang/pipelineAndrew Kelley
2025-01-21x86_64: rewrite `@abs` for scalar floatsJacob Young
2025-01-20reject crti.o/crtn.o, embrace the futureAndrew Kelley
2025-01-21compiler: simplify generic functions, fix issues with inline callsmlugg
2025-01-20Merge pull request #22548 from mlugg/fix-broken-pipeAndrew Kelley
2025-01-21Sema: fix `is_non_null_ptr` handling for runtime-known pointersmlugg
2025-01-20x86_64: rewrite `@abs`Jacob Young
2025-01-20Merge pull request #22530 from alexrp/omit-unwind-tablesAlex Rønne Petersen
2025-01-20std.Build: extend `test_runner` option to specify whether runner uses `std.zi...mlugg
2025-01-19test: Add a standalone test for omitting CFI directives.Alex Rønne Petersen
2025-01-18Sema: don't try to initialize global union pointer at comptimemlugg
2025-01-18incremental: fix enum resolution bugsmlugg
2025-01-16x86_64: fix crashes compiling the compiler and testsJacob Young
2025-01-16x86_64: pass more behavior testsJacob Young
2025-01-16x86_64: implement load and storeJacob Young
2025-01-16x86_64: implement union accessJacob Young
2025-01-16x86_64: implement pointer addition and subtractionJacob Young
2025-01-16x86_64: implement element accessJacob Young
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-16x86_64: implement clz and notJacob Young
2025-01-16x86_64: demolish the oldJacob Young
2025-01-16x86_64: 2 means betterJacob Young
2025-01-16x86_64: implement fallback for pcmpeqqJacob Young
2025-01-16x86_64: testingJacob Young
2025-01-16Revert "disable flaky incremental compilation tests"Jacob Young
2025-01-16Merge pull request #22505 from mlugg/easier-modify-builtinMatthew Lugg
2025-01-16disable flaky incremental compilation testsAndrew Kelley
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2025-01-15test/link/wasm/shared-memory: update to better linker behaviorAndrew Kelley
2025-01-15wasm linker: change rules about symbol visibilityAndrew Kelley
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