aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-07-15stage2: VarDecl and FnProto take advantage of TrailerFlags APIAndrew Kelley
2020-07-14follow up from previous commit for generic methodsAndrew Kelley
2020-07-14fix ability to call methods on enums with pointer-to-selfAndrew Kelley
2020-07-14stage2: implement enough for assert() function to codegenAndrew Kelley
2020-07-13stage2: add new test caseAndrew Kelley
2020-07-13stage2: add retvoid support to CBEAndrew Kelley
2020-07-13Get basic return test workingNoam Preil
2020-07-13check for invalid sentinel when creating pointer with `@Type`Vexu
2020-07-12revert accidental format of testsVexu
2020-07-12fix alignment parsing in stage1Vexu
2020-07-12Merge pull request #5846 from Vexu/anytypeAndrew Kelley
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11use 'anytype' in translate-cVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-11Add test for `@typeInfo` declarations showing up in declaration orderVexu
2020-07-11use correct cast function when doing `@floatCast` at comptimeVexu
2020-07-09Revert "use correct cast function when doing `@floatCast` at comptime"Andrew Kelley
2020-07-09use correct cast function when doing `@floatCast` at comptimeVexu
2020-07-09Merge pull request #5822 from pixelherodev/cbeAndrew Kelley
2020-07-08CBE: Emit asm decls for now, but rename to make them validNoam Preil
2020-07-08Merge pull request #5816 from pixelherodev/cbeAndrew Kelley
2020-07-08fix missing check on extern variables with no typeVexu
2020-07-07CBE: Move standards determination to generated codeNoam Preil
2020-07-07CBE: working asm Inputs and Outputs; std{int,def}.h auto-inclusionNoam Preil
2020-07-07CBE: Working function call w/ no args or return valueNoam Preil
2020-07-07Working translation of empty functionNoam Preil
2020-07-07CBE skeletonNoam Preil
2020-07-07Stage2: Refactor in preparation for C backendNoam Preil
2020-07-05Merge pull request #5793 from pfgithub/stage-2-testingAndrew Kelley
2020-07-05stage1: add missing runtime safety for @intCast unsigned -> signed of same bi...xackus
2020-07-04stage2: add and @as testspfg
2020-07-02Translate-c fix rhs not cast on array accessIan Simonson
2020-07-02stage1: reimplement HashMapAndrew Kelley
2020-06-28Merge pull request #5696 from alexnask/async_call_tupleAndrew Kelley
2020-06-27stage2: clean up test harness, implement symbol collision detection (#5708)Andrew Kelley
2020-06-27Disable testNoam Preil
2020-06-27Stage2: remove clearErrors, fix ZIR export collision detectionNoam Preil
2020-06-26Stage2/Testing: Simply incremental compilation testsNoam Preil
2020-06-26Stage2: handle missing function namesNoam Preil
2020-06-26Stage2: function redefinition detection for Zig codeNoam Preil
2020-06-26Stage2: exported symbol collision detectionNoam Preil
2020-06-26Stage2/Testing: Add convenience wrappersNoam Preil
2020-06-25Use writer in benchmarksdata-man
2020-06-24Fix issue #5618 (#5685)arbrk1
2020-06-24Fixed crash when resolving peer types of *[N:s]const T and [*:s]const TAlexandros Naskos
2020-06-24OOM -> catch unreachableNoam Preil
2020-06-24Clean up test harnessNoam Preil
2020-06-24self-hosted: add compare output test for new AST->ZIR codeAndrew Kelley
2020-06-24self-hosted: fix test regressionsAndrew Kelley
2020-06-24Merge remote-tracking branch 'origin/master' into zig-ast-to-zirAndrew Kelley