summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-07-13simplify varargs forLeo Tenenbaum
2020-07-10fixed testsLeo Tenenbaum
2020-07-03removed ability to evaluate a function before it is declared at compile time;...Leo Tenenbaum
2020-06-27#initLeo Tenenbaum
2020-06-21everything now working with blocks not returning valuesLeo Tenenbaum
2020-05-23started fixing tests; found bugLeo Tenenbaum
2020-05-13fixed types testLeo Tenenbaum
2020-05-13fixed some problems with cgen_recurse_stuffLeo Tenenbaum
2020-05-10fixed that namespace problemLeo Tenenbaum
2020-05-08#no_warnLeo Tenenbaum
2020-05-08got double include to REALLY workLeo Tenenbaum
2020-05-08switched back from symlink to copy because git for windows cant handle symlinksLeo Tenenbaum
2020-05-08got double include to workLeo Tenenbaum
2020-05-03got tests to work on BSDLeo Tenenbaum
2020-05-03got tests to work on linux againLeo Tenenbaum
2020-05-03oops forgot about thisLeo Tenenbaum
2020-05-03got tests to work on windows (fixed some problems with them)Leo Tenenbaum
2020-05-02&&, ||Leo Tenenbaum
2020-05-02fixed including something multiple timesLeo Tenenbaum
2020-05-01made output for void pointer arithmetic standard-compliantLeo Tenenbaum
2020-05-01nullLeo Tenenbaum
2020-04-26added more stuff in use test because of used struct membersLeo Tenenbaum
2020-04-25consistently handling indexing pointer to array/sliceLeo Tenenbaum
2020-04-25stop copying whole fn body unless necessary when generating an instanceLeo Tenenbaum
2020-04-25fixed problems with using future typesLeo Tenenbaum
2020-04-25fixed problem where local structs were named in cLeo Tenenbaum
2020-04-23fixed error printing problem, added new test: useLeo Tenenbaum
2020-04-22improved arr systemLeo Tenenbaum
2020-04-21fixed for loop problem (turns out it had to do with implicit type conversions)Leo Tenenbaum
2020-03-27removed StructDef.constantsLeo Tenenbaum
2020-03-21fixed casting to #C type at runtimeLeo Tenenbaum
2020-03-20fixed defer test and automatically determine whether to use colorLeo Tenenbaum
2020-03-20compile time deferLeo Tenenbaum
2020-03-19removed old tuple code, found a bugLeo Tenenbaum
2020-03-18cant return a #C, improved defer testLeo Tenenbaum
2020-03-18defer seems to be fully workingLeo Tenenbaum
2020-03-17removed unnecessary t->flags |= TYPE_IS_RESOLVED;Leo Tenenbaum
2020-03-16updated tests, fixed bugsLeo Tenenbaum
2020-03-16sizeof, alignofLeo Tenenbaum
2020-03-16break, continueLeo Tenenbaum
2020-03-15removed whereLeo Tenenbaum
2020-03-13added where conditions for functions, discovered bug with eval returningLeo Tenenbaum
2020-03-13varargs lenLeo Tenenbaum
2020-03-12fixed problems with varargsLeo Tenenbaum
2020-03-12added varargs test, showed that somethings wrongLeo Tenenbaum
2020-03-03fixing const param bugLeo Tenenbaum
2020-03-03added new test and discovered bugLeo Tenenbaum
2020-03-03new, better test systemLeo Tenenbaum
2020-03-01improved command line arguments for compiler (added -no-color)Leo Tenenbaum
2020-03-01better #foreign systemLeo Tenenbaum