aboutsummaryrefslogtreecommitdiff
path: root/test/compile_errors.zig
AgeCommit message (Expand)Author
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
2019-11-24all tests passingAndrew Kelley
2019-11-21fix missing implicit cast in return instructionVexu
2019-11-22Stage1: Add compile error for an empty switch on a integerTimon Kruiper
2019-11-21update tests, better error messages, update self-hosted tokenizerAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-21implement null terminated pointersAndrew Kelley
2019-11-18add regression test case. closes #2980Andrew Kelley
2019-11-18add regression test caseAndrew Kelley
2019-11-17Catch invalid type from peer resolutionLemonBoy
2019-11-13add compile error for @atomicRmw on enum not being an .XchgVexu
2019-11-13Merge pull request #3675 from Vexu/atomic-storeAndrew Kelley
2019-11-12fn parameters participate in result location semanticsAndrew Kelley
2019-11-13fix comptime atomicStore and add testsVexu
2019-11-11add test for missing const in slice with nested array typeAndrew Kelley
2019-11-11implement anon struct literal syntaxAndrew Kelley
2019-11-08fix regressed tests and update docs to use "type coercion"Andrew Kelley
2019-11-08update more of the std lib to use `@as`Andrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-05fix incorrect type name on bit field pointersAndrew Kelley
2019-11-05implement storing vector elements via runtime indexAndrew Kelley
2019-11-05implement loading vector elements via runtime indexAndrew Kelley
2019-11-04Prevent crash when slicing undefined ptr to sliceLemonBoy
2019-11-04Correctly process errors for invalid types in fn callLemonBoy
2019-10-30make std.net more portableAndrew Kelley
2019-10-24Add missing compile error when ptr used instead of arrayAndrew Kelley