aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-01-25Sema: coercion of pointers to C pointersAndrew Kelley
2022-01-25wasm: Implement genTypedValue for enumsLuuk de Gram
2022-01-24behavior tests: prevent disabled tests from lowering std.TargetAndrew Kelley
2022-01-24stage2: rework a lot of stuffAndrew Kelley
2022-01-24stage2: type system treats fn ptr and body separatelyAndrew Kelley
2022-01-24Run `zig fmt`Cody Tapscott
2022-01-24Add `union` support to the C backend.Cody Tapscott
2022-01-24Fix rendering of `void` function argsCody Tapscott
2022-01-24Normalize some build function namesJonathan Marler
2022-01-23Merge pull request #10662 from ziglang/doc-comments-zirAndrew Kelley
2022-01-23c backend: Implement aligning fields and local/global variablesJimmi Holst Christensen
2022-01-21disable some broken stuff for stage2 llvm backend on aarch64Andrew Kelley
2022-01-20stage2: implement tuplesAndrew Kelley
2022-01-20Merge pull request #10638 from Luukdegram/wasm-refactorJakub Konka
2022-01-20stage1: remove the "referenced here" error noteAndrew Kelley
2022-01-19stage2: fix passing arguments on the stackJakub Konka
2022-01-19wasm: Refactor storing values.Luuk de Gram
2022-01-18Merge pull request #10624 from ziglang/prefetchAndrew Kelley
2022-01-18disable failing atomicrmw test on llvm + aarch64Andrew Kelley
2022-01-18Sema: implement declarations for `@typeInfo`Andrew Kelley
2022-01-18Merge pull request #10625 from ziglang/stage2-x86_64-inline-memsetJakub Konka
2022-01-18stage2: implement `@prefetch`Andrew Kelley
2022-01-18stage2: implement airArrayElemValJakub Konka
2022-01-18Revert "stage2: implement `@prefetch`"Andrew Kelley
2022-01-18stage2: partially implement intcast on x86_64Jakub Konka
2022-01-17remove `zig_is_stage2` from `@import("builtin")`Andrew Kelley
2022-01-17Sema: implement else capture valueAndrew Kelley
2022-01-17behavior tests: a couple more switch cases are passingAndrew Kelley
2022-01-18Merge pull request #10616 from ziglang/stage2-x86_64-array-to-sliceJakub Konka
2022-01-17Sema: fix comptime break semanticsAndrew Kelley
2022-01-17stage2: return error.SkipZigTest in unsupported behavior testsJakub Konka
2022-01-17stage2: implement airArrayToSlice for x86_64Jakub Konka
2022-01-17stage2: implement airCondBr for immediate MCValue in x86_64Jakub Konka
2022-01-17translate-c: improve error messages when expecting specific tokensfn ⌃ ⌥
2022-01-17stage2: do not interpret identifier containing underscores (eg: u3_2) as int ...riverbl
2022-01-17translate-c: Fix issues translating macro define of hex float constantriverbl
2022-01-16behavior tests: move tests aroundAndrew Kelley
2022-01-15AstGen: emit `as` instructions for branching expressionsAndrew Kelley
2022-01-15Sema: populate the sentinel for comptime array initsAndrew Kelley
2022-01-15stage2 ARM: implement load for stack_offset + stack_argument_offsetjoachimschmidt557
2022-01-15stage2: implement `@prefetch`Andrew Kelley
2022-01-15stage2: implement signed compareJakub Konka
2022-01-15stage2: refactor handling of immediates in x86_64 backendJakub Konka
2022-01-15stage2: fix Decl garbage collection not marking enoughAndrew Kelley
2022-01-14Sema: fix array_init with runtime elementAndrew Kelley
2022-01-14tests: include global initializers in c++ compiler testxavier
2022-01-14stage1: fix bigint_init_bigfloat for single-limb negative floatsMarc Tiehuis
2022-01-13stage2: detection of comptime array literalsAndrew Kelley
2022-01-13Sema: comptime loads and stores for `elem_ptr`Andrew Kelley
2022-01-12stage2: implement `@ctz` and `@clz` including SIMDAndrew Kelley