aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-05-06stage1: add @hasField() built-inShawn Landden
2019-04-30add test case to cover solved bugAndrew Kelley
2019-04-29translate-c: Emit @ptrCast + @alignPtr sequenceLemonBoy
2019-04-28Fix generation of container initializersLemonBoy
2019-04-26Do not invoke UB in BigInt shr operationsLemonBoy
2019-04-24`@sizeOf` returns 0 for comptime typesAndrew Kelley
2019-04-24Merge pull request #2296 from LemonBoy/translate-c-stuffAndrew Kelley
2019-04-24fixed #2356Jimmi HC
2019-04-22translate-c: Add test for implicit castsLemonBoy
2019-04-16stage1: const_values_equal support tagged unionMichael Dusan
2019-04-11Fix normalization of right-shifted BigInt at CTLemonBoy
2019-04-10__muloti4 does not need the ABI workaround on WindowsAndrew Kelley
2019-04-08Merge branch 'master' of github.com:ziglang/zigJimmi Holst Christensen
2019-04-08Import 1607.zig to behavior.zigJimmi Holst Christensen
2019-04-07Merge pull request #2205 from kristate/zig-backport-issue532Andrew Kelley
2019-04-07test/compile_errors.zig: add regression test for ziglang/zig#532 ;kristopher tate
2019-04-07Merge branch 'master' of github.com:ziglang/zigJimmi Holst Christensen
2019-04-07Added regression test for #1607. fixes #1607Jimmi Holst Christensen
2019-04-06removed todo comment and added testJimmi Holst Christensen
2019-04-05zig build: support single-threaded buildsAndrew Kelley
2019-04-04fix NaN comparing equal to itselfAndrew Kelley
2019-04-04fix `@divFloor` returning incorrect value and add `__modti3`Andrew Kelley
2019-04-04add regression test for #1025Andrew Kelley
2019-04-04fix thread local variables for non- position independent codeAndrew Kelley
2019-04-02regression fixes and fix packed struct abi sizeAndrew Kelley
2019-03-31fixed broken casts in stdemekoi
2019-03-31added error for implicit cast from *const T to *[1]T. credit: @kristateemekoi
2019-03-31fix anon enum literal used with switch on union(enum)Andrew Kelley
2019-03-28stage1: better error message when comparing against nullShawn Landden
2019-03-25implement allowzero pointer attributeAndrew Kelley
2019-03-24add compile error test for invalid enum literal implicit castAndrew Kelley
2019-03-24implement peer type resolution for enum literalsAndrew Kelley
2019-03-24make switch expressions allow enum literal typesAndrew Kelley
2019-03-24implement implicit cast from enum literal to enumAndrew Kelley
2019-03-24introduce the enum literal typeAndrew Kelley
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-23add regression tests for a bug fixed by an older commitAndrew Kelley
2019-03-23add peer type resolution for `*const T` and `?*T`Andrew Kelley
2019-03-23character literals: allow unicode escapesAndrew Kelley
2019-03-23remove octal and hex floats from the languageAndrew Kelley
2019-03-22float literals now parse using musl's 128 bit float codeAndrew Kelley
2019-03-22Merge pull request #2091 from ziglang/bigint-print-fixAndrew Kelley
2019-03-23Fix compile-error test case for large integer typeMarc Tiehuis
2019-03-22Simplify hex-float parsing codeMarc Tiehuis
2019-03-21hex float parsing: solve another caseAndrew Kelley
2019-03-21fix parsing of large hex float literalsAndrew Kelley
2019-03-20add docs for assembly and fix global assembly parsingAndrew Kelley
2019-03-20Merge remote-tracking branch 'origin/llvm8'Andrew Kelley
2019-03-20Merge pull request #2079 from Sahnvour/issue-2050Andrew Kelley
2019-03-19c_abi: activate tests on windowsSahnvour