| 10 years ago | Andrew Kelley | | add @compile_var("environ") |
| 10 years ago | Andrew Kelley | | Merge pull request #126 from srgpqt/master |
| 10 years ago | Andrew Kelley | | add @compile_var("os") and @compile_var("arch") |
| 10 years ago | Andrew Kelley | | add compile error for missing enumeration value in switch |
| 10 years ago | Andrew Kelley | | fix division by 0 crashing compiler |
| 10 years ago | Andrew Kelley | | ability to cross compile |
| 10 years ago | Andrew Kelley | | cleanup target data organization |
| 10 years ago | Andrew Kelley | | targets command shows which ones are native |
| 10 years ago | Andrew Kelley | | add "targets" command to list architectures, oses, abis |
| 10 years ago | Andrew Kelley | | add link to intro in readme |
| 10 years ago | Andrew Kelley | | don't create debug type for void arrays |
| 10 years ago | Andrew Kelley | | minor readme rewording |
| 10 years ago | Andrew Kelley | | if statements can be const expr evaluated |
| 10 years ago | Andrew Kelley | | fix -dynamic-linker arg to ld when not overridden |
| 10 years ago | Andrew Kelley | | @const_eval returns poison value for type when it fails |
| 10 years ago | Andrew Kelley | | std: fix parse_u64 implementation and add test |
| 10 years ago | Andrew Kelley | | fix build with GCC |
| 10 years ago | Andrew Kelley | | support overriding the dynamic linker argument to ld |
| 10 years ago | Josh Wolfe | | fix some of the ubuntu build trouble |
| 10 years ago | Andrew Kelley | | support static linking against libc |
| 10 years ago | Andrew Kelley | | add link to tetris example |
| 10 years ago | Andrew Kelley | | parseh: tiny performance improvement |
| 10 years ago | Andrew Kelley | | improve performance for get_fn_type |
| 10 years ago | Andrew Kelley | | array.len generates a constant number literal expression |
| 10 years ago | Andrew Kelley | | remove ptr field access of arrays |
| 10 years ago | Andrew Kelley | | error for non const expr in array size outside fn |
| 10 years ago | Andrew Kelley | | implement @const_eval |
| 10 years ago | Andrew Kelley | | add debug info for loop variables |
| 10 years ago | Andrew Kelley | | blocks with one statement pass constant expression eval |
| 10 years ago | Andrew Kelley | | fix a bogus call to bignum_normalize causing assertion failure |
| 10 years ago | Andrew Kelley | | fix debug type of ptr and len fields of slices |
| 10 years ago | Andrew Kelley | | add debug info for slices |
| 10 years ago | Andrew Kelley | | ability to explicitly cast maybe pointers to each other |
| 10 years ago | Andrew Kelley | | unreachable return type can cast to any other return type |
| 10 years ago | Andrew Kelley | | parseh: fix not properly demoting structs to typedefs |
| 10 years ago | Andrew Kelley | | parseh understands simple string literal macros |
| 10 years ago | Andrew Kelley | | std: remove auto flushing of stderr. use printf |
| 10 years ago | Andrew Kelley | | add test for ?? return and add const expr eval for ? prefix op |
| 10 years ago | Andrew Kelley | | rhs of ?? and %% can be any expression |
| 10 years ago | Andrew Kelley | | parser recognizes %return in a prefix op expression |
| 10 years ago | Andrew Kelley | | implement %defer and ?defer |
| 10 years ago | Andrew Kelley | | codegen: return respects unconditional defer |
| 10 years ago | Andrew Kelley | | simple unconditional defer support |
| 10 years ago | Andrew Kelley | | parsing code for defer and more |
| 10 years ago | Andrew Kelley | | update for loop syntax |
| 10 years ago | Andrew Kelley | | add nonnull to functions with pointer return type |
| 10 years ago | Andrew Kelley | | Merge branch 'realazthat-nonnull-branch' |
| 10 years ago | Andrew Kelley | | add rand.float32 to standard library |
| 10 years ago | Andrew Kelley | | fix explicit casting from integer literal to float |
| 10 years ago | Andrew Kelley | | another planned feature complete |
|