aboutsummaryrefslogtreecommitdiff
path: root/test/self_hosted.zig
AgeCommit message (Expand)Author
2017-04-19test framework supports name prefix and filter argumentAndrew Kelley
2017-04-18add `@fieldParentPtr` builtin functionAndrew Kelley
2017-04-13typedefpocalypseAndrew Kelley
2017-04-04support module level assemblyAndrew Kelley
2017-03-26add comptime top level declarationAndrew Kelley
2017-03-26introduce copyable conceptAndrew Kelley
2017-02-07std.io supports printing integers as hex valuesAndrew Kelley
2017-02-03typedefs work for binary math operationsAndrew Kelley
2017-02-02add try expressionAndrew Kelley
2017-02-02fix behavior when initializing struct with undefinedAndrew Kelley
2017-01-23basic support for functions with variable length argumentsAndrew Kelley
2017-01-16implement error when assigning to field of const structAndrew Kelley
2016-12-30IR: better basic block dependency detectionAndrew Kelley
2016-12-28rename self_hosted3 to self_hostedAndrew Kelley
2016-12-28IR: pass genericFnWithImplicitCast testAndrew Kelley
2016-12-28IR: pass pointerToVoidReturnType testAndrew Kelley
2016-12-28IR: pass passSliceOfEmptyStructToFn testAndrew Kelley
2016-12-26IR: pass castSliceToU8Slice testAndrew Kelley
2016-12-26IR: pass intToEnum testAndrew Kelley
2016-12-26IR: pass cStringConcatenation testAndrew Kelley
2016-12-26IR: pass pointerComparison testAndrew Kelley
2016-12-26IR: pass intToPtrCast testAndrew Kelley
2016-12-26IR: port all passing tests overAndrew Kelley
2016-12-26IR: pass staticEvalListInit testAndrew Kelley
2016-12-26IR: port more testsAndrew Kelley
2016-12-26IR: pass genericMallocFree testAndrew Kelley
2016-12-26IR: port more testsAndrew Kelley
2016-12-25IR: port more testsAndrew Kelley
2016-12-25IR: support compile time global pointer reinterpretAndrew Kelley
2016-12-22port more testsAndrew Kelley
2016-12-22IR: port another testAndrew Kelley
2016-12-22IR: fix switch enum variable for void enum fieldAndrew Kelley
2016-12-22IR: port more testsAndrew Kelley
2016-12-22IR: port more testsAndrew Kelley
2016-12-22IR: port some testsAndrew Kelley
2016-12-22pass void parameters testAndrew Kelley
2016-12-22IR: port some testsAndrew Kelley
2016-12-20IR: enum init supportAndrew Kelley
2016-12-19IR: start a new passing self hosted test suiteAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-27clean up test directoryAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-09-25ability to have struct to have a field which is slice of itselfAndrew Kelley
2016-09-23enums support member functionsAndrew Kelley
2016-09-23stack trace is able to figure out compilation unitAndrew Kelley
2016-09-20fix error when switch prong has implicit castAndrew Kelley
2016-09-15fix compiler crash involving slice with const slice childAndrew Kelley
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-08ability to infer parameter typesAndrew Kelley
2016-09-05maxValue and minValue builtins return number literalAndrew Kelley