aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-05-12Merge pull request #5319 from Vexu/float-fixVexu
2020-05-12fix `@intToFloat` on comptime_floatsVexu
2020-05-11stage1: detect underflow in bigint_fits_in_bitsxackus
2020-05-08Merge pull request #4932 from Qix-/fix-private-accessVexu
2020-05-08add failing test for #4909Josh Junon
2020-05-07stage1: handle all cases of invalid struct field default valuexackus
2020-05-07Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntaxAndrew Kelley
2020-05-06Merge pull request #5257 from matt1795/scoped-typedefVexu
2020-05-06translate-c: small patch to fix bultin type detectionVexu
2020-05-05update docs/tests for async/extern fn removalTadeo Kondrak
2020-05-05zig fmtTadeo Kondrak
2020-05-05Merge pull request #5272 from tadeokondrak/noasync-to-nosuspendAndrew Kelley
2020-05-05update tests for nosuspendTadeo Kondrak
2020-05-05zig fmtTadeo Kondrak
2020-05-04moved duplicated code to common functionsMatthew Knight
2020-05-04Merge pull request #5267 from Vexu/const-callVexu
2020-05-04fix missing compile error on call assigned to constVexu
2020-05-04stage1: fix assert fail on opaque fn ptr paramxackus
2020-05-02added scoped typedef to translate-cMatthew Knight
2020-05-02add test coverage for top level fieldsAndrew Kelley
2020-05-01add ZIR transform test caseAndrew Kelley
2020-05-01disable stage2 zir tests on not-yet-supported archsAndrew Kelley
2020-05-01disable stage2 zir tests on not-yet-supported OS'sAndrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-04-30Translate-C convert bools to int in complex expressionsIan Simonson
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28Merge pull request #5196 from tadeokondrak/@vector-to-@type-vectorAndrew Kelley
2020-04-28Merge pull request #5195 from tadeokondrak/opaquetype-to-type-opaqueAndrew Kelley
2020-04-28Fix/add translate-c tests for previous commitTadeo Kondrak
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-27implement @Type() for more typesTadeo Kondrak
2020-04-24stage1: Prevent the creation of illegal ptr typesLemonBoy
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-23stage1: fix crash on accessing an array of size zero with runtime indexxackus
2020-04-23stage1: Fix bitcast of immediate to ptr type (#5131)LemonBoy
2020-04-22Merge pull request #5130 from ziglang/stage2-irAndrew Kelley
2020-04-22stage1: Prevent the creation of illegal pointer typesLemonBoy
2020-04-21Added peer type resolution for [*]T and *[N]T.elucent
2020-04-20simplify ZIR spec; separate parsing/rendering from analysisAndrew Kelley