| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-22 | os: fix file descriptor leak in os_exec | Andrew Kelley | |
| See #182 | |||
| 2016-09-19 | use size_t for indexes | Andrew Kelley | |
| protect against incorrect copies in debug mode | |||
| 2016-05-07 | add debug safety for division | Andrew Kelley | |
| See #149 | |||
| 2016-04-18 | add @embed_file builtin function | Andrew Kelley | |
| 2016-02-19 | fix build error with signed/unsigned | Andrew Kelley | |
| 2016-02-17 | os: implement windows os layer | Andrew Kelley | |
| 2016-02-16 | os: fix ability to compile for windows | Andrew Kelley | |
| 2016-02-16 | add windows os code | Andrew Kelley | |
| 2016-02-03 | basic support for building a test target | Andrew Kelley | |
| 2016-01-28 | fix incorrect loading of files over 8192 bytes | Andrew Kelley | |
| 2016-01-27 | upgrade to the libclang C++ API | Andrew Kelley | |
| c_import creates a tmp .h file and parses it with libclang, reporting any errors found. See #88 | |||
| 2015-12-15 | use realpath to avoid duplicate imports | Andrew Kelley | |
| 2015-12-15 | when linking with libc use the C runtime library | Andrew Kelley | |
| 2015-12-04 | fix reading source from stdin | Andrew Kelley | |
| 2015-12-01 | add test for bad import | Andrew Kelley | |
| 2015-12-01 | colored error messages that tell the source file | Andrew Kelley | |
| 2015-11-30 | refactor code to prepare for multiple files | Andrew Kelley | |
| verbose compiler output is now behind --verbose flag | |||
| 2015-11-26 | more readable integer constant | Josh Wolfe | |
| 2015-11-26 | add tests | Andrew Kelley | |
| 2015-11-25 | fix the remaining TODOs in the source | Andrew Kelley | |
| 2015-11-24 | debug information for functions | Andrew Kelley | |
| 2015-11-24 | hello world example working | Andrew Kelley | |
