aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
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
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09remove var args from the languageAndrew Kelley
2019-12-09implement async function call with `@call`Andrew Kelley
2019-12-09add regression cases for now-passing testsAndrew Kelley
2019-12-09ability to give comptime and non-comptime types to same parameterAndrew Kelley
2019-12-08implement tuple concatenationAndrew Kelley
2019-12-08Make array types (quasi-)lazyLemonBoy
2019-12-08fix anon struct literal field initialized with fn callAndrew Kelley
2019-12-08add syntax for comptime struct fieldsAndrew Kelley
2019-12-08implement comptime struct fieldsAndrew Kelley
2019-12-08Fix for @Type not picking up the sentinel valueLemonBoy
2019-12-07remove compile error for peer result comptime_int and nullAndrew Kelley
2019-12-06add regression test for fixed bugAndrew Kelley
2019-12-06Merge pull request #3856 from ziglang/builtin-callAndrew Kelley
2019-12-06remove `@newStackCall` from zigAndrew Kelley
2019-12-06remove `@inlineCall` from zigAndrew Kelley