Age | Commit message (Expand) | Author |
2020-05-08 | #no_warn | Leo Tenenbaum |
2020-05-08 | got double include to REALLY work | Leo Tenenbaum |
2020-05-08 | switched back from symlink to copy because git for windows cant handle symlinks | Leo Tenenbaum |
2020-05-08 | got double include to work | Leo Tenenbaum |
2020-05-03 | got tests to work on BSD | Leo Tenenbaum |
2020-05-03 | got tests to work on linux again | Leo Tenenbaum |
2020-05-03 | oops forgot about this | Leo Tenenbaum |
2020-05-03 | got tests to work on windows (fixed some problems with them) | Leo Tenenbaum |
2020-05-02 | &&, || | Leo Tenenbaum |
2020-05-02 | fixed including something multiple times | Leo Tenenbaum |
2020-05-01 | made output for void pointer arithmetic standard-compliant | Leo Tenenbaum |
2020-05-01 | null | Leo Tenenbaum |
2020-04-26 | added more stuff in use test because of used struct members | Leo Tenenbaum |
2020-04-25 | consistently handling indexing pointer to array/slice | Leo Tenenbaum |
2020-04-25 | stop copying whole fn body unless necessary when generating an instance | Leo Tenenbaum |
2020-04-25 | fixed problems with using future types | Leo Tenenbaum |
2020-04-25 | fixed problem where local structs were named in c | Leo Tenenbaum |
2020-04-23 | fixed error printing problem, added new test: use | Leo Tenenbaum |
2020-04-22 | improved arr system | Leo Tenenbaum |
2020-04-21 | fixed for loop problem (turns out it had to do with implicit type conversions) | Leo Tenenbaum |
2020-03-27 | removed StructDef.constants | Leo Tenenbaum |
2020-03-21 | fixed casting to #C type at runtime | Leo Tenenbaum |
2020-03-20 | fixed defer test and automatically determine whether to use color | Leo Tenenbaum |
2020-03-20 | compile time defer | Leo Tenenbaum |
2020-03-19 | removed old tuple code, found a bug | Leo Tenenbaum |
2020-03-18 | cant return a #C, improved defer test | Leo Tenenbaum |
2020-03-18 | defer seems to be fully working | Leo Tenenbaum |
2020-03-17 | removed unnecessary t->flags |= TYPE_IS_RESOLVED; | Leo Tenenbaum |
2020-03-16 | updated tests, fixed bugs | Leo Tenenbaum |
2020-03-16 | sizeof, alignof | Leo Tenenbaum |
2020-03-16 | break, continue | Leo Tenenbaum |
2020-03-15 | removed where | Leo Tenenbaum |
2020-03-13 | added where conditions for functions, discovered bug with eval returning | Leo Tenenbaum |
2020-03-13 | varargs len | Leo Tenenbaum |
2020-03-12 | fixed problems with varargs | Leo Tenenbaum |
2020-03-12 | added varargs test, showed that somethings wrong | Leo Tenenbaum |
2020-03-03 | fixing const param bug | Leo Tenenbaum |
2020-03-03 | added new test and discovered bug | Leo Tenenbaum |
2020-03-03 | new, better test system | Leo Tenenbaum |
2020-03-01 | improved command line arguments for compiler (added -no-color) | Leo Tenenbaum |
2020-03-01 | better #foreign system | Leo Tenenbaum |
2020-02-25 | cleanup and new test: arr3 | Leo Tenenbaum |
2020-02-25 | fixed bugs with new arg order system | Leo Tenenbaum |
2020-02-04 | fixed gitignore | Leo Tenenbaum |
2020-02-04 | new test: nms | Leo Tenenbaum |
2020-01-25 | each => for | Leo Tenenbaum |
2020-01-24 | ... | Leo Tenenbaum |
2020-01-24 | fixed return declarations | Leo Tenenbaum |
2020-01-23 | improved parsing fn types; fixed tests | Leo Tenenbaum |
2020-01-22 | fixed tests | Leo Tenenbaum |