aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
2020-01-22std.Target.CpuFeatures is now a struct with both CPU and feature setAndrew Kelley
2020-01-16correct field countVexu
2020-01-15add non-exhaustive enum to langrefVexu
2020-01-15require size for non-exhaustive enumsVexu
2020-01-15update tests and translate-cVexu
2020-01-14Make sure @export symbol name is not emptyLemonBoy
2020-01-13Validate switch range endpointsLemonBoy
2020-01-13Fix compiler-error regressionLemonBoy
2020-01-12Fix @call being too eager to resolve the fn argumentLemonBoy
2020-01-12Propagate errors in for loop bodiesLemonBoy
2020-01-09New @export() handlingLemonBoy
2020-01-07Fix crash in struct initializer evaluationLemonBoy
2020-01-06add test case for already fixed bugAndrew Kelley
2020-01-06Prevent bitCast to enum typesLemonBoy
2020-01-06fix test suite regressionsAndrew Kelley
2020-01-06zig fmt and update `extern fn` to `callconv(.C)`Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-30Merge pull request #3683 from Vexu/atomic-floatAndrew Kelley
2019-12-30fix comparing comptime_int against undefined literalAndrew Kelley
2019-12-30Fix ptrCast of zero-sized typeLemonBoy
2019-12-23add zig llvm wrapper for atomicrmwVexu
2019-12-23support some atomic operations with floatsVexu
2019-12-20fix std.mem.addNullByte and implement sentinel slicingAndrew Kelley
2019-12-16allow comparison of any numeric typesAndrew Kelley
2019-12-15improve extern enumVexu
2019-12-15Make sure the address is aligned for intToPtr opsLemonBoy
2019-12-12fix dot init parsingVexu
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09remove var args from the languageAndrew Kelley
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-08add syntax for comptime struct fieldsAndrew Kelley
2019-12-06allow calling with a new stack to regress a bitAndrew Kelley
2019-12-06remove `@newStackCall` from zigAndrew Kelley
2019-12-05remove `@noInlineCall` from zigAndrew Kelley
2019-12-05implement `@call`Andrew Kelley
2019-12-03activate start code when pub main existsAndrew Kelley
2019-12-03fix testsVexu
2019-12-03correct caching and add test for missing fn nameVexu
2019-12-03Pick up WinMain with proper CCLemonBoy
2019-12-01fix regressions in compile error testsAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-29fix typo in error note for integer castingAndrew Kelley
2019-11-26add compiler note for bad int coercionAndrew Kelley
2019-11-26add missing cast to generic function call resultVexu
2019-11-26add missing cast to call result typeVexu
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-11-24Merge remote-tracking branch 'origin/master' into null-terminated-pointersAndrew Kelley
2019-11-24fix compile errors for array sentinels mismatchingAndrew Kelley
2019-11-24fix compile error regressionsAndrew Kelley
2019-11-24add compile error for incompatible pointer sentinelsAndrew Kelley