| 10 years ago | Andrew Kelley | | parseh: add --c-import-warnings option |
| 10 years ago | Andrew Kelley | | Merge pull request #100 from MovingtoMars/float_print |
| 10 years ago | Andrew Kelley | | c_import of stdio.h works for some functions |
| 10 years ago | Andrew Kelley | | Merge remote-tracking branch 'origin/master' |
| 10 years ago | Andrew Kelley | | move AST rendering code to separate file |
| 10 years ago | Andrew Kelley | | build command supports -isystem argument |
| 10 years ago | Andrew Kelley | | parseh: still produce output when not all types are known |
| 10 years ago | Andrew Kelley | | fix stdio duplicately defining va_list |
| 10 years ago | Andrew Kelley | | parseh correctly handles C's void type |
| 10 years ago | Andrew Kelley | | parseh: recognize typedef types |
| 10 years ago | Andrew Kelley | | fix `%%` prefix operator codegen for simple values |
| 10 years ago | Andrew Kelley | | fix comparing incompatible number literals crash |
| 10 years ago | Andrew Kelley | | fix codegen for pointers to void |
| 10 years ago | Andrew Kelley | | add explicit cast from isize/usize to pointer |
| 10 years ago | Andrew Kelley | | remove bogus example code |
| 10 years ago | Andrew Kelley | | add error for `@typeof` or `&` of number literal |
| 10 years ago | Andrew Kelley | | fix crash when compiling empty file |
| 10 years ago | Andrew Kelley | | parseh works for simple functions |
| 10 years ago | Andrew Kelley | | upgrade to the libclang C++ API |
| 10 years ago | Andrew Kelley | | docs: update deps to llvm and clang 3.7.1 |
| 10 years ago | Andrew Kelley | | add c_import top level decl |
| 10 years ago | Andrew Kelley | | different extern syntax and simplify parsing top level decls |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | variable initializations are now mandatory |
| 10 years ago | Andrew Kelley | | add constant expression evaluation for negation |
| 10 years ago | Andrew Kelley | | add the C integer types |
| 10 years ago | Andrew Kelley | | analyze: fix crash when return type is invalid |
| 10 years ago | Andrew Kelley | | implement compile time string concatenation |
| 10 years ago | Andrew Kelley | | compiler enforces checking for error |
| 10 years ago | Andrew Kelley | | syntax: back to -> for return type, no more => |
| 10 years ago | Andrew Kelley | | codegen: get rid of cur_block_context |
| 10 years ago | Andrew Kelley | | implement %% prefix operator |
| 10 years ago | Andrew Kelley | | update README |
| 10 years ago | Andrew Kelley | | bootstrap: use %% operator instead of cast |
| 10 years ago | Andrew Kelley | | fix tests and add %% operator test |
| 10 years ago | Andrew Kelley | | implement %% operator |
| 10 years ago | Andrew Kelley | | update std lib to use error type and global variables |
| 10 years ago | Andrew Kelley | | support the `%return` expression |
| 10 years ago | Andrew Kelley | | fix parameter access of sret functions |
| 10 years ago | Andrew Kelley | | ability to return structs byvalue from functions |
| 10 years ago | Andrew Kelley | | fix number literal implicit cast |
| 10 years ago | Andrew Kelley | | introduce the error keyword and type |
| 10 years ago | Andrew Kelley | | various small cleanups |
| 10 years ago | Andrew Kelley | | fix hang when returning from while loop |
| 10 years ago | Andrew Kelley | | main returns %void |
| 10 years ago | Andrew Kelley | | codegen: fix field access of arrays |
| 10 years ago | Andrew Kelley | | implement literal error values |
| 10 years ago | Andrew Kelley | | fix no error emitted for redeclaring global var |
| 10 years ago | Andrew Kelley | | character literal returns a number literal |
| 10 years ago | Andrew Kelley | | implement undefined literal |
|