| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-11 | strip cwd from compile error paths | Michael Dusan | |
| closes #43138 | |||
| 2020-01-11 | Stop dropping errors from clang | LemonBoy | |
| * Refactor the error-writing code to be more compact and flexible | |||
| 2017-12-04 | Fix the color of compiler messages for light-themed terminal. | MIURA Masahiro | |
| 2017-10-26 | better output when @cImport generates invalid zig | Andrew Kelley | |
| 2017-10-02 | support terminal colors for cmd.exe and msys pty | Andrew Kelley | |
| See #302 | |||
| 2017-09-05 | fix parseh bugs | Andrew Kelley | |
| 2017-05-23 | building with mingw for windows | Andrew Kelley | |
| 2016-12-04 | add missing copyright notices | Andrew Kelley | |
| 2016-09-19 | use size_t for indexes | Andrew Kelley | |
| protect against incorrect copies in debug mode | |||
| 2016-03-01 | rewrite how importing works | Andrew Kelley | |
| * Introduce the concept of packages. Closes #3 * Add support for error notes. * Introduce `@import` and `@c_import` builtin functions and remove the `import` and `c_import` top level declarations. * Introduce the `use` top level declaration. * Add `--check-unused` parameter to perform semantic analysis and codegen on all top level declarations, not just exported ones and ones referenced by exported ones. * Delete the root export node and add `--library` argument. | |||
| 2016-01-27 | fix crash when compiling empty file | Andrew Kelley | |
| closes #90 | |||
| 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-04 | error for extern function with void parameter | Andrew Kelley | |
| 2015-12-01 | add --color cli arg to override tty detection | Andrew Kelley | |
| 2015-12-01 | colored error messages that tell the source file | Andrew Kelley | |
