aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2019-04-30add test case to cover solved bugAndrew Kelley
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-24fixed #2356Jimmi HC
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-08Import 1607.zig to behavior.zigJimmi Holst Christensen
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-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-31fix anon enum literal used with switch on union(enum)Andrew Kelley
2019-03-25implement allowzero pointer attributeAndrew Kelley
2019-03-24implement peer type resolution for enum literalsAndrew 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-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-14breaking: fix @typeInfo handling of global error set typeAndrew Kelley
2019-03-13fix target_requires_pic and reloc_modeAndrew Kelley
2019-03-13Fix generation of comptime slicesLemonBoy
2019-03-11add test cases to cover switching on u0 valuesAndrew Kelley
2019-03-11added testsJimmi Holst Christensen
2019-03-06missed change when switching TypeInfo to use comptime_intSahnvour
2019-03-03fix slice of C pointerAndrew Kelley
2019-03-03fix const initialization of optional C pointer to nullAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-02fix @typeName on slicesAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-02-28struct types get fully qualified namesAndrew Kelley
2019-02-28remove namespace type; files are empty structsAndrew Kelley
2019-02-26fix handling when there are multiple externs andAndrew Kelley
2019-02-25fix incorrectly trying to memset at comptimeAndrew Kelley
2019-02-25add a regression test for #704Andrew Kelley
2019-02-25fix infinite recursion in type_has_one_possible_valueAndrew Kelley