aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2020-01-23new test caseAndrew Kelley
2020-01-21enable native CPU feature for windows; disable failing testsAndrew Kelley
2020-01-18Merge pull request #4222 from LemonBoy/eutwouwthAndrew Kelley
2020-01-18Fix edge case in tagName handling of unionsLemonBoy
2020-01-18Prevent crash with empty non-exhaustive enumLemonBoy
2020-01-18Allow @tagName on enum literalsLemonBoy
2020-01-17Merge pull request #4191 from Vexu/non-exhaustive-enumsAndrew Kelley
2020-01-17improve behavior testVexu
2020-01-16relax language requirements regarding else unreachableAndrew Kelley
2020-01-16fix regressions in get_elem_ptr related to undefinedAndrew Kelley
2020-01-16correct field countVexu
2020-01-16add struct field default value to typeinfoVexu
2020-01-16implement `@bitSizeOf`Vexu
2020-01-15add is_exhaustive field to typeinfoVexu
2020-01-15update tests and translate-cVexu
2020-01-14Fix codegen error for some union initializersLemonBoy
2020-01-14Fix ICE when BoundFn are passed as parametersLemonBoy
2020-01-13Allow switching on pointer typesLemonBoy
2020-01-12Fix @call being too eager to resolve the fn argumentLemonBoy
2020-01-09Merge pull request #3955 from LemonBoy/fix-1528Andrew Kelley
2020-01-09New @export() handlingLemonBoy
2020-01-09Correct alignment calculation for runtime addendsLemonBoy
2020-01-08Fix calculation of new alignment factorLemonBoy
2020-01-08Pointer arithmetic affects the alignment factorLemonBoy
2020-01-07Fix crash with unresolved locLemonBoy
2020-01-06fix regression with `@TypeInfo`Andrew Kelley
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-06Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-workAndrew Kelley
2020-01-05add test case to cover already-solved bugAndrew Kelley
2020-01-03Correct evaluation of optional type alignmentLemonBoy
2020-01-02Merge pull request #4027 from ziglang/fix-float-opsAndrew Kelley
2020-01-02fix comptime vector float ops and add test coverageAndrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2020-01-02Don't ptrCast a result-location assignment to _LemonBoy
2020-01-01fix float ops with respect to vectorsAndrew Kelley
2020-01-01fix segfault in bit shift safety checkVexu
2019-12-30Merge pull request #3683 from Vexu/atomic-floatAndrew Kelley
2019-12-30fix comparing comptime_int against undefined literalAndrew Kelley
2019-12-30Resolve more types as neededLemonBoy
2019-12-23disable test on armVexu
2019-12-23support some atomic operations with floatsVexu
2019-12-21zig fmt support for slice sentinel syntaxAndrew Kelley
2019-12-20Fix sentinel value of opaque pointers in typeInfoLemonBoy
2019-12-20Fix comptime evaluation of runtime array accessLemonBoy
2019-12-17Make sure the fields array is always non-nullLemonBoy
2019-12-16add behavior test for vector comparisonAndrew Kelley
2019-12-15improve extern enumVexu
2019-12-15Don't assume TLS storage has a fixed addressLemonBoy
2019-12-15Make sure the address is aligned for intToPtr opsLemonBoy
2019-12-12uncomment a now-passing behavior testAndrew Kelley