aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-06-16Merge pull request #5422 from pixelherodev/error_testsAndrew Kelley
2020-06-15Stage2/Testing: Code cleanupNoam Preil
2020-06-15Stage2/Testing: Enable another testNoam Preil
2020-06-15Stage2/Testing: Remove dead codeNoam Preil
2020-06-15Stage2/Testing: Fix transformation testsNoam Preil
2020-06-15Stage2/Testing: Move Transformation case to ZIRCaseNoam Preil
2020-06-15Stage2/Testing: Fix error specificationNoam Preil
2020-06-15Stage2/Testing: Fix error testsNoam Preil
2020-06-15[Stage2/Testing] Attempt to call nakedcc functionNoam Preil
2020-06-15[Stage2/Testing] Make API more friendlyNoam Preil
2020-06-15[Stage2/Testing] Add (failing) testNoam Preil
2020-06-15[Stage2/Testing] Reduce testNoam Preil
2020-06-15[Stage2/Testing] ZIR tests for expected errorsNoam Preil
2020-06-15stage1: implement type coercion of anon struct literal to structAndrew Kelley
2020-06-09Return should be i32 due to error signaling in memory.growJakub Konka
2020-06-09Expose full llvm intrinsicJakub Konka
2020-06-09Add basic tests for the new builtinsJakub Konka
2020-06-09fix memory errorsJonathan Marler
2020-06-09Merge pull request #5539 from mikdusan/issue5474Andrew Kelley
2020-06-08Merge pull request #5566 from ziglang/stage2-garbage-collect-declsAndrew Kelley
2020-06-08stage1: fix crash on slice byte reinterpretationxackus
2020-06-08stage2: add passing test for compile error in unreferenced cycleAndrew Kelley
2020-06-08stage2: -femit-zir respects decl names and supports cyclesAndrew Kelley
2020-06-05stage1: fix constness in some corner casesMichael Dusan
2020-06-04translate-c: don't crash on complex switchesVexu
2020-06-02stage2: fix referencing decls which appear later in the fileAndrew Kelley
2020-05-31stage1: fix unresolved inferred error setsxackus
2020-05-29Support equality comparison for optional to non-optional (?T ==/!= T)foobles
2020-05-30Merge pull request #5184 from alexnask/typeof_extern_callVeikka Tuominen
2020-05-28C ABI: Add C support for passing structs of floats to an extern functionTimon Kruiper
2020-05-28stage2: first pass at recursive dependency resolutionAndrew Kelley
2020-05-27self-hosted: introduce a virtual address allocation schemeAndrew Kelley
2020-05-27translate-c: use correct scope in for loop conditionVexu
2020-05-26Add matching compile error testJakub Konka
2020-05-26Make align expr on fns a compile error in WasmJakub Konka
2020-05-26Changed test name to reflect it only fixes #4328Alexandros Naskos
2020-05-25Added custom build step id, made tests.zig steps use itAlexandros Naskos
2020-05-19stage2: function calls using the global offset tableAndrew Kelley
2020-05-18Updated testAlexandros Naskos
2020-05-18Add TypeOf resolution of dereferences and struct fields of undefined valuesAlexandros Naskos
2020-05-18Narrow down behaviour test cases; this removes wasmtime-enabled check in testsJakub Konka
2020-05-18Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag o...Jakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-17Merge pull request #5307 from ziglang/self-hosted-incremental-compilationAndrew Kelley
2020-05-17update ZIR compare output test to test incremental updatesAndrew Kelley
2020-05-17Merge pull request #5057 from xackus/opaque-paramAndrew Kelley
2020-05-16cross compile the stage2 tests for the target that they work forAndrew Kelley
2020-05-16Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...Andrew Kelley
2020-05-15update ZIR test casesAndrew Kelley
2020-05-16Enable the test `standalone/global_linkage`yvt