Age | Commit message (Expand) | Author |
2020-01-10 | made Field.type not a pointer | Leo Tenenbaum |
2020-01-10 | more importing | Leo Tenenbaum |
2020-01-10 | a bit more importing | Leo Tenenbaum |
2020-01-10 | problematic circular dependency tracker | Leo Tenenbaum |
2020-01-10 | allow direct circular dependencies | Leo Tenenbaum |
2020-01-10 | allow circular dependencies in structs | Leo Tenenbaum |
2020-01-09 | changed TYPE_TYPE,PKG to TYPE_BUILTINs | Leo Tenenbaum |
2020-01-09 | better error system | Leo Tenenbaum |
2020-01-09 | switched to new error system! | Leo Tenenbaum |
2020-01-09 | started changing location system | Leo Tenenbaum |
2020-01-08 | importing identifiers | Leo Tenenbaum |
2020-01-08 | reading package name and code | Leo Tenenbaum |
2020-01-08 | more importing (also turns out export is a keyword in c++) | Leo Tenenbaum |
2020-01-07 | formatting (emacs doesnt like my tabs) | Leo Tenenbaum |
2020-01-07 | more importing | Leo Tenenbaum |
2020-01-06 | started importing | Leo Tenenbaum |
2020-01-06 | fixed #alignof | Leo Tenenbaum |
2020-01-06 | fixed bug with cgen structs | Leo Tenenbaum |
2020-01-06 | changed syntax for tuples to allow for complicated types | Leo Tenenbaum |
2020-01-06 | improved naming of exported functions in C | Leo Tenenbaum |
2020-01-05 | better package file output | Leo Tenenbaum |
2020-01-05 | package names | Leo Tenenbaum |
2020-01-04 | more exporting + bugfix | Leo Tenenbaum |
2020-01-04 | formatting | Leo Tenenbaum |
2020-01-04 | more exporting + bugfix | Leo Tenenbaum |
2020-01-04 | fixed potential future bug, which wasnt causing problems right now | Leo Tenenbaum |
2020-01-03 | improved the way #sizeof and #alignof work | Leo Tenenbaum |
2020-01-03 | small things for more standard compliance | Leo Tenenbaum |
2020-01-02 | preparing for release | Leo Tenenbaum |
2020-01-02 | fixed goto problem when compiling as c++ | Leo Tenenbaum |
2020-01-02 | updated copyright year | Leo Tenenbaum |
2020-01-02 | more exporting... this is gonna take a while | Leo Tenenbaum |
2019-12-29 | fixed the bug | Leo Tenenbaum |
2019-12-27 | fixed error reporting; more export | Leo Tenenbaum |
2019-12-26 | more export | Leo Tenenbaum |
2019-12-22 | more exporting | Leo Tenenbaum |
2019-12-22 | started exporting system | Leo Tenenbaum |
2019-12-18 | fixed leaks | Leo Tenenbaum |
2019-12-16 | fixing type bug | Leo Tenenbaum |
2019-12-15 | updated readme | Leo Tenenbaum |
2019-12-15 | got everything working for new test: arr2 | Leo Tenenbaum |
2019-12-15 | bug fixes for inference | Leo Tenenbaum |
2019-12-15 | call inference!!! | Leo Tenenbaum |
2019-12-15 | got rid of parse_printing_after_types; still working on call inference | Leo Tenenbaum |
2019-12-14 | trying to get call inference to work | Leo Tenenbaum |
2019-12-14 | extracted out arg reordering thing cause i will need it for infer | Leo Tenenbaum |
2019-12-14 | infer | Leo Tenenbaum |
2019-12-14 | fixed bug with inference | Leo Tenenbaum |
2019-12-14 | fixed problem with infer | Leo Tenenbaum |
2019-12-14 | small bug fix (arr_clear => arr_cleara) | Leo Tenenbaum |